OSDN Git Service

xevicalc git start
[xevicalc-wp/xevicalc.git] / xevicalc / xevicalc.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>10.0.20506</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{49919717-2DB8-4692-878E-85CEB34721EB}</ProjectGuid>\r
9     <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r
10     <OutputType>Library</OutputType>\r
11     <AppDesignerFolder>Properties</AppDesignerFolder>\r
12     <RootNamespace>xevicalc</RootNamespace>\r
13     <AssemblyName>xevicalc</AssemblyName>\r
14     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
15     <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r
16     <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>\r
17     <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r
18     <SilverlightApplication>true</SilverlightApplication>\r
19     <SupportedCultures>\r
20     </SupportedCultures>\r
21     <XapOutputs>true</XapOutputs>\r
22     <GenerateSilverlightManifest>true</GenerateSilverlightManifest>\r
23     <XapFilename>xevicalc.xap</XapFilename>\r
24     <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>\r
25     <SilverlightAppEntry>xevicalc.App</SilverlightAppEntry>\r
26     <ValidateXaml>true</ValidateXaml>\r
27     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
30     <DebugSymbols>true</DebugSymbols>\r
31     <DebugType>full</DebugType>\r
32     <Optimize>false</Optimize>\r
33     <OutputPath>Bin\Debug</OutputPath>\r
34     <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>\r
35     <NoStdLib>true</NoStdLib>\r
36     <NoConfig>true</NoConfig>\r
37     <ErrorReport>prompt</ErrorReport>\r
38     <WarningLevel>4</WarningLevel>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
41     <DebugType>pdbonly</DebugType>\r
42     <Optimize>true</Optimize>\r
43     <OutputPath>Bin\Release</OutputPath>\r
44     <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>\r
45     <NoStdLib>true</NoStdLib>\r
46     <NoConfig>true</NoConfig>\r
47     <ErrorReport>prompt</ErrorReport>\r
48     <WarningLevel>4</WarningLevel>\r
49   </PropertyGroup>\r
50   <ItemGroup>\r
51     <Reference Include="Microsoft.Phone" />\r
52     <Reference Include="Microsoft.Phone.Interop" />\r
53     <Reference Include="System.Windows" />\r
54     <Reference Include="system" />\r
55     <Reference Include="System.Core" />\r
56     <Reference Include="System.Net" />\r
57     <Reference Include="System.Xml" />\r
58     <Reference Include="mscorlib.extensions" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <Compile Include="App.xaml.cs">\r
62       <DependentUpon>App.xaml</DependentUpon>\r
63     </Compile>\r
64     <Compile Include="MainPage.xaml.cs">\r
65       <DependentUpon>MainPage.xaml</DependentUpon>\r
66     </Compile>\r
67     <Compile Include="Properties\AssemblyInfo.cs" />\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <ApplicationDefinition Include="App.xaml">\r
71       <SubType>Designer</SubType>\r
72       <Generator>MSBuild:Compile</Generator>\r
73     </ApplicationDefinition>\r
74     <Page Include="MainPage.xaml">\r
75       <SubType>Designer</SubType>\r
76       <Generator>MSBuild:Compile</Generator>\r
77     </Page>\r
78   </ItemGroup>\r
79   <ItemGroup>\r
80     <None Include="Properties\AppManifest.xml" />\r
81     <None Include="Properties\WMAppManifest.xml" />\r
82   </ItemGroup>\r
83   <ItemGroup>\r
84     <Content Include="ApplicationIcon.png">\r
85       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
86     </Content>\r
87     <Content Include="Background.png">\r
88       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
89     </Content>\r
90     <Content Include="SplashScreenImage.jpg" />\r
91   </ItemGroup>\r
92   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />\r
93   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />\r
94   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
95        Other similar extension points exist, see Microsoft.Common.targets.\r
96   <Target Name="BeforeBuild">\r
97   </Target>\r
98   <Target Name="AfterBuild">\r
99   </Target>\r
100   -->\r
101   <ProjectExtensions />\r
102 </Project>