tests_vc9.vcproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="tests"
  6. ProjectGUID="{2A1DE18B-F678-4A94-A996-E848E20B2983}"
  7. RootNamespace="tests"
  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)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="..\include"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. WarningLevel="3"
  48. DebugInformationFormat="4"
  49. />
  50. <Tool
  51. Name="VCManagedResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCPreLinkEventTool"
  58. />
  59. <Tool
  60. Name="VCLinkerTool"
  61. AdditionalDependencies="..\lib\Win32-visualstudio\Irrlicht.lib"
  62. OutputFile="..\bin\Win32-VisualStudio\$(ProjectName).exe"
  63. GenerateDebugInformation="true"
  64. RandomizedBaseAddress="1"
  65. DataExecutionPrevention="0"
  66. TargetMachine="1"
  67. />
  68. <Tool
  69. Name="VCALinkTool"
  70. />
  71. <Tool
  72. Name="VCManifestTool"
  73. />
  74. <Tool
  75. Name="VCXDCMakeTool"
  76. />
  77. <Tool
  78. Name="VCBscMakeTool"
  79. />
  80. <Tool
  81. Name="VCFxCopTool"
  82. />
  83. <Tool
  84. Name="VCAppVerifierTool"
  85. />
  86. <Tool
  87. Name="VCPostBuildEventTool"
  88. />
  89. </Configuration>
  90. <Configuration
  91. Name="Release|Win32"
  92. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  93. IntermediateDirectory="$(ConfigurationName)"
  94. ConfigurationType="1"
  95. CharacterSet="2"
  96. WholeProgramOptimization="1"
  97. >
  98. <Tool
  99. Name="VCPreBuildEventTool"
  100. />
  101. <Tool
  102. Name="VCCustomBuildTool"
  103. />
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCMIDLTool"
  112. />
  113. <Tool
  114. Name="VCCLCompilerTool"
  115. Optimization="2"
  116. EnableIntrinsicFunctions="true"
  117. AdditionalIncludeDirectories="..\include"
  118. RuntimeLibrary="2"
  119. EnableFunctionLevelLinking="true"
  120. WarningLevel="3"
  121. DebugInformationFormat="3"
  122. />
  123. <Tool
  124. Name="VCManagedResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCPreLinkEventTool"
  131. />
  132. <Tool
  133. Name="VCLinkerTool"
  134. AdditionalDependencies="..\lib\Win32-visualstudio\Irrlicht.lib"
  135. OutputFile="..\bin\Win32-VisualStudio\$(ProjectName).exe"
  136. GenerateDebugInformation="true"
  137. OptimizeReferences="2"
  138. EnableCOMDATFolding="2"
  139. RandomizedBaseAddress="1"
  140. DataExecutionPrevention="0"
  141. TargetMachine="1"
  142. />
  143. <Tool
  144. Name="VCALinkTool"
  145. />
  146. <Tool
  147. Name="VCManifestTool"
  148. />
  149. <Tool
  150. Name="VCXDCMakeTool"
  151. />
  152. <Tool
  153. Name="VCBscMakeTool"
  154. />
  155. <Tool
  156. Name="VCFxCopTool"
  157. />
  158. <Tool
  159. Name="VCAppVerifierTool"
  160. />
  161. <Tool
  162. Name="VCPostBuildEventTool"
  163. />
  164. </Configuration>
  165. </Configurations>
  166. <References>
  167. </References>
  168. <Files>
  169. <Filter
  170. Name="Source Files"
  171. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  172. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  173. >
  174. <File
  175. RelativePath=".\2dmaterial.cpp"
  176. >
  177. </File>
  178. <File
  179. RelativePath=".\anti-aliasing.cpp"
  180. >
  181. </File>
  182. <File
  183. RelativePath=".\archiveReader.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath=".\b3dAnimation.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\billboards.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".\burningsVideo.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\collisionResponseAnimator.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\color.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\createImage.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\cursorSetVisible.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\disambiguateTextures.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\draw2DImage.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\drawPixel.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\drawRectOutline.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\drawVertexPrimitive.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\enumerateImageManipulators.cpp"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\exports.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\fast_atof.cpp"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\filesystem.cpp"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\flyCircleAnimator.cpp"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\guiDisabledMenu.cpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\ioScene.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\irrArray.cpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\irrCoreEquals.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\irrList.cpp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\irrMap.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\irrString.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\lightMaps.cpp"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\lights.cpp"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\testLine2d.cpp"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\loadTextures.cpp"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\main.cpp"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\makeColorKeyTexture.cpp"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\material.cpp"
  308. >
  309. </File>
  310. <File
  311. RelativePath=".\matrixOps.cpp"
  312. >
  313. </File>
  314. <File
  315. RelativePath=".\md2Animation.cpp"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\meshLoaders.cpp"
  320. >
  321. </File>
  322. <File
  323. RelativePath=".\meshTransform.cpp"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\mrt.cpp"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\orthoCam.cpp"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\planeMatrix.cpp"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\projectionMatrix.cpp"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\removeCustomAnimator.cpp"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\renderTargetTexture.cpp"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\sceneCollisionManager.cpp"
  352. >
  353. </File>
  354. <File
  355. RelativePath=".\sceneNodeAnimator.cpp"
  356. >
  357. </File>
  358. <File
  359. RelativePath=".\screenshot.cpp"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\serializeAttributes.cpp"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\skinnedMesh.cpp"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\softwareDevice.cpp"
  372. >
  373. </File>
  374. <File
  375. RelativePath=".\stencilshadow.cpp"
  376. >
  377. </File>
  378. <File
  379. RelativePath=".\terrainSceneNode.cpp"
  380. >
  381. </File>
  382. <File
  383. RelativePath=".\testaabbox.cpp"
  384. >
  385. </File>
  386. <File
  387. RelativePath=".\testDimension2d.cpp"
  388. >
  389. </File>
  390. <File
  391. RelativePath=".\testGeometryCreator.cpp"
  392. >
  393. </File>
  394. <File
  395. RelativePath=".\testQuaternion.cpp"
  396. >
  397. </File>
  398. <File
  399. RelativePath=".\testS3DVertex.cpp"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\testUtils.cpp"
  404. >
  405. </File>
  406. <File
  407. RelativePath=".\testVector2d.cpp"
  408. >
  409. </File>
  410. <File
  411. RelativePath=".\testVector3d.cpp"
  412. >
  413. </File>
  414. <File
  415. RelativePath=".\testXML.cpp"
  416. >
  417. </File>
  418. <File
  419. RelativePath=".\textureFeatures.cpp"
  420. >
  421. </File>
  422. <File
  423. RelativePath=".\textureRenderStates.cpp"
  424. >
  425. </File>
  426. <File
  427. RelativePath=".\timer.cpp"
  428. >
  429. </File>
  430. <File
  431. RelativePath=".\transparentMaterials.cpp"
  432. >
  433. </File>
  434. <File
  435. RelativePath=".\triangle3d.cpp"
  436. >
  437. </File>
  438. <File
  439. RelativePath=".\triangleSelector.cpp"
  440. >
  441. </File>
  442. <File
  443. RelativePath=".\userClipPlane.cpp"
  444. >
  445. </File>
  446. <File
  447. RelativePath=".\vectorPositionDimension2d.cpp"
  448. >
  449. </File>
  450. <File
  451. RelativePath=".\videoDriver.cpp"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\viewPort.cpp"
  456. >
  457. </File>
  458. <File
  459. RelativePath=".\writeImageToFile.cpp"
  460. >
  461. </File>
  462. </Filter>
  463. <Filter
  464. Name="Header Files"
  465. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  466. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  467. >
  468. <File
  469. RelativePath=".\testUtils.h"
  470. >
  471. </File>
  472. </Filter>
  473. </Files>
  474. <Globals>
  475. </Globals>
  476. </VisualStudioProject>