SDLPal.Common.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClInclude Include="..\SDLPal.Common\AsyncHelper.h" />
  31. <ClInclude Include="..\SDLPal.Common\StringHelper.h" />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <None Include="..\SDLPal.Common\SDLPal.Common.def" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <ClCompile Include="..\SDLPal.Common\WinRTIO.cpp" />
  38. </ItemGroup>
  39. <PropertyGroup Label="Globals">
  40. <ProjectGuid>{30689076-d95b-4947-a05e-07843da8c10b}</ProjectGuid>
  41. <Keyword>BlankApp</Keyword>
  42. <RootNamespace>SDLPal_Common</RootNamespace>
  43. <DefaultLanguage>zh-CN</DefaultLanguage>
  44. <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
  45. <AppContainerApplication>true</AppContainerApplication>
  46. <ApplicationType>Windows Store</ApplicationType>
  47. <ApplicationTypeRevision>8.1</ApplicationTypeRevision>
  48. </PropertyGroup>
  49. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <UseDebugLibraries>true</UseDebugLibraries>
  53. <PlatformToolset>v120</PlatformToolset>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  56. <ConfigurationType>DynamicLibrary</ConfigurationType>
  57. <UseDebugLibraries>true</UseDebugLibraries>
  58. <PlatformToolset>v120</PlatformToolset>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  61. <ConfigurationType>DynamicLibrary</ConfigurationType>
  62. <UseDebugLibraries>true</UseDebugLibraries>
  63. <PlatformToolset>v120</PlatformToolset>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  66. <ConfigurationType>DynamicLibrary</ConfigurationType>
  67. <UseDebugLibraries>false</UseDebugLibraries>
  68. <WholeProgramOptimization>true</WholeProgramOptimization>
  69. <PlatformToolset>v120</PlatformToolset>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  72. <ConfigurationType>DynamicLibrary</ConfigurationType>
  73. <UseDebugLibraries>false</UseDebugLibraries>
  74. <WholeProgramOptimization>true</WholeProgramOptimization>
  75. <PlatformToolset>v120</PlatformToolset>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  78. <ConfigurationType>DynamicLibrary</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <WholeProgramOptimization>true</WholeProgramOptimization>
  81. <PlatformToolset>v120</PlatformToolset>
  82. </PropertyGroup>
  83. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  84. <ImportGroup Label="ExtensionSettings">
  85. </ImportGroup>
  86. <ImportGroup Label="Shared">
  87. </ImportGroup>
  88. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. </ImportGroup>
  100. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  102. </ImportGroup>
  103. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  104. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  105. </ImportGroup>
  106. <PropertyGroup Label="UserMacros" />
  107. <PropertyGroup>
  108. <PackageCertificateKeyFile>SDLPal.Common_TemporaryKey.pfx</PackageCertificateKeyFile>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  111. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  112. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  113. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  116. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  117. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  118. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  121. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  122. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  123. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  126. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  127. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  128. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  131. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  132. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  133. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  136. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  137. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).Windows\</OutDir>
  138. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  139. </PropertyGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  141. <ClCompile>
  142. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  143. <DisableSpecificWarnings>
  144. </DisableSpecificWarnings>
  145. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  146. </ClCompile>
  147. <Link>
  148. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  152. <ClCompile>
  153. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  154. <DisableSpecificWarnings>
  155. </DisableSpecificWarnings>
  156. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  157. </ClCompile>
  158. <Link>
  159. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  160. </Link>
  161. </ItemDefinitionGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  163. <ClCompile>
  164. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  165. <DisableSpecificWarnings>
  166. </DisableSpecificWarnings>
  167. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  168. </ClCompile>
  169. <Link>
  170. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  171. </Link>
  172. </ItemDefinitionGroup>
  173. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  174. <ClCompile>
  175. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  176. <DisableSpecificWarnings>
  177. </DisableSpecificWarnings>
  178. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  179. </ClCompile>
  180. <Link>
  181. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  182. </Link>
  183. </ItemDefinitionGroup>
  184. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  185. <ClCompile>
  186. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  187. <DisableSpecificWarnings>
  188. </DisableSpecificWarnings>
  189. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  190. </ClCompile>
  191. <Link>
  192. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  193. </Link>
  194. </ItemDefinitionGroup>
  195. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  196. <ClCompile>
  197. <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
  198. <DisableSpecificWarnings>
  199. </DisableSpecificWarnings>
  200. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  201. </ClCompile>
  202. <Link>
  203. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  204. </Link>
  205. </ItemDefinitionGroup>
  206. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  207. <ImportGroup Label="ExtensionTargets">
  208. </ImportGroup>
  209. </Project>