testdraw2_VS2010.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" 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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>testdraw2</ProjectName>
  23. <RootNamespace>testdraw2</RootNamespace>
  24. <ProjectGuid>{8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}</ProjectGuid>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseOfMfc>false</UseOfMfc>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  32. <ConfigurationType>Application</ConfigurationType>
  33. <UseOfMfc>false</UseOfMfc>
  34. <CharacterSet>MultiByte</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseOfMfc>false</UseOfMfc>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseOfMfc>false</UseOfMfc>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  45. <ImportGroup Label="ExtensionSettings">
  46. </ImportGroup>
  47. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  48. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  49. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  50. </ImportGroup>
  51. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  52. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  53. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  62. </ImportGroup>
  63. <PropertyGroup Label="UserMacros" />
  64. <PropertyGroup>
  65. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  66. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
  67. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
  68. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
  69. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
  70. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  71. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  72. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
  73. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
  74. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
  75. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
  76. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  77. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
  78. </PropertyGroup>
  79. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <Midl>
  81. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  82. <MkTypLibCompatible>true</MkTypLibCompatible>
  83. <SuppressStartupBanner>true</SuppressStartupBanner>
  84. <TargetEnvironment>Win32</TargetEnvironment>
  85. </Midl>
  86. <ClCompile>
  87. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  88. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  89. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  90. <StringPooling>true</StringPooling>
  91. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  92. <FunctionLevelLinking>true</FunctionLevelLinking>
  93. <PrecompiledHeader>
  94. </PrecompiledHeader>
  95. <WarningLevel>Level3</WarningLevel>
  96. <SuppressStartupBanner>true</SuppressStartupBanner>
  97. <CompileAs>Default</CompileAs>
  98. </ClCompile>
  99. <ResourceCompile>
  100. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <Culture>0x0409</Culture>
  102. </ResourceCompile>
  103. <Link>
  104. <SuppressStartupBanner>true</SuppressStartupBanner>
  105. <SubSystem>Windows</SubSystem>
  106. </Link>
  107. <PostBuildEvent>
  108. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
  109. </PostBuildEvent>
  110. <PostBuildEvent>
  111. <Message>Copy SDL</Message>
  112. </PostBuildEvent>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  115. <Midl>
  116. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  117. <MkTypLibCompatible>true</MkTypLibCompatible>
  118. <SuppressStartupBanner>true</SuppressStartupBanner>
  119. </Midl>
  120. <ClCompile>
  121. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  122. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  123. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. <StringPooling>true</StringPooling>
  125. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  126. <FunctionLevelLinking>true</FunctionLevelLinking>
  127. <PrecompiledHeader>
  128. </PrecompiledHeader>
  129. <WarningLevel>Level3</WarningLevel>
  130. <SuppressStartupBanner>true</SuppressStartupBanner>
  131. <CompileAs>Default</CompileAs>
  132. </ClCompile>
  133. <ResourceCompile>
  134. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. <Culture>0x0409</Culture>
  136. </ResourceCompile>
  137. <Link>
  138. <SuppressStartupBanner>true</SuppressStartupBanner>
  139. <SubSystem>Windows</SubSystem>
  140. </Link>
  141. <PostBuildEvent>
  142. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
  143. </PostBuildEvent>
  144. <PostBuildEvent>
  145. <Message>Copy SDL</Message>
  146. </PostBuildEvent>
  147. </ItemDefinitionGroup>
  148. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  149. <Midl>
  150. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  151. <MkTypLibCompatible>true</MkTypLibCompatible>
  152. <SuppressStartupBanner>true</SuppressStartupBanner>
  153. <TargetEnvironment>Win32</TargetEnvironment>
  154. </Midl>
  155. <ClCompile>
  156. <Optimization>Disabled</Optimization>
  157. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  158. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  160. <PrecompiledHeader>
  161. </PrecompiledHeader>
  162. <WarningLevel>Level3</WarningLevel>
  163. <SuppressStartupBanner>true</SuppressStartupBanner>
  164. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  165. <CompileAs>Default</CompileAs>
  166. </ClCompile>
  167. <ResourceCompile>
  168. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  169. <Culture>0x0409</Culture>
  170. </ResourceCompile>
  171. <Link>
  172. <SuppressStartupBanner>true</SuppressStartupBanner>
  173. <GenerateDebugInformation>true</GenerateDebugInformation>
  174. <SubSystem>Windows</SubSystem>
  175. </Link>
  176. <PostBuildEvent>
  177. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
  178. </PostBuildEvent>
  179. <PostBuildEvent>
  180. <Message>Copy SDL</Message>
  181. </PostBuildEvent>
  182. </ItemDefinitionGroup>
  183. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  184. <Midl>
  185. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  186. <MkTypLibCompatible>true</MkTypLibCompatible>
  187. <SuppressStartupBanner>true</SuppressStartupBanner>
  188. </Midl>
  189. <ClCompile>
  190. <Optimization>Disabled</Optimization>
  191. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  192. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  193. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  194. <PrecompiledHeader>
  195. </PrecompiledHeader>
  196. <WarningLevel>Level3</WarningLevel>
  197. <SuppressStartupBanner>true</SuppressStartupBanner>
  198. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  199. <CompileAs>Default</CompileAs>
  200. </ClCompile>
  201. <ResourceCompile>
  202. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  203. <Culture>0x0409</Culture>
  204. </ResourceCompile>
  205. <Link>
  206. <SuppressStartupBanner>true</SuppressStartupBanner>
  207. <GenerateDebugInformation>true</GenerateDebugInformation>
  208. <SubSystem>Windows</SubSystem>
  209. </Link>
  210. <PostBuildEvent>
  211. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
  212. </PostBuildEvent>
  213. <PostBuildEvent>
  214. <Message>Copy SDL</Message>
  215. </PostBuildEvent>
  216. </ItemDefinitionGroup>
  217. <ItemGroup>
  218. <ClCompile Include="..\..\..\test\testdraw2.c" />
  219. </ItemGroup>
  220. <ItemGroup>
  221. <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
  222. <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
  223. </ProjectReference>
  224. <ProjectReference Include="..\..\SDLtest\SDLtest_VS2010.vcxproj">
  225. <Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
  226. </ProjectReference>
  227. <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
  228. <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
  229. </ProjectReference>
  230. </ItemGroup>
  231. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  232. <ImportGroup Label="ExtensionTargets">
  233. </ImportGroup>
  234. </Project>