testoverlay2_VS2010.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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>testoverlay2</ProjectName>
  23. <RootNamespace>testoverlay2</RootNamespace>
  24. <ProjectGuid>{55812185-D13C-4022-9C81-32E0F4A08AAD}</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"
  109. copy "$(SolutionDir)\..\test\moose.dat" "$(TargetDir)\moose.dat"</Command>
  110. </PostBuildEvent>
  111. <PostBuildEvent>
  112. <Message>Copy SDL and data files</Message>
  113. </PostBuildEvent>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  116. <Midl>
  117. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <MkTypLibCompatible>true</MkTypLibCompatible>
  119. <SuppressStartupBanner>true</SuppressStartupBanner>
  120. </Midl>
  121. <ClCompile>
  122. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  123. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  124. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <StringPooling>true</StringPooling>
  126. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  127. <FunctionLevelLinking>true</FunctionLevelLinking>
  128. <PrecompiledHeader>
  129. </PrecompiledHeader>
  130. <WarningLevel>Level3</WarningLevel>
  131. <SuppressStartupBanner>true</SuppressStartupBanner>
  132. <CompileAs>Default</CompileAs>
  133. </ClCompile>
  134. <ResourceCompile>
  135. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. <Culture>0x0409</Culture>
  137. </ResourceCompile>
  138. <Link>
  139. <SuppressStartupBanner>true</SuppressStartupBanner>
  140. <SubSystem>Windows</SubSystem>
  141. </Link>
  142. <PostBuildEvent>
  143. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
  144. copy "$(SolutionDir)\..\test\moose.dat" "$(TargetDir)\moose.dat"</Command>
  145. </PostBuildEvent>
  146. <PostBuildEvent>
  147. <Message>Copy SDL</Message>
  148. </PostBuildEvent>
  149. </ItemDefinitionGroup>
  150. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  151. <Midl>
  152. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <MkTypLibCompatible>true</MkTypLibCompatible>
  154. <SuppressStartupBanner>true</SuppressStartupBanner>
  155. <TargetEnvironment>Win32</TargetEnvironment>
  156. </Midl>
  157. <ClCompile>
  158. <Optimization>Disabled</Optimization>
  159. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  160. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  161. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  162. <PrecompiledHeader>
  163. </PrecompiledHeader>
  164. <WarningLevel>Level3</WarningLevel>
  165. <SuppressStartupBanner>true</SuppressStartupBanner>
  166. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  167. <CompileAs>Default</CompileAs>
  168. </ClCompile>
  169. <ResourceCompile>
  170. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  171. <Culture>0x0409</Culture>
  172. </ResourceCompile>
  173. <Link>
  174. <SuppressStartupBanner>true</SuppressStartupBanner>
  175. <GenerateDebugInformation>true</GenerateDebugInformation>
  176. <SubSystem>Windows</SubSystem>
  177. </Link>
  178. <PostBuildEvent>
  179. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
  180. copy "$(SolutionDir)\..\test\moose.dat" "$(TargetDir)\moose.dat"</Command>
  181. </PostBuildEvent>
  182. <PostBuildEvent>
  183. <Message>Copy SDL and data files</Message>
  184. </PostBuildEvent>
  185. </ItemDefinitionGroup>
  186. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  187. <Midl>
  188. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  189. <MkTypLibCompatible>true</MkTypLibCompatible>
  190. <SuppressStartupBanner>true</SuppressStartupBanner>
  191. </Midl>
  192. <ClCompile>
  193. <Optimization>Disabled</Optimization>
  194. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  195. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  196. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  197. <PrecompiledHeader>
  198. </PrecompiledHeader>
  199. <WarningLevel>Level3</WarningLevel>
  200. <SuppressStartupBanner>true</SuppressStartupBanner>
  201. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  202. <CompileAs>Default</CompileAs>
  203. </ClCompile>
  204. <ResourceCompile>
  205. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  206. <Culture>0x0409</Culture>
  207. </ResourceCompile>
  208. <Link>
  209. <SuppressStartupBanner>true</SuppressStartupBanner>
  210. <GenerateDebugInformation>true</GenerateDebugInformation>
  211. <SubSystem>Windows</SubSystem>
  212. </Link>
  213. <PostBuildEvent>
  214. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
  215. copy "$(SolutionDir)\..\test\moose.dat" "$(TargetDir)\moose.dat"</Command>
  216. </PostBuildEvent>
  217. <PostBuildEvent>
  218. <Message>Copy SDL and data files</Message>
  219. </PostBuildEvent>
  220. </ItemDefinitionGroup>
  221. <ItemGroup>
  222. <Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" />
  223. <Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <ClCompile Include="..\..\..\test\testoverlay2.c" />
  227. </ItemGroup>
  228. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  229. <ImportGroup Label="ExtensionTargets">
  230. </ImportGroup>
  231. </Project>