testscale_VS2010.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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>testscale</ProjectName>
  23. <ProjectGuid>{E7A6C41C-E059-4C9C-8CCC-73586A540B62}</ProjectGuid>
  24. <RootNamespace>testscale</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseOfMfc>false</UseOfMfc>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  32. <ConfigurationType>Application</ConfigurationType>
  33. <UseOfMfc>false</UseOfMfc>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseOfMfc>false</UseOfMfc>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  40. <ConfigurationType>Application</ConfigurationType>
  41. <UseOfMfc>false</UseOfMfc>
  42. <CharacterSet>MultiByte</CharacterSet>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  45. <ImportGroup Label="ExtensionSettings">
  46. </ImportGroup>
  47. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Release|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)'=='Debug|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)'=='Debug|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)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
  67. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
  68. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
  69. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
  70. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  71. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
  72. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
  73. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
  74. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
  75. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
  76. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  77. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  78. </PropertyGroup>
  79. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <Midl>
  81. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  82. <MkTypLibCompatible>true</MkTypLibCompatible>
  83. <SuppressStartupBanner>true</SuppressStartupBanner>
  84. <TargetEnvironment>Win32</TargetEnvironment>
  85. </Midl>
  86. <ClCompile>
  87. <Optimization>Disabled</Optimization>
  88. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  89. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  90. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  91. <PrecompiledHeader>
  92. </PrecompiledHeader>
  93. <WarningLevel>Level3</WarningLevel>
  94. <SuppressStartupBanner>true</SuppressStartupBanner>
  95. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  96. <CompileAs>Default</CompileAs>
  97. </ClCompile>
  98. <ResourceCompile>
  99. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <Culture>0x0409</Culture>
  101. </ResourceCompile>
  102. <Link>
  103. <SuppressStartupBanner>true</SuppressStartupBanner>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. <SubSystem>Windows</SubSystem>
  106. </Link>
  107. <PostBuildEvent>
  108. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
  109. copy "$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
  110. copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command>
  111. </PostBuildEvent>
  112. <PostBuildEvent>
  113. <Message>Copy SDL and data files</Message>
  114. </PostBuildEvent>
  115. </ItemDefinitionGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  117. <Midl>
  118. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <MkTypLibCompatible>true</MkTypLibCompatible>
  120. <SuppressStartupBanner>true</SuppressStartupBanner>
  121. </Midl>
  122. <ClCompile>
  123. <Optimization>Disabled</Optimization>
  124. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  125. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  127. <PrecompiledHeader>
  128. </PrecompiledHeader>
  129. <WarningLevel>Level3</WarningLevel>
  130. <SuppressStartupBanner>true</SuppressStartupBanner>
  131. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  132. <CompileAs>Default</CompileAs>
  133. </ClCompile>
  134. <ResourceCompile>
  135. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. <Culture>0x0409</Culture>
  137. </ResourceCompile>
  138. <Link>
  139. <SuppressStartupBanner>true</SuppressStartupBanner>
  140. <GenerateDebugInformation>true</GenerateDebugInformation>
  141. <SubSystem>Windows</SubSystem>
  142. </Link>
  143. <PostBuildEvent>
  144. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
  145. copy "$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
  146. copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command>
  147. </PostBuildEvent>
  148. <PostBuildEvent>
  149. <Message>Copy SDL and data files</Message>
  150. </PostBuildEvent>
  151. </ItemDefinitionGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  153. <Midl>
  154. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <MkTypLibCompatible>true</MkTypLibCompatible>
  156. <SuppressStartupBanner>true</SuppressStartupBanner>
  157. <TargetEnvironment>Win32</TargetEnvironment>
  158. </Midl>
  159. <ClCompile>
  160. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  161. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  162. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  163. <StringPooling>true</StringPooling>
  164. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  165. <FunctionLevelLinking>true</FunctionLevelLinking>
  166. <PrecompiledHeader>
  167. </PrecompiledHeader>
  168. <WarningLevel>Level3</WarningLevel>
  169. <SuppressStartupBanner>true</SuppressStartupBanner>
  170. <CompileAs>Default</CompileAs>
  171. </ClCompile>
  172. <ResourceCompile>
  173. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  174. <Culture>0x0409</Culture>
  175. </ResourceCompile>
  176. <Link>
  177. <SuppressStartupBanner>true</SuppressStartupBanner>
  178. <SubSystem>Windows</SubSystem>
  179. </Link>
  180. <PostBuildEvent>
  181. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
  182. copy "$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
  183. copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command>
  184. </PostBuildEvent>
  185. <PostBuildEvent>
  186. <Message>Copy SDL and data files</Message>
  187. </PostBuildEvent>
  188. </ItemDefinitionGroup>
  189. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  190. <Midl>
  191. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  192. <MkTypLibCompatible>true</MkTypLibCompatible>
  193. <SuppressStartupBanner>true</SuppressStartupBanner>
  194. </Midl>
  195. <ClCompile>
  196. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  197. <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  198. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  199. <StringPooling>true</StringPooling>
  200. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  201. <FunctionLevelLinking>true</FunctionLevelLinking>
  202. <PrecompiledHeader>
  203. </PrecompiledHeader>
  204. <WarningLevel>Level3</WarningLevel>
  205. <SuppressStartupBanner>true</SuppressStartupBanner>
  206. <CompileAs>Default</CompileAs>
  207. </ClCompile>
  208. <ResourceCompile>
  209. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  210. <Culture>0x0409</Culture>
  211. </ResourceCompile>
  212. <Link>
  213. <SuppressStartupBanner>true</SuppressStartupBanner>
  214. <SubSystem>Windows</SubSystem>
  215. </Link>
  216. <PostBuildEvent>
  217. <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
  218. copy "$(SolutionDir)\..\test\icon.bmp" "$(TargetDir)\icon.bmp"
  219. copy "$(SolutionDir)\..\test\sample.bmp" "$(TargetDir)\sample.bmp"</Command>
  220. </PostBuildEvent>
  221. <PostBuildEvent>
  222. <Message>Copy SDL and data files</Message>
  223. </PostBuildEvent>
  224. </ItemDefinitionGroup>
  225. <ItemGroup>
  226. <ClCompile Include="..\..\..\test\testscale.c" />
  227. </ItemGroup>
  228. <ItemGroup>
  229. <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
  230. <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
  231. </ProjectReference>
  232. <ProjectReference Include="..\..\SDLtest\SDLtest_VS2010.vcxproj">
  233. <Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
  234. </ProjectReference>
  235. <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
  236. <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
  237. </ProjectReference>
  238. </ItemGroup>
  239. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  240. <ImportGroup Label="ExtensionTargets">
  241. </ImportGroup>
  242. </Project>