testgl2_VS2008.vcproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
  21. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  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/testgl2.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/testgl2.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. />
  104. </Configuration>
  105. <Configuration
  106. Name="Release|Win32"
  107. OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
  108. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  109. ConfigurationType="1"
  110. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  111. UseOfMFC="0"
  112. ATLMinimizesCRunTimeLibraryUsage="false"
  113. >
  114. <Tool
  115. Name="VCPreBuildEventTool"
  116. />
  117. <Tool
  118. Name="VCCustomBuildTool"
  119. />
  120. <Tool
  121. Name="VCXMLDataGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCMIDLTool"
  128. PreprocessorDefinitions="NDEBUG"
  129. MkTypLibCompatible="true"
  130. SuppressStartupBanner="true"
  131. TargetEnvironment="1"
  132. TypeLibraryName=".\Release/testgl2.tlb"
  133. />
  134. <Tool
  135. Name="VCCLCompilerTool"
  136. InlineFunctionExpansion="1"
  137. AdditionalIncludeDirectories="..\..\..\include"
  138. PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
  139. StringPooling="true"
  140. RuntimeLibrary="2"
  141. EnableFunctionLevelLinking="true"
  142. UsePrecompiledHeader="0"
  143. PrecompiledHeaderFile=".\Release/testgl2.pch"
  144. WarningLevel="3"
  145. SuppressStartupBanner="true"
  146. CompileAs="0"
  147. />
  148. <Tool
  149. Name="VCManagedResourceCompilerTool"
  150. />
  151. <Tool
  152. Name="VCResourceCompilerTool"
  153. PreprocessorDefinitions="NDEBUG"
  154. Culture="1033"
  155. />
  156. <Tool
  157. Name="VCPreLinkEventTool"
  158. />
  159. <Tool
  160. Name="VCLinkerTool"
  161. AdditionalOptions="/MACHINE:I386"
  162. AdditionalDependencies="opengl32.lib"
  163. LinkIncremental="1"
  164. SuppressStartupBanner="true"
  165. ProgramDatabaseFile=".\Release/testgl2.pdb"
  166. SubSystem="2"
  167. RandomizedBaseAddress="1"
  168. DataExecutionPrevention="0"
  169. />
  170. <Tool
  171. Name="VCALinkTool"
  172. />
  173. <Tool
  174. Name="VCManifestTool"
  175. />
  176. <Tool
  177. Name="VCXDCMakeTool"
  178. />
  179. <Tool
  180. Name="VCBscMakeTool"
  181. />
  182. <Tool
  183. Name="VCFxCopTool"
  184. />
  185. <Tool
  186. Name="VCAppVerifierTool"
  187. />
  188. <Tool
  189. Name="VCPostBuildEventTool"
  190. />
  191. </Configuration>
  192. </Configurations>
  193. <References>
  194. <ProjectReference
  195. ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
  196. CopyLocal="false"
  197. CopyLocalDependencies="false"
  198. CopyLocalSatelliteAssemblies="false"
  199. RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
  200. />
  201. <ProjectReference
  202. ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
  203. CopyLocal="false"
  204. CopyLocalDependencies="false"
  205. CopyLocalSatelliteAssemblies="false"
  206. RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
  207. />
  208. <ProjectReference
  209. ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
  210. CopyLocal="false"
  211. CopyLocalDependencies="false"
  212. CopyLocalSatelliteAssemblies="false"
  213. RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
  214. />
  215. </References>
  216. <Files>
  217. <File
  218. RelativePath="..\..\..\test\testgl2.c"
  219. >
  220. </File>
  221. </Files>
  222. <Globals>
  223. </Globals>
  224. </VisualStudioProject>