PageRenderTime 42ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/src/ayuine2.vcproj

https://bitbucket.org/ayufan/ayuine2b
MSBuild | 650 lines | 650 code | 0 blank | 0 comment | 0 complexity | 3e9f0304115f08e9337fbc00a4476846 MD5 | raw file
  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8,00"
  5. Name="ayuine2"
  6. ProjectGUID="{D5CDB09B-4680-4E53-8E2A-ECFE092EEE89}"
  7. RootNamespace="ayuine2"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="2"
  22. CharacterSet="2"
  23. >
  24. <Tool
  25. Name="VCPreBuildEventTool"
  26. />
  27. <Tool
  28. Name="VCCustomBuildTool"
  29. />
  30. <Tool
  31. Name="VCXMLDataGeneratorTool"
  32. />
  33. <Tool
  34. Name="VCWebServiceProxyGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCMIDLTool"
  38. />
  39. <Tool
  40. Name="VCCLCompilerTool"
  41. Optimization="0"
  42. AdditionalIncludeDirectories=""
  43. PreprocessorDefinitions="_DEBUG"
  44. RuntimeLibrary="1"
  45. DisableLanguageExtensions="false"
  46. UsePrecompiledHeader="2"
  47. PrecompiledHeaderThrough="StdAfx.hpp"
  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. AdditionalLibraryDirectories=""
  62. IgnoreDefaultLibraryNames="libcmt.lib"
  63. GenerateDebugInformation="true"
  64. GenerateMapFile="true"
  65. MapExports="true"
  66. />
  67. <Tool
  68. Name="VCALinkTool"
  69. />
  70. <Tool
  71. Name="VCManifestTool"
  72. />
  73. <Tool
  74. Name="VCXDCMakeTool"
  75. />
  76. <Tool
  77. Name="VCBscMakeTool"
  78. />
  79. <Tool
  80. Name="VCFxCopTool"
  81. />
  82. <Tool
  83. Name="VCAppVerifierTool"
  84. />
  85. <Tool
  86. Name="VCWebDeploymentTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. />
  91. </Configuration>
  92. <Configuration
  93. Name="Release|Win32"
  94. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  95. IntermediateDirectory="$(ConfigurationName)"
  96. ConfigurationType="2"
  97. CharacterSet="2"
  98. >
  99. <Tool
  100. Name="VCPreBuildEventTool"
  101. />
  102. <Tool
  103. Name="VCCustomBuildTool"
  104. />
  105. <Tool
  106. Name="VCXMLDataGeneratorTool"
  107. />
  108. <Tool
  109. Name="VCWebServiceProxyGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCMIDLTool"
  113. />
  114. <Tool
  115. Name="VCCLCompilerTool"
  116. AdditionalIncludeDirectories=""
  117. RuntimeLibrary="0"
  118. UsePrecompiledHeader="2"
  119. PrecompiledHeaderThrough="StdAfx.hpp"
  120. DebugInformationFormat="0"
  121. />
  122. <Tool
  123. Name="VCManagedResourceCompilerTool"
  124. />
  125. <Tool
  126. Name="VCResourceCompilerTool"
  127. />
  128. <Tool
  129. Name="VCPreLinkEventTool"
  130. />
  131. <Tool
  132. Name="VCLinkerTool"
  133. AdditionalLibraryDirectories=""
  134. />
  135. <Tool
  136. Name="VCALinkTool"
  137. />
  138. <Tool
  139. Name="VCManifestTool"
  140. />
  141. <Tool
  142. Name="VCXDCMakeTool"
  143. />
  144. <Tool
  145. Name="VCBscMakeTool"
  146. />
  147. <Tool
  148. Name="VCFxCopTool"
  149. />
  150. <Tool
  151. Name="VCAppVerifierTool"
  152. />
  153. <Tool
  154. Name="VCWebDeploymentTool"
  155. />
  156. <Tool
  157. Name="VCPostBuildEventTool"
  158. />
  159. </Configuration>
  160. </Configurations>
  161. <References>
  162. </References>
  163. <Files>
  164. <Filter
  165. Name="Engine"
  166. >
  167. <File
  168. RelativePath=".\Engine.cpp"
  169. >
  170. </File>
  171. <File
  172. RelativePath=".\Engine.hpp"
  173. >
  174. </File>
  175. </Filter>
  176. <Filter
  177. Name="Graphics"
  178. >
  179. <File
  180. RelativePath=".\Device.cpp"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\Device.hpp"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\DeviceObject.cpp"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\DeviceObject.hpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\Draw.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\Draw.hpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\Font.cpp"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\Font.hpp"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\Graphics.hpp"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".\IndexBuffer.cpp"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".\IndexBuffer.hpp"
  221. >
  222. </File>
  223. <File
  224. RelativePath=".\Shader.cpp"
  225. >
  226. </File>
  227. <File
  228. RelativePath=".\Shader.hpp"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\Texture.cpp"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\Texture.hpp"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\VertexBuffer.cpp"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\VertexBuffer.hpp"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\VertexType.cpp"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\VertexType.hpp"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\Window.cpp"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\Window.hpp"
  261. >
  262. </File>
  263. </Filter>
  264. <Filter
  265. Name="Input"
  266. >
  267. <File
  268. RelativePath=".\Input.cpp"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\Input.hpp"
  273. >
  274. </File>
  275. </Filter>
  276. <Filter
  277. Name="Core"
  278. >
  279. <File
  280. RelativePath=".\Allocator.hpp"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\Array.hpp"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\Collection.hpp"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\Config.cpp"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\Config.hpp"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\Core.cpp"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\Core.hpp"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\Delegate.hpp"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\Exception.cpp"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\Exception.hpp"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\File.cpp"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\File.hpp"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\List.hpp"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\Log.cpp"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\Log.hpp"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\MathLib.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\MathLib.hpp"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\Object.cpp"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\Object.hpp"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\Property.cpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\Property.hpp"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\Reader.cpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\Reader.hpp"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\SmartPtr.hpp"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\Stats.cpp"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\Stats.hpp"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\Time.cpp"
  385. >
  386. </File>
  387. <File
  388. RelativePath=".\Time.hpp"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\TypeInfo.hpp"
  393. >
  394. </File>
  395. <File
  396. RelativePath=".\VFS.cpp"
  397. >
  398. </File>
  399. <File
  400. RelativePath=".\VFS.hpp"
  401. >
  402. </File>
  403. </Filter>
  404. <Filter
  405. Name="Actor"
  406. >
  407. <File
  408. RelativePath=".\Actor.cpp"
  409. >
  410. </File>
  411. <File
  412. RelativePath=".\Actor.hpp"
  413. >
  414. </File>
  415. <File
  416. RelativePath=".\AEmitter.cpp"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\AEmitter.hpp"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".\ALight.cpp"
  425. >
  426. </File>
  427. <File
  428. RelativePath=".\ALight.hpp"
  429. >
  430. </File>
  431. <File
  432. RelativePath=".\AMesh.cpp"
  433. >
  434. </File>
  435. <File
  436. RelativePath=".\AMesh.hpp"
  437. >
  438. </File>
  439. <File
  440. RelativePath=".\ASkyDome.cpp"
  441. >
  442. </File>
  443. <File
  444. RelativePath=".\ASkyDome.hpp"
  445. >
  446. </File>
  447. <File
  448. RelativePath=".\World.cpp"
  449. >
  450. </File>
  451. <File
  452. RelativePath=".\World.hpp"
  453. >
  454. </File>
  455. <File
  456. RelativePath=".\WorldBsp.cpp"
  457. >
  458. </File>
  459. </Filter>
  460. <Filter
  461. Name="Render"
  462. >
  463. <File
  464. RelativePath=".\Render.cpp"
  465. >
  466. </File>
  467. <File
  468. RelativePath=".\Render.hpp"
  469. >
  470. </File>
  471. <File
  472. RelativePath=".\RenderDynamic.cpp"
  473. >
  474. </File>
  475. <File
  476. RelativePath=".\RenderFragment.cpp"
  477. >
  478. </File>
  479. <File
  480. RelativePath=".\RenderFrame.cpp"
  481. >
  482. </File>
  483. <File
  484. RelativePath=".\RenderLight.cpp"
  485. >
  486. </File>
  487. <File
  488. RelativePath=".\RenderMesh.cpp"
  489. >
  490. </File>
  491. <File
  492. RelativePath=".\RenderMirror.cpp"
  493. >
  494. </File>
  495. <File
  496. RelativePath=".\RenderState.cpp"
  497. >
  498. </File>
  499. </Filter>
  500. <Filter
  501. Name="Mesh"
  502. >
  503. <File
  504. RelativePath=".\Mesh.cpp"
  505. >
  506. </File>
  507. <File
  508. RelativePath=".\Mesh.hpp"
  509. >
  510. </File>
  511. <File
  512. RelativePath=".\MeshObj.cpp"
  513. >
  514. </File>
  515. <File
  516. RelativePath=".\MeshUni.cpp"
  517. >
  518. </File>
  519. </Filter>
  520. <Filter
  521. Name="Material"
  522. >
  523. <File
  524. RelativePath=".\Material.cpp"
  525. >
  526. </File>
  527. <File
  528. RelativePath=".\Material.hpp"
  529. >
  530. </File>
  531. </Filter>
  532. <Filter
  533. Name="Sound"
  534. >
  535. <File
  536. RelativePath=".\Sound.cpp"
  537. >
  538. </File>
  539. <File
  540. RelativePath=".\Sound.hpp"
  541. >
  542. </File>
  543. </Filter>
  544. <Filter
  545. Name="Camera"
  546. >
  547. <File
  548. RelativePath=".\Camera.cpp"
  549. >
  550. </File>
  551. <File
  552. RelativePath=".\Camera.hpp"
  553. >
  554. </File>
  555. </Filter>
  556. <Filter
  557. Name="Physics"
  558. >
  559. <File
  560. RelativePath=".\Collider.cpp"
  561. >
  562. </File>
  563. <File
  564. RelativePath=".\Collider.hpp"
  565. >
  566. </File>
  567. <File
  568. RelativePath=".\Joint.cpp"
  569. >
  570. </File>
  571. <File
  572. RelativePath=".\Joint.hpp"
  573. >
  574. </File>
  575. <File
  576. RelativePath=".\Physics.hpp"
  577. >
  578. </File>
  579. <File
  580. RelativePath=".\RigidBody.cpp"
  581. >
  582. </File>
  583. <File
  584. RelativePath=".\RigidBody.hpp"
  585. >
  586. </File>
  587. </Filter>
  588. <File
  589. RelativePath=".\ayuine2.cpp"
  590. >
  591. <FileConfiguration
  592. Name="Debug|Win32"
  593. >
  594. <Tool
  595. Name="VCCLCompilerTool"
  596. UsePrecompiledHeader="2"
  597. PrecompiledHeaderThrough="StdAfx.hpp"
  598. />
  599. </FileConfiguration>
  600. <FileConfiguration
  601. Name="Release|Win32"
  602. >
  603. <Tool
  604. Name="VCCLCompilerTool"
  605. PrecompiledHeaderThrough="StdAfx.hpp"
  606. />
  607. </FileConfiguration>
  608. </File>
  609. <File
  610. RelativePath=".\ayuine2.hpp"
  611. >
  612. </File>
  613. <File
  614. RelativePath=".\ayuine2.rc"
  615. >
  616. </File>
  617. <File
  618. RelativePath=".\resource.h"
  619. >
  620. </File>
  621. <File
  622. RelativePath=".\StdAfx.cpp"
  623. >
  624. <FileConfiguration
  625. Name="Debug|Win32"
  626. >
  627. <Tool
  628. Name="VCCLCompilerTool"
  629. UsePrecompiledHeader="1"
  630. PrecompiledHeaderThrough="StdAfx.hpp"
  631. />
  632. </FileConfiguration>
  633. <FileConfiguration
  634. Name="Release|Win32"
  635. >
  636. <Tool
  637. Name="VCCLCompilerTool"
  638. UsePrecompiledHeader="1"
  639. PrecompiledHeaderThrough="StdAfx.hpp"
  640. />
  641. </FileConfiguration>
  642. </File>
  643. <File
  644. RelativePath=".\StdAfx.hpp"
  645. >
  646. </File>
  647. </Files>
  648. <Globals>
  649. </Globals>
  650. </VisualStudioProject>