SDLPal.Common.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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\NativeBuffer.h" />
  32. <ClInclude Include="..\SDLPal.Common\StringHelper.h" />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <None Include="..\SDLPal.Common\SDLPal.Common.def" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClCompile Include="..\SDLPal.Common\WinRTIO.cpp" />
  39. </ItemGroup>
  40. <PropertyGroup Label="Globals">
  41. <ProjectGuid>{0425a2d9-bb80-4c35-8c69-1da6e3494fa6}</ProjectGuid>
  42. <Keyword>DynamicLibrary</Keyword>
  43. <RootNamespace>SDLPal_Common</RootNamespace>
  44. <DefaultLanguage>zh-CN</DefaultLanguage>
  45. <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
  46. <AppContainerApplication>true</AppContainerApplication>
  47. <ApplicationType>Windows Store</ApplicationType>
  48. <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
  49. <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
  50. <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
  51. </PropertyGroup>
  52. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  54. <ConfigurationType>DynamicLibrary</ConfigurationType>
  55. <UseDebugLibraries>true</UseDebugLibraries>
  56. <PlatformToolset>v140</PlatformToolset>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  59. <ConfigurationType>DynamicLibrary</ConfigurationType>
  60. <UseDebugLibraries>true</UseDebugLibraries>
  61. <PlatformToolset>v140</PlatformToolset>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  64. <ConfigurationType>DynamicLibrary</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <PlatformToolset>v140</PlatformToolset>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  69. <ConfigurationType>DynamicLibrary</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <WholeProgramOptimization>true</WholeProgramOptimization>
  72. <PlatformToolset>v140</PlatformToolset>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  75. <ConfigurationType>DynamicLibrary</ConfigurationType>
  76. <UseDebugLibraries>false</UseDebugLibraries>
  77. <WholeProgramOptimization>true</WholeProgramOptimization>
  78. <PlatformToolset>v140</PlatformToolset>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  81. <ConfigurationType>DynamicLibrary</ConfigurationType>
  82. <UseDebugLibraries>false</UseDebugLibraries>
  83. <WholeProgramOptimization>true</WholeProgramOptimization>
  84. <PlatformToolset>v140</PlatformToolset>
  85. </PropertyGroup>
  86. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  87. <ImportGroup Label="ExtensionSettings">
  88. </ImportGroup>
  89. <ImportGroup Label="Shared">
  90. </ImportGroup>
  91. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|Win32'">
  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)'=='Debug|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)'=='Release|ARM'">
  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)'=='Debug|x64'">
  104. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  105. </ImportGroup>
  106. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  107. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  108. </ImportGroup>
  109. <PropertyGroup Label="UserMacros" />
  110. <PropertyGroup />
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  112. <GenerateManifest>false</GenerateManifest>
  113. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  114. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  115. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  118. <GenerateManifest>false</GenerateManifest>
  119. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  120. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  121. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  124. <GenerateManifest>false</GenerateManifest>
  125. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  126. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  129. <GenerateManifest>false</GenerateManifest>
  130. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  131. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  134. <GenerateManifest>false</GenerateManifest>
  135. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  136. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  139. <GenerateManifest>false</GenerateManifest>
  140. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  141. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  142. </PropertyGroup>
  143. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  144. <ClCompile>
  145. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  146. </ClCompile>
  147. <Link>
  148. <SubSystem>Console</SubSystem>
  149. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  150. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  151. </Link>
  152. </ItemDefinitionGroup>
  153. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  154. <ClCompile>
  155. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Console</SubSystem>
  159. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  160. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  161. </Link>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'">
  164. <ClCompile>
  165. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  166. </ClCompile>
  167. <Link>
  168. <SubSystem>Console</SubSystem>
  169. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  170. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  171. </Link>
  172. </ItemDefinitionGroup>
  173. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'">
  174. <ClCompile>
  175. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  176. </ClCompile>
  177. <Link>
  178. <SubSystem>Console</SubSystem>
  179. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  180. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  181. </Link>
  182. </ItemDefinitionGroup>
  183. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  184. <ClCompile>
  185. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  186. </ClCompile>
  187. <Link>
  188. <SubSystem>Console</SubSystem>
  189. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  190. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  191. </Link>
  192. </ItemDefinitionGroup>
  193. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  194. <ClCompile>
  195. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  196. </ClCompile>
  197. <Link>
  198. <SubSystem>Console</SubSystem>
  199. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  200. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  201. </Link>
  202. </ItemDefinitionGroup>
  203. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  204. <ImportGroup Label="ExtensionTargets">
  205. </ImportGroup>
  206. </Project>