SDLPal.Common.vcxproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  117. <GenerateManifest>false</GenerateManifest>
  118. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  119. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  122. <GenerateManifest>false</GenerateManifest>
  123. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  124. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  127. <GenerateManifest>false</GenerateManifest>
  128. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  129. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  132. <GenerateManifest>false</GenerateManifest>
  133. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  134. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  137. <GenerateManifest>false</GenerateManifest>
  138. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  139. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  140. </PropertyGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  142. <ClCompile>
  143. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  144. </ClCompile>
  145. <Link>
  146. <SubSystem>Console</SubSystem>
  147. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  148. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  152. <ClCompile>
  153. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Console</SubSystem>
  157. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  158. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  159. </Link>
  160. </ItemDefinitionGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'">
  162. <ClCompile>
  163. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  164. </ClCompile>
  165. <Link>
  166. <SubSystem>Console</SubSystem>
  167. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  168. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  169. </Link>
  170. </ItemDefinitionGroup>
  171. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'">
  172. <ClCompile>
  173. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  174. </ClCompile>
  175. <Link>
  176. <SubSystem>Console</SubSystem>
  177. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  178. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  179. </Link>
  180. </ItemDefinitionGroup>
  181. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  182. <ClCompile>
  183. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  184. </ClCompile>
  185. <Link>
  186. <SubSystem>Console</SubSystem>
  187. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  188. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  189. </Link>
  190. </ItemDefinitionGroup>
  191. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  192. <ClCompile>
  193. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  194. </ClCompile>
  195. <Link>
  196. <SubSystem>Console</SubSystem>
  197. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  198. <ModuleDefinitionFile>..\SDLPal.Common\SDLPal.Common.def</ModuleDefinitionFile>
  199. </Link>
  200. </ItemDefinitionGroup>
  201. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  202. <ImportGroup Label="ExtensionTargets">
  203. </ImportGroup>
  204. </Project>