testgles2_VS2008.vcproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="testgl2"
  6. ProjectGUID="{8B5CFB38-CCBA-40A8-AD7A-89C57B070884}"
  7. RootNamespace="testgl2"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory=".\Debug"
  21. IntermediateDirectory=".\Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  24. UseOfMFC="0"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".\Debug/testgl2.tlb"
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="0"
  50. AdditionalIncludeDirectories="..\..\..\include"
  51. PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="0"
  54. PrecompiledHeaderFile=".\Debug/testgles2.pch"
  55. WarningLevel="3"
  56. SuppressStartupBanner="true"
  57. DebugInformationFormat="4"
  58. CompileAs="0"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_DEBUG"
  66. Culture="1033"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. AdditionalOptions="/MACHINE:I386"
  74. AdditionalDependencies="opengl32.lib"
  75. LinkIncremental="2"
  76. SuppressStartupBanner="true"
  77. GenerateDebugInformation="true"
  78. ProgramDatabaseFile=".\Debug/testgles2.pdb"
  79. SubSystem="2"
  80. RandomizedBaseAddress="1"
  81. DataExecutionPrevention="0"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. Description="Copy SDL"
  104. CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
  105. />
  106. </Configuration>
  107. <Configuration
  108. Name="Release|Win32"
  109. OutputDirectory=".\Release"
  110. IntermediateDirectory=".\Release"
  111. ConfigurationType="1"
  112. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  113. UseOfMFC="0"
  114. ATLMinimizesCRunTimeLibraryUsage="false"
  115. >
  116. <Tool
  117. Name="VCPreBuildEventTool"
  118. />
  119. <Tool
  120. Name="VCCustomBuildTool"
  121. />
  122. <Tool
  123. Name="VCXMLDataGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCMIDLTool"
  130. PreprocessorDefinitions="NDEBUG"
  131. MkTypLibCompatible="true"
  132. SuppressStartupBanner="true"
  133. TargetEnvironment="1"
  134. TypeLibraryName=".\Release/testgles2.tlb"
  135. />
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. InlineFunctionExpansion="1"
  139. AdditionalIncludeDirectories="..\..\..\include"
  140. PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
  141. StringPooling="true"
  142. RuntimeLibrary="2"
  143. EnableFunctionLevelLinking="true"
  144. UsePrecompiledHeader="0"
  145. PrecompiledHeaderFile=".\Release/testgles2.pch"
  146. WarningLevel="3"
  147. SuppressStartupBanner="true"
  148. CompileAs="0"
  149. />
  150. <Tool
  151. Name="VCManagedResourceCompilerTool"
  152. />
  153. <Tool
  154. Name="VCResourceCompilerTool"
  155. PreprocessorDefinitions="NDEBUG"
  156. Culture="1033"
  157. />
  158. <Tool
  159. Name="VCPreLinkEventTool"
  160. />
  161. <Tool
  162. Name="VCLinkerTool"
  163. AdditionalOptions="/MACHINE:I386"
  164. AdditionalDependencies="opengl32.lib"
  165. LinkIncremental="1"
  166. SuppressStartupBanner="true"
  167. ProgramDatabaseFile=".\Release/testgles2.pdb"
  168. SubSystem="2"
  169. RandomizedBaseAddress="1"
  170. DataExecutionPrevention="0"
  171. />
  172. <Tool
  173. Name="VCALinkTool"
  174. />
  175. <Tool
  176. Name="VCManifestTool"
  177. />
  178. <Tool
  179. Name="VCXDCMakeTool"
  180. />
  181. <Tool
  182. Name="VCBscMakeTool"
  183. />
  184. <Tool
  185. Name="VCFxCopTool"
  186. />
  187. <Tool
  188. Name="VCAppVerifierTool"
  189. />
  190. <Tool
  191. Name="VCPostBuildEventTool"
  192. Description="Copy SDL"
  193. CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
  194. />
  195. </Configuration>
  196. </Configurations>
  197. <References>
  198. </References>
  199. <Files>
  200. <File
  201. RelativePath="..\..\..\test\testgles2.c"
  202. >
  203. </File>
  204. </Files>
  205. <Globals>
  206. </Globals>
  207. </VisualStudioProject>