WindowsPhoneApp8.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.20506</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{BE0AB9DB-781C-4551-A75F-6FE28A1C0FFE}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>WindowsPhoneApp8</RootNamespace>
  13. <AssemblyName>WindowsPhoneApp8</AssemblyName>
  14. <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>true</SilverlightApplication>
  18. <SupportedCultures>
  19. </SupportedCultures>
  20. <XapOutputs>true</XapOutputs>
  21. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  22. <XapFilename>WindowsPhoneApp8_$(Configuration)_$(Platform).xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>WindowsPhoneApp8.App</SilverlightAppEntry>
  25. <ValidateXaml>true</ValidateXaml>
  26. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  27. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  28. <SccProjectName>SAK</SccProjectName>
  29. <SccLocalPath>SAK</SccLocalPath>
  30. <SccAuxPath>SAK</SccAuxPath>
  31. <SccProvider>SAK</SccProvider>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>Bin\Debug</OutputPath>
  38. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  39. <NoStdLib>true</NoStdLib>
  40. <NoConfig>true</NoConfig>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>Bin\Release</OutputPath>
  48. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  49. <NoStdLib>true</NoStdLib>
  50. <NoConfig>true</NoConfig>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  55. <DebugSymbols>true</DebugSymbols>
  56. <DebugType>full</DebugType>
  57. <Optimize>false</Optimize>
  58. <OutputPath>Bin\x86\Debug</OutputPath>
  59. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  60. <NoStdLib>true</NoStdLib>
  61. <NoConfig>true</NoConfig>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. </PropertyGroup>
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  66. <DebugType>pdbonly</DebugType>
  67. <Optimize>true</Optimize>
  68. <OutputPath>Bin\x86\Release</OutputPath>
  69. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  70. <NoStdLib>true</NoStdLib>
  71. <NoConfig>true</NoConfig>
  72. <ErrorReport>prompt</ErrorReport>
  73. <WarningLevel>4</WarningLevel>
  74. </PropertyGroup>
  75. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
  76. <DebugSymbols>true</DebugSymbols>
  77. <DebugType>full</DebugType>
  78. <Optimize>false</Optimize>
  79. <OutputPath>Bin\ARM\Debug</OutputPath>
  80. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  81. <NoStdLib>true</NoStdLib>
  82. <NoConfig>true</NoConfig>
  83. <ErrorReport>prompt</ErrorReport>
  84. <WarningLevel>4</WarningLevel>
  85. </PropertyGroup>
  86. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
  87. <DebugType>pdbonly</DebugType>
  88. <Optimize>true</Optimize>
  89. <OutputPath>Bin\ARM\Release</OutputPath>
  90. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  91. <NoStdLib>true</NoStdLib>
  92. <NoConfig>true</NoConfig>
  93. <ErrorReport>prompt</ErrorReport>
  94. <WarningLevel>4</WarningLevel>
  95. </PropertyGroup>
  96. <ItemGroup>
  97. <Compile Include="App.xaml.cs">
  98. <DependentUpon>App.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="LocalizedStrings.cs" />
  101. <Compile Include="MainPage.xaml.cs">
  102. <DependentUpon>MainPage.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. <Compile Include="Resources\AppResources.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DesignTime>True</DesignTime>
  108. <DependentUpon>AppResources.resx</DependentUpon>
  109. </Compile>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ApplicationDefinition Include="App.xaml">
  113. <SubType>Designer</SubType>
  114. <Generator>MSBuild:Compile</Generator>
  115. </ApplicationDefinition>
  116. <Page Include="MainPage.xaml">
  117. <SubType>Designer</SubType>
  118. <Generator>MSBuild:Compile</Generator>
  119. </Page>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="Properties\AppManifest.xml" />
  123. <None Include="Properties\WMAppManifest.xml">
  124. <SubType>Designer</SubType>
  125. </None>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Content Include="Assets\AlignmentGrid.png" />
  129. <Content Include="Assets\ApplicationIcon.png">
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </Content>
  132. <Content Include="Assets\Tiles\FlipCycleTileLarge.png">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </Content>
  135. <Content Include="Assets\Tiles\FlipCycleTileMedium.png">
  136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  137. </Content>
  138. <Content Include="Assets\Tiles\FlipCycleTileSmall.png">
  139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  140. </Content>
  141. <Content Include="Assets\Tiles\IconicTileMediumLarge.png">
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </Content>
  144. <Content Include="Assets\Tiles\IconicTileSmall.png">
  145. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  146. </Content>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <EmbeddedResource Include="Resources\AppResources.resx">
  150. <Generator>PublicResXFileCodeGenerator</Generator>
  151. <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
  152. </EmbeddedResource>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <ProjectReference Include="..\PortableLibraryProfile7\PortableLibraryProfile78.csproj">
  156. <Project>{D1A0CCFC-74AB-411C-B031-8CAE34D128AE}</Project>
  157. <Name>PortableLibraryProfile78</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\WindowsPhoneAgent8\WindowsPhoneAgent8.csproj">
  160. <Project>{851CE25F-2123-4136-9C92-F6176AE8BB73}</Project>
  161. <Name>WindowsPhoneAgent8</Name>
  162. </ProjectReference>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <SDKReference Include="Rx, Version=2.0">
  166. <Name>Reactive Extensions for Windows Phone 8</Name>
  167. </SDKReference>
  168. </ItemGroup>
  169. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
  170. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  171. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  172. Other similar extension points exist, see Microsoft.Common.targets.
  173. <Target Name="BeforeBuild">
  174. </Target>
  175. <Target Name="AfterBuild">
  176. </Target>
  177. -->
  178. <ProjectExtensions />
  179. </Project>