Examples.props 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</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|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|ARM64">
  21. <Configuration>Debug</Configuration>
  22. <Platform>ARM64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|ARM64">
  25. <Configuration>Release</Configuration>
  26. <Platform>ARM64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <VCProjectVersion>15.0</VCProjectVersion>
  31. <Keyword>Win32Proj</Keyword>
  32. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  36. </PropertyGroup>
  37. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  39. <ConfigurationType>Application</ConfigurationType>
  40. <UseDebugLibraries>true</UseDebugLibraries>
  41. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>false</UseDebugLibraries>
  47. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  48. <WholeProgramOptimization>true</WholeProgramOptimization>
  49. <CharacterSet>Unicode</CharacterSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  52. <ConfigurationType>Application</ConfigurationType>
  53. <UseDebugLibraries>true</UseDebugLibraries>
  54. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  58. <ConfigurationType>Application</ConfigurationType>
  59. <UseDebugLibraries>false</UseDebugLibraries>
  60. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  61. <WholeProgramOptimization>true</WholeProgramOptimization>
  62. <CharacterSet>Unicode</CharacterSet>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  65. <ConfigurationType>Application</ConfigurationType>
  66. <UseDebugLibraries>true</UseDebugLibraries>
  67. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  68. <CharacterSet>Unicode</CharacterSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  71. <ConfigurationType>Application</ConfigurationType>
  72. <UseDebugLibraries>false</UseDebugLibraries>
  73. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  74. <WholeProgramOptimization>true</WholeProgramOptimization>
  75. <CharacterSet>Unicode</CharacterSet>
  76. </PropertyGroup>
  77. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  78. <ImportGroup Label="ExtensionSettings">
  79. </ImportGroup>
  80. <ImportGroup Label="Shared">
  81. </ImportGroup>
  82. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  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|x64'">
  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|ARM64'">
  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|ARM64'">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. </ImportGroup>
  100. <PropertyGroup Label="UserMacros" />
  101. <PropertyGroup>
  102. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  103. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
  104. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  105. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
  106. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  107. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(Platform)\$(Configuration)\</IntDir>
  108. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  109. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
  110. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  111. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
  112. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  113. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(Platform)\$(Configuration)\</IntDir>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  116. <LinkIncremental>true</LinkIncremental>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  119. <LinkIncremental>true</LinkIncremental>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  122. <LinkIncremental>true</LinkIncremental>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  125. <LinkIncremental>false</LinkIncremental>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  128. <LinkIncremental>false</LinkIncremental>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  131. <LinkIncremental>false</LinkIncremental>
  132. </PropertyGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  134. <ClCompile>
  135. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  136. <WarningLevel>Level3</WarningLevel>
  137. <Optimization>Disabled</Optimization>
  138. <SDLCheck>true</SDLCheck>
  139. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  140. <ConformanceMode>true</ConformanceMode>
  141. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  142. </ClCompile>
  143. <Link>
  144. <SubSystem>Console</SubSystem>
  145. <GenerateDebugInformation>true</GenerateDebugInformation>
  146. </Link>
  147. </ItemDefinitionGroup>
  148. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  149. <ClCompile>
  150. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  151. <WarningLevel>Level3</WarningLevel>
  152. <Optimization>Disabled</Optimization>
  153. <SDLCheck>true</SDLCheck>
  154. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <ConformanceMode>true</ConformanceMode>
  156. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  157. </ClCompile>
  158. <Link>
  159. <SubSystem>Console</SubSystem>
  160. <GenerateDebugInformation>true</GenerateDebugInformation>
  161. </Link>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  164. <ClCompile>
  165. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  166. <WarningLevel>Level3</WarningLevel>
  167. <Optimization>Disabled</Optimization>
  168. <SDLCheck>true</SDLCheck>
  169. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  170. <ConformanceMode>true</ConformanceMode>
  171. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  172. </ClCompile>
  173. <Link>
  174. <SubSystem>Console</SubSystem>
  175. <GenerateDebugInformation>true</GenerateDebugInformation>
  176. </Link>
  177. </ItemDefinitionGroup>
  178. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  179. <ClCompile>
  180. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  181. <WarningLevel>Level3</WarningLevel>
  182. <Optimization>MaxSpeed</Optimization>
  183. <FunctionLevelLinking>true</FunctionLevelLinking>
  184. <IntrinsicFunctions>true</IntrinsicFunctions>
  185. <SDLCheck>true</SDLCheck>
  186. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  187. <ConformanceMode>true</ConformanceMode>
  188. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  189. </ClCompile>
  190. <Link>
  191. <SubSystem>Console</SubSystem>
  192. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  193. <OptimizeReferences>true</OptimizeReferences>
  194. <GenerateDebugInformation>true</GenerateDebugInformation>
  195. </Link>
  196. </ItemDefinitionGroup>
  197. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  198. <ClCompile>
  199. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  200. <WarningLevel>Level3</WarningLevel>
  201. <Optimization>MaxSpeed</Optimization>
  202. <FunctionLevelLinking>true</FunctionLevelLinking>
  203. <IntrinsicFunctions>true</IntrinsicFunctions>
  204. <SDLCheck>true</SDLCheck>
  205. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  206. <ConformanceMode>true</ConformanceMode>
  207. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  208. </ClCompile>
  209. <Link>
  210. <SubSystem>Console</SubSystem>
  211. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  212. <OptimizeReferences>true</OptimizeReferences>
  213. <GenerateDebugInformation>true</GenerateDebugInformation>
  214. </Link>
  215. </ItemDefinitionGroup>
  216. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  217. <ClCompile>
  218. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  219. <WarningLevel>Level3</WarningLevel>
  220. <Optimization>MaxSpeed</Optimization>
  221. <FunctionLevelLinking>true</FunctionLevelLinking>
  222. <IntrinsicFunctions>true</IntrinsicFunctions>
  223. <SDLCheck>true</SDLCheck>
  224. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  225. <ConformanceMode>true</ConformanceMode>
  226. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  227. </ClCompile>
  228. <Link>
  229. <SubSystem>Console</SubSystem>
  230. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  231. <OptimizeReferences>true</OptimizeReferences>
  232. <GenerateDebugInformation>true</GenerateDebugInformation>
  233. </Link>
  234. </ItemDefinitionGroup>
  235. <ItemDefinitionGroup>
  236. <ClCompile>
  237. <AdditionalOptions>%(AdditionalOptions) /utf-8</AdditionalOptions>
  238. <AdditionalIncludeDirectories>$(SolutionDir)\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  239. </ClCompile>
  240. </ItemDefinitionGroup>
  241. <ItemGroup>
  242. <ProjectReference Include="$(SolutionDir)\SDL\SDL.vcxproj">
  243. <Project>{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}</Project>
  244. <Private>false</Private>
  245. <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
  246. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  247. </ProjectReference>
  248. </ItemGroup>
  249. <ImportGroup Label="ExtensionTargets">
  250. </ImportGroup>
  251. </Project>