1
0

WindowsStoreApp8_NuGet.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5E52DD4D-85C0-41A7-BC2C-B8FF2838DEDE}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WindowsStoreApp8_NuGet</RootNamespace>
  11. <AssemblyName>WindowsStoreApp8_NuGet</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <PackageCertificateKeyFile>WindowsStoreApp8_NuGet_TemporaryKey.pfx</PackageCertificateKeyFile>
  16. <SccProjectName>SAK</SccProjectName>
  17. <SccLocalPath>SAK</SccLocalPath>
  18. <SccAuxPath>SAK</SccAuxPath>
  19. <SccProvider>SAK</SccProvider>
  20. <PackageCertificateThumbprint>454AFB5C98A069A12B775EC00BCD50EACDF3A148</PackageCertificateThumbprint>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\ARM\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
  45. <NoWarn>;2008</NoWarn>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>ARM</PlatformTarget>
  48. <UseVSHostingProcess>false</UseVSHostingProcess>
  49. <ErrorReport>prompt</ErrorReport>
  50. <Prefer32Bit>true</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  53. <OutputPath>bin\ARM\Release\</OutputPath>
  54. <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
  55. <Optimize>true</Optimize>
  56. <NoWarn>;2008</NoWarn>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>ARM</PlatformTarget>
  59. <UseVSHostingProcess>false</UseVSHostingProcess>
  60. <ErrorReport>prompt</ErrorReport>
  61. <Prefer32Bit>true</Prefer32Bit>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\x64\Debug\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
  67. <NoWarn>;2008</NoWarn>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>x64</PlatformTarget>
  70. <UseVSHostingProcess>false</UseVSHostingProcess>
  71. <ErrorReport>prompt</ErrorReport>
  72. <Prefer32Bit>true</Prefer32Bit>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  75. <OutputPath>bin\x64\Release\</OutputPath>
  76. <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
  77. <Optimize>true</Optimize>
  78. <NoWarn>;2008</NoWarn>
  79. <DebugType>pdbonly</DebugType>
  80. <PlatformTarget>x64</PlatformTarget>
  81. <UseVSHostingProcess>false</UseVSHostingProcess>
  82. <ErrorReport>prompt</ErrorReport>
  83. <Prefer32Bit>true</Prefer32Bit>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  86. <DebugSymbols>true</DebugSymbols>
  87. <OutputPath>bin\x86\Debug\</OutputPath>
  88. <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
  89. <NoWarn>;2008</NoWarn>
  90. <DebugType>full</DebugType>
  91. <PlatformTarget>x86</PlatformTarget>
  92. <UseVSHostingProcess>false</UseVSHostingProcess>
  93. <ErrorReport>prompt</ErrorReport>
  94. <Prefer32Bit>true</Prefer32Bit>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  97. <OutputPath>bin\x86\Release\</OutputPath>
  98. <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
  99. <Optimize>true</Optimize>
  100. <NoWarn>;2008</NoWarn>
  101. <DebugType>pdbonly</DebugType>
  102. <PlatformTarget>x86</PlatformTarget>
  103. <UseVSHostingProcess>false</UseVSHostingProcess>
  104. <ErrorReport>prompt</ErrorReport>
  105. <Prefer32Bit>true</Prefer32Bit>
  106. </PropertyGroup>
  107. <ItemGroup>
  108. <Compile Include="App.xaml.cs">
  109. <DependentUpon>App.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="MainPage.xaml.cs">
  112. <DependentUpon>MainPage.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <AppxManifest Include="Package.appxmanifest">
  118. <SubType>Designer</SubType>
  119. </AppxManifest>
  120. <None Include="packages.config" />
  121. <None Include="WindowsStoreApp8_NuGet_TemporaryKey.pfx" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="Assets\Logo.png" />
  125. <Content Include="Assets\SmallLogo.png" />
  126. <Content Include="Assets\SplashScreen.png" />
  127. <Content Include="Assets\StoreLogo.png" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <ApplicationDefinition Include="App.xaml">
  131. <Generator>MSBuild:Compile</Generator>
  132. <SubType>Designer</SubType>
  133. </ApplicationDefinition>
  134. <Page Include="Common\StandardStyles.xaml">
  135. <Generator>MSBuild:Compile</Generator>
  136. <SubType>Designer</SubType>
  137. </Page>
  138. <Page Include="MainPage.xaml">
  139. <Generator>MSBuild:Compile</Generator>
  140. <SubType>Designer</SubType>
  141. </Page>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Reference Include="System.Reactive.Core, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  145. <SpecificVersion>False</SpecificVersion>
  146. <HintPath>..\packages\Rx-Core.2.1.30214.0\lib\NetCore45\System.Reactive.Core.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Reactive.Interfaces, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  149. <SpecificVersion>False</SpecificVersion>
  150. <HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\NetCore45\System.Reactive.Interfaces.dll</HintPath>
  151. </Reference>
  152. <Reference Include="System.Reactive.Linq, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  153. <SpecificVersion>False</SpecificVersion>
  154. <HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\NetCore45\System.Reactive.Linq.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Reactive.PlatformServices, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  157. <SpecificVersion>False</SpecificVersion>
  158. <HintPath>..\packages\Rx-PlatformServices.2.1.30214.0\lib\NetCore45\System.Reactive.PlatformServices.dll</HintPath>
  159. </Reference>
  160. <Reference Include="System.Reactive.Providers, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  161. <SpecificVersion>False</SpecificVersion>
  162. <HintPath>..\packages\Rx-Providers.2.1.30214.0\lib\NetCore45\System.Reactive.Providers.dll</HintPath>
  163. </Reference>
  164. <Reference Include="System.Reactive.Windows.Threading, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  165. <SpecificVersion>False</SpecificVersion>
  166. <HintPath>..\packages\Rx-WindowStoreApps.2.1.30214.0\lib\NetCore45\System.Reactive.Windows.Threading.dll</HintPath>
  167. </Reference>
  168. <Reference Include="System.Reactive.WindowsRuntime, Version=2.1.30214.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  169. <SpecificVersion>False</SpecificVersion>
  170. <HintPath>..\packages\Rx-WinRT.2.1.30214.0\lib\NetCore45\System.Reactive.WindowsRuntime.dll</HintPath>
  171. </Reference>
  172. </ItemGroup>
  173. <ItemGroup>
  174. <ProjectReference Include="..\PortableLibraryProfile78_NuGet\PortableLibraryProfile78_NuGet.csproj">
  175. <Project>{a8eff824-9d19-4a20-a59c-64846b9b9346}</Project>
  176. <Name>PortableLibraryProfile78_NuGet</Name>
  177. </ProjectReference>
  178. </ItemGroup>
  179. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0' ">
  180. <VisualStudioVersion>11.0</VisualStudioVersion>
  181. </PropertyGroup>
  182. <PropertyGroup>
  183. <SignAssembly>false</SignAssembly>
  184. </PropertyGroup>
  185. <PropertyGroup>
  186. <AssemblyOriginatorKeyFile>
  187. </AssemblyOriginatorKeyFile>
  188. </PropertyGroup>
  189. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  190. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  191. Other similar extension points exist, see Microsoft.Common.targets.
  192. <Target Name="BeforeBuild">
  193. </Target>
  194. <Target Name="AfterBuild">
  195. </Target>
  196. -->
  197. </Project>