App1.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Label="Globals">
  4. <ProjectGuid>{ab4b36ee-3992-4f35-9fab-ba27b57603dc}</ProjectGuid>
  5. <RootNamespace>App1</RootNamespace>
  6. <DefaultLanguage>zh-CN</DefaultLanguage>
  7. <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
  8. <AppContainerApplication>true</AppContainerApplication>
  9. <ApplicationType>Windows Store</ApplicationType>
  10. <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
  11. <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
  12. <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
  13. <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  16. <ItemGroup Label="ProjectConfigurations">
  17. <ProjectConfiguration Include="Debug|ARM">
  18. <Configuration>Debug</Configuration>
  19. <Platform>ARM</Platform>
  20. </ProjectConfiguration>
  21. <ProjectConfiguration Include="Debug|ARM64">
  22. <Configuration>Debug</Configuration>
  23. <Platform>ARM64</Platform>
  24. </ProjectConfiguration>
  25. <ProjectConfiguration Include="Debug|Win32">
  26. <Configuration>Debug</Configuration>
  27. <Platform>Win32</Platform>
  28. </ProjectConfiguration>
  29. <ProjectConfiguration Include="Debug|x64">
  30. <Configuration>Debug</Configuration>
  31. <Platform>x64</Platform>
  32. </ProjectConfiguration>
  33. <ProjectConfiguration Include="Release|ARM">
  34. <Configuration>Release</Configuration>
  35. <Platform>ARM</Platform>
  36. </ProjectConfiguration>
  37. <ProjectConfiguration Include="Release|ARM64">
  38. <Configuration>Release</Configuration>
  39. <Platform>ARM64</Platform>
  40. </ProjectConfiguration>
  41. <ProjectConfiguration Include="Release|Win32">
  42. <Configuration>Release</Configuration>
  43. <Platform>Win32</Platform>
  44. </ProjectConfiguration>
  45. <ProjectConfiguration Include="Release|x64">
  46. <Configuration>Release</Configuration>
  47. <Platform>x64</Platform>
  48. </ProjectConfiguration>
  49. </ItemGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>true</UseDebugLibraries>
  53. <PlatformToolset>v142</PlatformToolset>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  56. <ConfigurationType>Application</ConfigurationType>
  57. <UseDebugLibraries>true</UseDebugLibraries>
  58. <PlatformToolset>v142</PlatformToolset>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  61. <ConfigurationType>Application</ConfigurationType>
  62. <UseDebugLibraries>true</UseDebugLibraries>
  63. <PlatformToolset>v142</PlatformToolset>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  66. <ConfigurationType>Application</ConfigurationType>
  67. <UseDebugLibraries>true</UseDebugLibraries>
  68. <PlatformToolset>v142</PlatformToolset>
  69. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  72. <ConfigurationType>Application</ConfigurationType>
  73. <UseDebugLibraries>false</UseDebugLibraries>
  74. <WholeProgramOptimization>true</WholeProgramOptimization>
  75. <PlatformToolset>v142</PlatformToolset>
  76. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  79. <ConfigurationType>Application</ConfigurationType>
  80. <UseDebugLibraries>false</UseDebugLibraries>
  81. <WholeProgramOptimization>true</WholeProgramOptimization>
  82. <PlatformToolset>v142</PlatformToolset>
  83. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  86. <ConfigurationType>Application</ConfigurationType>
  87. <UseDebugLibraries>false</UseDebugLibraries>
  88. <WholeProgramOptimization>true</WholeProgramOptimization>
  89. <PlatformToolset>v142</PlatformToolset>
  90. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  93. <ConfigurationType>Application</ConfigurationType>
  94. <UseDebugLibraries>false</UseDebugLibraries>
  95. <WholeProgramOptimization>true</WholeProgramOptimization>
  96. <PlatformToolset>v142</PlatformToolset>
  97. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  98. </PropertyGroup>
  99. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  100. <ImportGroup Label="ExtensionSettings">
  101. </ImportGroup>
  102. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  103. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  104. </ImportGroup>
  105. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  106. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  107. </ImportGroup>
  108. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  109. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  110. </ImportGroup>
  111. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  112. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  113. </ImportGroup>
  114. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  115. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  116. </ImportGroup>
  117. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  118. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  119. </ImportGroup>
  120. <PropertyGroup Label="UserMacros" />
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  122. <ClCompile>
  123. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  124. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  125. </ClCompile>
  126. </ItemDefinitionGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  128. <ClCompile>
  129. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  130. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  131. </ClCompile>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  134. <ClCompile>
  135. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  136. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  137. </ClCompile>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  140. <ClCompile>
  141. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  142. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  143. </ClCompile>
  144. </ItemDefinitionGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  146. <ClCompile>
  147. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  148. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  149. </ClCompile>
  150. </ItemDefinitionGroup>
  151. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  152. <ClCompile>
  153. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  154. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  155. </ClCompile>
  156. </ItemDefinitionGroup>
  157. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  158. <ClCompile>
  159. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  160. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  161. </ClCompile>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  164. <ClCompile>
  165. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  166. <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
  167. </ClCompile>
  168. </ItemDefinitionGroup>
  169. <ItemGroup>
  170. <ClInclude Include="pch.h" />
  171. <ClInclude Include="App.xaml.h">
  172. <DependentUpon>App.xaml</DependentUpon>
  173. </ClInclude>
  174. <ClInclude Include="MainPage.xaml.h">
  175. <DependentUpon>MainPage.xaml</DependentUpon>
  176. </ClInclude>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <ApplicationDefinition Include="App.xaml">
  180. <SubType>Designer</SubType>
  181. </ApplicationDefinition>
  182. <Page Include="MainPage.xaml">
  183. <SubType>Designer</SubType>
  184. </Page>
  185. </ItemGroup>
  186. <ItemGroup>
  187. <AppxManifest Include="Package.appxmanifest">
  188. <SubType>Designer</SubType>
  189. </AppxManifest>
  190. </ItemGroup>
  191. <ItemGroup>
  192. <Image Include="Assets\LockScreenLogo.scale-200.png" />
  193. <Image Include="Assets\SplashScreen.scale-200.png" />
  194. <Image Include="Assets\Square150x150Logo.scale-200.png" />
  195. <Image Include="Assets\Square44x44Logo.scale-200.png" />
  196. <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  197. <Image Include="Assets\StoreLogo.png" />
  198. <Image Include="Assets\Wide310x150Logo.scale-200.png" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <ClCompile Include="App.xaml.cpp">
  202. <DependentUpon>App.xaml</DependentUpon>
  203. </ClCompile>
  204. <ClCompile Include="MainPage.xaml.cpp">
  205. <DependentUpon>MainPage.xaml</DependentUpon>
  206. </ClCompile>
  207. <ClCompile Include="pch.cpp">
  208. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  209. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  210. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
  211. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
  212. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader>
  213. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader>
  214. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  215. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  216. </ClCompile>
  217. </ItemGroup>
  218. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  219. <ImportGroup Label="ExtensionTargets">
  220. </ImportGroup>
  221. </Project>