testgl2_VS2008.vcproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  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. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  24. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  25. ConfigurationType="1"
  26. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  27. UseOfMFC="0"
  28. ATLMinimizesCRunTimeLibraryUsage="false"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. PreprocessorDefinitions="_DEBUG"
  45. MkTypLibCompatible="true"
  46. SuppressStartupBanner="true"
  47. TargetEnvironment="1"
  48. TypeLibraryName=".\Debug/testgl2.tlb"
  49. />
  50. <Tool
  51. Name="VCCLCompilerTool"
  52. Optimization="0"
  53. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  54. AdditionalUsingDirectories=""
  55. PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
  56. RuntimeLibrary="2"
  57. WarningLevel="3"
  58. DebugInformationFormat="1"
  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. AdditionalDependencies="opengl32.lib"
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. />
  89. <Tool
  90. Name="VCFxCopTool"
  91. />
  92. <Tool
  93. Name="VCAppVerifierTool"
  94. />
  95. <Tool
  96. Name="VCPostBuildEventTool"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Debug|x64"
  101. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  102. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  103. ConfigurationType="1"
  104. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  105. UseOfMFC="0"
  106. ATLMinimizesCRunTimeLibraryUsage="false"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. PreprocessorDefinitions="_DEBUG"
  123. MkTypLibCompatible="true"
  124. SuppressStartupBanner="true"
  125. TargetEnvironment="3"
  126. TypeLibraryName=".\Debug/testgl2.tlb"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="0"
  131. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  132. AdditionalUsingDirectories=""
  133. PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
  134. RuntimeLibrary="3"
  135. WarningLevel="3"
  136. DebugInformationFormat="1"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="_DEBUG"
  144. Culture="1033"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. AdditionalDependencies="opengl32.lib"
  152. GenerateDebugInformation="true"
  153. SubSystem="2"
  154. />
  155. <Tool
  156. Name="VCALinkTool"
  157. />
  158. <Tool
  159. Name="VCManifestTool"
  160. />
  161. <Tool
  162. Name="VCXDCMakeTool"
  163. />
  164. <Tool
  165. Name="VCBscMakeTool"
  166. />
  167. <Tool
  168. Name="VCFxCopTool"
  169. />
  170. <Tool
  171. Name="VCAppVerifierTool"
  172. />
  173. <Tool
  174. Name="VCPostBuildEventTool"
  175. />
  176. </Configuration>
  177. <Configuration
  178. Name="Release|Win32"
  179. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  180. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  181. ConfigurationType="1"
  182. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  183. UseOfMFC="0"
  184. ATLMinimizesCRunTimeLibraryUsage="false"
  185. >
  186. <Tool
  187. Name="VCPreBuildEventTool"
  188. />
  189. <Tool
  190. Name="VCCustomBuildTool"
  191. />
  192. <Tool
  193. Name="VCXMLDataGeneratorTool"
  194. />
  195. <Tool
  196. Name="VCWebServiceProxyGeneratorTool"
  197. />
  198. <Tool
  199. Name="VCMIDLTool"
  200. PreprocessorDefinitions="NDEBUG"
  201. MkTypLibCompatible="true"
  202. SuppressStartupBanner="true"
  203. TargetEnvironment="1"
  204. TypeLibraryName=".\Release/testgl2.tlb"
  205. />
  206. <Tool
  207. Name="VCCLCompilerTool"
  208. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  209. AdditionalUsingDirectories=""
  210. PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
  211. RuntimeLibrary="2"
  212. WarningLevel="3"
  213. />
  214. <Tool
  215. Name="VCManagedResourceCompilerTool"
  216. />
  217. <Tool
  218. Name="VCResourceCompilerTool"
  219. PreprocessorDefinitions="NDEBUG"
  220. Culture="1033"
  221. />
  222. <Tool
  223. Name="VCPreLinkEventTool"
  224. />
  225. <Tool
  226. Name="VCLinkerTool"
  227. AdditionalDependencies="opengl32.lib"
  228. SubSystem="2"
  229. />
  230. <Tool
  231. Name="VCALinkTool"
  232. />
  233. <Tool
  234. Name="VCManifestTool"
  235. />
  236. <Tool
  237. Name="VCXDCMakeTool"
  238. />
  239. <Tool
  240. Name="VCBscMakeTool"
  241. />
  242. <Tool
  243. Name="VCFxCopTool"
  244. />
  245. <Tool
  246. Name="VCAppVerifierTool"
  247. />
  248. <Tool
  249. Name="VCPostBuildEventTool"
  250. />
  251. </Configuration>
  252. <Configuration
  253. Name="Release|x64"
  254. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  255. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  256. ConfigurationType="1"
  257. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  258. UseOfMFC="0"
  259. ATLMinimizesCRunTimeLibraryUsage="false"
  260. >
  261. <Tool
  262. Name="VCPreBuildEventTool"
  263. />
  264. <Tool
  265. Name="VCCustomBuildTool"
  266. />
  267. <Tool
  268. Name="VCXMLDataGeneratorTool"
  269. />
  270. <Tool
  271. Name="VCWebServiceProxyGeneratorTool"
  272. />
  273. <Tool
  274. Name="VCMIDLTool"
  275. PreprocessorDefinitions="NDEBUG"
  276. MkTypLibCompatible="true"
  277. SuppressStartupBanner="true"
  278. TargetEnvironment="3"
  279. TypeLibraryName=".\Release/testgl2.tlb"
  280. />
  281. <Tool
  282. Name="VCCLCompilerTool"
  283. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  284. AdditionalUsingDirectories=""
  285. PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
  286. RuntimeLibrary="2"
  287. WarningLevel="3"
  288. />
  289. <Tool
  290. Name="VCManagedResourceCompilerTool"
  291. />
  292. <Tool
  293. Name="VCResourceCompilerTool"
  294. PreprocessorDefinitions="NDEBUG"
  295. Culture="1033"
  296. />
  297. <Tool
  298. Name="VCPreLinkEventTool"
  299. />
  300. <Tool
  301. Name="VCLinkerTool"
  302. AdditionalDependencies="opengl32.lib"
  303. SubSystem="2"
  304. />
  305. <Tool
  306. Name="VCALinkTool"
  307. />
  308. <Tool
  309. Name="VCManifestTool"
  310. />
  311. <Tool
  312. Name="VCXDCMakeTool"
  313. />
  314. <Tool
  315. Name="VCBscMakeTool"
  316. />
  317. <Tool
  318. Name="VCFxCopTool"
  319. />
  320. <Tool
  321. Name="VCAppVerifierTool"
  322. />
  323. <Tool
  324. Name="VCPostBuildEventTool"
  325. />
  326. </Configuration>
  327. </Configurations>
  328. <References>
  329. <ProjectReference
  330. ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
  331. CopyLocal="false"
  332. CopyLocalDependencies="false"
  333. CopyLocalSatelliteAssemblies="false"
  334. RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
  335. />
  336. <ProjectReference
  337. ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
  338. CopyLocal="false"
  339. CopyLocalDependencies="false"
  340. CopyLocalSatelliteAssemblies="false"
  341. RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
  342. />
  343. <ProjectReference
  344. ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
  345. CopyLocal="false"
  346. CopyLocalDependencies="false"
  347. CopyLocalSatelliteAssemblies="false"
  348. RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
  349. />
  350. </References>
  351. <Files>
  352. <File
  353. RelativePath="..\..\..\test\testgl2.c"
  354. >
  355. </File>
  356. </Files>
  357. <Globals>
  358. </Globals>
  359. </VisualStudioProject>