graphics.vcproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="graphics"
  6. ProjectGUID="{8A97E9E7-8C48-4C33-A3ED-31487FE58E9E}"
  7. RootNamespace="graphics"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="../include;../../../src;../../../src/modules;../include/SDL"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GRAPHICS_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. AdditionalDependencies="opengl32.lib glu32.lib SDL.lib freetype.lib"
  65. OutputFile="$(OutDir)\love\$(ProjectName).dll"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories="..\lib"
  68. GenerateDebugInformation="true"
  69. SubSystem="2"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="2"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="2"
  120. EnableIntrinsicFunctions="true"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GRAPHICS_EXPORTS"
  122. RuntimeLibrary="2"
  123. EnableFunctionLevelLinking="true"
  124. UsePrecompiledHeader="0"
  125. WarningLevel="3"
  126. DebugInformationFormat="3"
  127. />
  128. <Tool
  129. Name="VCManagedResourceCompilerTool"
  130. />
  131. <Tool
  132. Name="VCResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCPreLinkEventTool"
  136. />
  137. <Tool
  138. Name="VCLinkerTool"
  139. LinkIncremental="1"
  140. GenerateDebugInformation="true"
  141. SubSystem="2"
  142. OptimizeReferences="2"
  143. EnableCOMDATFolding="2"
  144. TargetMachine="1"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. </References>
  171. <Files>
  172. <Filter
  173. Name="opengl"
  174. >
  175. <File
  176. RelativePath="..\..\..\src\modules\graphics\Drawable.cpp"
  177. >
  178. <FileConfiguration
  179. Name="Debug|Win32"
  180. >
  181. <Tool
  182. Name="VCCLCompilerTool"
  183. ObjectFile="$(IntDir)\graphics\opengl\"
  184. />
  185. </FileConfiguration>
  186. <FileConfiguration
  187. Name="Release|Win32"
  188. >
  189. <Tool
  190. Name="VCCLCompilerTool"
  191. ObjectFile="$(IntDir)\graphics\opengl\"
  192. />
  193. </FileConfiguration>
  194. </File>
  195. <File
  196. RelativePath="..\..\..\src\modules\graphics\opengl\Font.cpp"
  197. >
  198. <FileConfiguration
  199. Name="Debug|Win32"
  200. >
  201. <Tool
  202. Name="VCCLCompilerTool"
  203. ObjectFile="$(IntDir)\graphics\opengl\"
  204. />
  205. </FileConfiguration>
  206. <FileConfiguration
  207. Name="Release|Win32"
  208. >
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. ObjectFile="$(IntDir)\graphics\opengl\"
  212. />
  213. </FileConfiguration>
  214. </File>
  215. <File
  216. RelativePath="..\..\..\src\modules\graphics\opengl\Font.h"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\..\..\src\modules\graphics\opengl\GLee.c"
  221. >
  222. <FileConfiguration
  223. Name="Debug|Win32"
  224. >
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. ObjectFile="$(IntDir)\graphics\opengl\"
  228. WarningLevel="0"
  229. />
  230. </FileConfiguration>
  231. <FileConfiguration
  232. Name="Release|Win32"
  233. >
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. ObjectFile="$(IntDir)\graphics\opengl\"
  237. WarningLevel="0"
  238. />
  239. </FileConfiguration>
  240. </File>
  241. <File
  242. RelativePath="..\..\..\src\modules\graphics\opengl\GLee.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\..\..\src\modules\graphics\opengl\Glyph.cpp"
  247. >
  248. <FileConfiguration
  249. Name="Debug|Win32"
  250. >
  251. <Tool
  252. Name="VCCLCompilerTool"
  253. ObjectFile="$(IntDir)\graphics\opengl\"
  254. />
  255. </FileConfiguration>
  256. <FileConfiguration
  257. Name="Release|Win32"
  258. >
  259. <Tool
  260. Name="VCCLCompilerTool"
  261. ObjectFile="$(IntDir)\graphics\opengl\"
  262. />
  263. </FileConfiguration>
  264. </File>
  265. <File
  266. RelativePath="..\..\..\src\modules\graphics\opengl\Glyph.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath="..\..\..\src\modules\graphics\opengl\Graphics.cpp"
  271. >
  272. <FileConfiguration
  273. Name="Debug|Win32"
  274. >
  275. <Tool
  276. Name="VCCLCompilerTool"
  277. ObjectFile="$(IntDir)\graphics\opengl\"
  278. />
  279. </FileConfiguration>
  280. <FileConfiguration
  281. Name="Release|Win32"
  282. >
  283. <Tool
  284. Name="VCCLCompilerTool"
  285. ObjectFile="$(IntDir)\graphics\opengl\"
  286. />
  287. </FileConfiguration>
  288. </File>
  289. <File
  290. RelativePath="..\..\..\src\modules\graphics\opengl\Graphics.h"
  291. >
  292. </File>
  293. <File
  294. RelativePath="..\..\..\src\modules\graphics\opengl\Image.cpp"
  295. >
  296. <FileConfiguration
  297. Name="Debug|Win32"
  298. >
  299. <Tool
  300. Name="VCCLCompilerTool"
  301. ObjectFile="$(IntDir)\graphics\opengl\"
  302. />
  303. </FileConfiguration>
  304. <FileConfiguration
  305. Name="Release|Win32"
  306. >
  307. <Tool
  308. Name="VCCLCompilerTool"
  309. ObjectFile="$(IntDir)\graphics\opengl\"
  310. />
  311. </FileConfiguration>
  312. </File>
  313. <File
  314. RelativePath="..\..\..\src\modules\graphics\opengl\Image.h"
  315. >
  316. </File>
  317. <File
  318. RelativePath="..\..\..\src\modules\graphics\opengl\ImageFont.cpp"
  319. >
  320. <FileConfiguration
  321. Name="Debug|Win32"
  322. >
  323. <Tool
  324. Name="VCCLCompilerTool"
  325. ObjectFile="$(IntDir)\graphics\opengl\"
  326. />
  327. </FileConfiguration>
  328. <FileConfiguration
  329. Name="Release|Win32"
  330. >
  331. <Tool
  332. Name="VCCLCompilerTool"
  333. ObjectFile="$(IntDir)\graphics\opengl\"
  334. />
  335. </FileConfiguration>
  336. </File>
  337. <File
  338. RelativePath="..\..\..\src\modules\graphics\opengl\ImageFont.h"
  339. >
  340. </File>
  341. <File
  342. RelativePath="..\..\..\src\modules\graphics\opengl\ParticleSystem.cpp"
  343. >
  344. <FileConfiguration
  345. Name="Debug|Win32"
  346. >
  347. <Tool
  348. Name="VCCLCompilerTool"
  349. ObjectFile="$(IntDir)\graphics\opengl\"
  350. />
  351. </FileConfiguration>
  352. <FileConfiguration
  353. Name="Release|Win32"
  354. >
  355. <Tool
  356. Name="VCCLCompilerTool"
  357. ObjectFile="$(IntDir)\graphics\opengl\"
  358. />
  359. </FileConfiguration>
  360. </File>
  361. <File
  362. RelativePath="..\..\..\src\modules\graphics\opengl\ParticleSystem.h"
  363. >
  364. </File>
  365. <File
  366. RelativePath="..\..\..\src\modules\graphics\opengl\Quad.cpp"
  367. >
  368. <FileConfiguration
  369. Name="Debug|Win32"
  370. >
  371. <Tool
  372. Name="VCCLCompilerTool"
  373. ObjectFile="$(IntDir)\graphics\opengl\"
  374. />
  375. </FileConfiguration>
  376. <FileConfiguration
  377. Name="Release|Win32"
  378. >
  379. <Tool
  380. Name="VCCLCompilerTool"
  381. ObjectFile="$(IntDir)\graphics\opengl\"
  382. />
  383. </FileConfiguration>
  384. </File>
  385. <File
  386. RelativePath="..\..\..\src\modules\graphics\opengl\Quad.h"
  387. >
  388. </File>
  389. <File
  390. RelativePath="..\..\..\src\modules\graphics\opengl\SpriteBatch.cpp"
  391. >
  392. <FileConfiguration
  393. Name="Debug|Win32"
  394. >
  395. <Tool
  396. Name="VCCLCompilerTool"
  397. ObjectFile="$(IntDir)\graphics\opengl\"
  398. />
  399. </FileConfiguration>
  400. <FileConfiguration
  401. Name="Release|Win32"
  402. >
  403. <Tool
  404. Name="VCCLCompilerTool"
  405. ObjectFile="$(IntDir)\graphics\opengl\"
  406. />
  407. </FileConfiguration>
  408. </File>
  409. <File
  410. RelativePath="..\..\..\src\modules\graphics\opengl\SpriteBatch.h"
  411. >
  412. </File>
  413. <File
  414. RelativePath="..\..\..\src\modules\graphics\opengl\TrueTypeFont.cpp"
  415. >
  416. <FileConfiguration
  417. Name="Debug|Win32"
  418. >
  419. <Tool
  420. Name="VCCLCompilerTool"
  421. ObjectFile="$(IntDir)\graphics\opengl\"
  422. />
  423. </FileConfiguration>
  424. <FileConfiguration
  425. Name="Release|Win32"
  426. >
  427. <Tool
  428. Name="VCCLCompilerTool"
  429. ObjectFile="$(IntDir)\graphics\opengl\"
  430. />
  431. </FileConfiguration>
  432. </File>
  433. <File
  434. RelativePath="..\..\..\src\modules\graphics\opengl\TrueTypeFont.h"
  435. >
  436. </File>
  437. <File
  438. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Font.cpp"
  439. >
  440. <FileConfiguration
  441. Name="Debug|Win32"
  442. >
  443. <Tool
  444. Name="VCCLCompilerTool"
  445. ObjectFile="$(IntDir)\graphics\opengl\"
  446. />
  447. </FileConfiguration>
  448. <FileConfiguration
  449. Name="Release|Win32"
  450. >
  451. <Tool
  452. Name="VCCLCompilerTool"
  453. ObjectFile="$(IntDir)\graphics\opengl\"
  454. />
  455. </FileConfiguration>
  456. </File>
  457. <File
  458. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Font.h"
  459. >
  460. </File>
  461. <File
  462. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Glyph.cpp"
  463. >
  464. <FileConfiguration
  465. Name="Debug|Win32"
  466. >
  467. <Tool
  468. Name="VCCLCompilerTool"
  469. ObjectFile="$(IntDir)\graphics\opengl\"
  470. />
  471. </FileConfiguration>
  472. <FileConfiguration
  473. Name="Release|Win32"
  474. >
  475. <Tool
  476. Name="VCCLCompilerTool"
  477. ObjectFile="$(IntDir)\graphics\opengl\"
  478. />
  479. </FileConfiguration>
  480. </File>
  481. <File
  482. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Glyph.h"
  483. >
  484. </File>
  485. <File
  486. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Graphics.cpp"
  487. >
  488. <FileConfiguration
  489. Name="Debug|Win32"
  490. >
  491. <Tool
  492. Name="VCCLCompilerTool"
  493. ObjectFile="$(IntDir)\graphics\opengl\"
  494. />
  495. </FileConfiguration>
  496. <FileConfiguration
  497. Name="Release|Win32"
  498. >
  499. <Tool
  500. Name="VCCLCompilerTool"
  501. ObjectFile="$(IntDir)\graphics\opengl\"
  502. />
  503. </FileConfiguration>
  504. </File>
  505. <File
  506. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Graphics.h"
  507. >
  508. </File>
  509. <File
  510. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Image.cpp"
  511. >
  512. <FileConfiguration
  513. Name="Debug|Win32"
  514. >
  515. <Tool
  516. Name="VCCLCompilerTool"
  517. ObjectFile="$(IntDir)\graphics\opengl\"
  518. />
  519. </FileConfiguration>
  520. <FileConfiguration
  521. Name="Release|Win32"
  522. >
  523. <Tool
  524. Name="VCCLCompilerTool"
  525. ObjectFile="$(IntDir)\graphics\opengl\"
  526. />
  527. </FileConfiguration>
  528. </File>
  529. <File
  530. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Image.h"
  531. >
  532. </File>
  533. <File
  534. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_ParticleSystem.cpp"
  535. >
  536. <FileConfiguration
  537. Name="Debug|Win32"
  538. >
  539. <Tool
  540. Name="VCCLCompilerTool"
  541. ObjectFile="$(IntDir)\graphics\opengl\"
  542. />
  543. </FileConfiguration>
  544. <FileConfiguration
  545. Name="Release|Win32"
  546. >
  547. <Tool
  548. Name="VCCLCompilerTool"
  549. ObjectFile="$(IntDir)\graphics\opengl\"
  550. />
  551. </FileConfiguration>
  552. </File>
  553. <File
  554. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_ParticleSystem.h"
  555. >
  556. </File>
  557. <File
  558. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Quad.cpp"
  559. >
  560. <FileConfiguration
  561. Name="Debug|Win32"
  562. >
  563. <Tool
  564. Name="VCCLCompilerTool"
  565. ObjectFile="$(IntDir)\graphics\opengl\"
  566. />
  567. </FileConfiguration>
  568. <FileConfiguration
  569. Name="Release|Win32"
  570. >
  571. <Tool
  572. Name="VCCLCompilerTool"
  573. ObjectFile="$(IntDir)\graphics\opengl\"
  574. />
  575. </FileConfiguration>
  576. </File>
  577. <File
  578. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_Quad.h"
  579. >
  580. </File>
  581. <File
  582. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_SpriteBatch.cpp"
  583. >
  584. <FileConfiguration
  585. Name="Debug|Win32"
  586. >
  587. <Tool
  588. Name="VCCLCompilerTool"
  589. ObjectFile="$(IntDir)\graphics\opengl\"
  590. />
  591. </FileConfiguration>
  592. <FileConfiguration
  593. Name="Release|Win32"
  594. >
  595. <Tool
  596. Name="VCCLCompilerTool"
  597. ObjectFile="$(IntDir)\graphics\opengl\"
  598. />
  599. </FileConfiguration>
  600. </File>
  601. <File
  602. RelativePath="..\..\..\src\modules\graphics\opengl\wrap_SpriteBatch.h"
  603. >
  604. </File>
  605. </Filter>
  606. <File
  607. RelativePath="..\..\..\src\modules\graphics\Drawable.h"
  608. >
  609. </File>
  610. <File
  611. RelativePath="..\..\..\src\modules\graphics\Graphics.cpp"
  612. >
  613. <FileConfiguration
  614. Name="Debug|Win32"
  615. >
  616. <Tool
  617. Name="VCCLCompilerTool"
  618. ObjectFile="$(IntDir)\graphics\"
  619. />
  620. </FileConfiguration>
  621. </File>
  622. <File
  623. RelativePath="..\..\..\src\modules\graphics\Graphics.h"
  624. >
  625. </File>
  626. <File
  627. RelativePath="..\..\..\src\modules\graphics\Image.cpp"
  628. >
  629. <FileConfiguration
  630. Name="Debug|Win32"
  631. >
  632. <Tool
  633. Name="VCCLCompilerTool"
  634. ObjectFile="$(IntDir)\graphics\"
  635. />
  636. </FileConfiguration>
  637. </File>
  638. <File
  639. RelativePath="..\..\..\src\modules\graphics\Image.h"
  640. >
  641. </File>
  642. <File
  643. RelativePath="..\..\..\src\modules\graphics\Volatile.cpp"
  644. >
  645. <FileConfiguration
  646. Name="Debug|Win32"
  647. >
  648. <Tool
  649. Name="VCCLCompilerTool"
  650. ObjectFile="$(IntDir)\graphics\"
  651. />
  652. </FileConfiguration>
  653. </File>
  654. <File
  655. RelativePath="..\..\..\src\modules\graphics\Volatile.h"
  656. >
  657. </File>
  658. </Files>
  659. <Globals>
  660. </Globals>
  661. </VisualStudioProject>