testgl2_VS2013.vcxproj 12 KB

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