x_game.vcproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="x_game"
  6. ProjectGUID="{E7A12117-F3B0-4C68-9B44-66CEFCA3AEAA}"
  7. Keyword="XboxProj">
  8. <Platforms>
  9. <Platform
  10. Name="Xbox"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Xbox"
  15. OutputDirectory=".\..\x_exe\Debug"
  16. IntermediateDirectory=".\..\x_exe\Debug\game"
  17. ConfigurationType="4"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. OptimizeForProcessor="2"
  23. AdditionalIncludeDirectories="..\ICARUS"
  24. PreprocessorDefinitions="_DEBUG;_XBOX;_LIB;WIN32;GAME_HARD_LINKED;VV_LIGHTING"
  25. MinimalRebuild="FALSE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="1"
  28. EnableEnhancedInstructionSet="1"
  29. UsePrecompiledHeader="0"
  30. PrecompiledHeaderThrough="g_headers.h"
  31. PrecompiledHeaderFile=".\..\x_exe\Debug\game/game.pch"
  32. BrowseInformation="1"
  33. WarningLevel="3"
  34. Detect64BitPortabilityProblems="FALSE"
  35. DebugInformationFormat="3"
  36. FastCAP="FALSE"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLibrarianTool"
  41. OutputFile=".\..\x_exe\Debug\x_game.lib"/>
  42. <Tool
  43. Name="VCPostBuildEventTool"/>
  44. <Tool
  45. Name="VCPreBuildEventTool"/>
  46. <Tool
  47. Name="VCPreLinkEventTool"/>
  48. </Configuration>
  49. <Configuration
  50. Name="Release|Xbox"
  51. OutputDirectory=".\..\x_exe\Release"
  52. IntermediateDirectory=".\..\x_exe\Release\game"
  53. ConfigurationType="4"
  54. CharacterSet="2">
  55. <Tool
  56. Name="VCCLCompilerTool"
  57. AdditionalOptions="/Oy-"
  58. Optimization="2"
  59. InlineFunctionExpansion="1"
  60. OmitFramePointers="FALSE"
  61. OptimizeForProcessor="2"
  62. AdditionalIncludeDirectories="..\ICARUS"
  63. PreprocessorDefinitions="NDEBUG;_XBOX;_LIB;WIN32;GAME_HARD_LINKED"
  64. StringPooling="TRUE"
  65. RuntimeLibrary="0"
  66. BufferSecurityCheck="TRUE"
  67. EnableFunctionLevelLinking="TRUE"
  68. EnableEnhancedInstructionSet="1"
  69. UsePrecompiledHeader="0"
  70. PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
  71. WarningLevel="3"
  72. Detect64BitPortabilityProblems="FALSE"
  73. DebugInformationFormat="3"
  74. FastCAP="FALSE"/>
  75. <Tool
  76. Name="VCCustomBuildTool"/>
  77. <Tool
  78. Name="VCLibrarianTool"
  79. OutputFile=".\..\x_exe\Release\x_game.lib"/>
  80. <Tool
  81. Name="VCPostBuildEventTool"/>
  82. <Tool
  83. Name="VCPreBuildEventTool"/>
  84. <Tool
  85. Name="VCPreLinkEventTool"/>
  86. </Configuration>
  87. <Configuration
  88. Name="FinalBuild|Xbox"
  89. OutputDirectory=".\..\x_exe\FinalBuild"
  90. IntermediateDirectory=".\..\x_exe\FinalBuild\game"
  91. ConfigurationType="4"
  92. CharacterSet="2">
  93. <Tool
  94. Name="VCCLCompilerTool"
  95. Optimization="3"
  96. GlobalOptimizations="TRUE"
  97. InlineFunctionExpansion="2"
  98. EnableIntrinsicFunctions="TRUE"
  99. FavorSizeOrSpeed="1"
  100. OmitFramePointers="TRUE"
  101. OptimizeForProcessor="2"
  102. AdditionalIncludeDirectories="..\ICARUS"
  103. PreprocessorDefinitions="NDEBUG;_XBOX;_LIB;WIN32;GAME_HARD_LINKED;FINAL_BUILD;_FINAL"
  104. StringPooling="TRUE"
  105. RuntimeLibrary="0"
  106. BufferSecurityCheck="TRUE"
  107. EnableFunctionLevelLinking="TRUE"
  108. EnableEnhancedInstructionSet="1"
  109. UsePrecompiledHeader="0"
  110. PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
  111. WarningLevel="3"
  112. Detect64BitPortabilityProblems="FALSE"
  113. DebugInformationFormat="3"/>
  114. <Tool
  115. Name="VCCustomBuildTool"/>
  116. <Tool
  117. Name="VCLibrarianTool"
  118. OutputFile=".\..\x_exe\FinalBuild\x_game.lib"/>
  119. <Tool
  120. Name="VCPostBuildEventTool"/>
  121. <Tool
  122. Name="VCPreBuildEventTool"/>
  123. <Tool
  124. Name="VCPreLinkEventTool"/>
  125. </Configuration>
  126. </Configurations>
  127. <Files>
  128. <Filter
  129. Name="Source Files">
  130. <File
  131. RelativePath="..\game\AI_Animal.cpp">
  132. </File>
  133. <File
  134. RelativePath="..\game\AI_AssassinDroid.cpp">
  135. </File>
  136. <File
  137. RelativePath="..\game\AI_Atst.cpp">
  138. </File>
  139. <File
  140. RelativePath="..\game\AI_BobaFett.cpp">
  141. </File>
  142. <File
  143. RelativePath="..\game\AI_Civilian.cpp">
  144. </File>
  145. <File
  146. RelativePath="..\game\AI_Default.cpp">
  147. </File>
  148. <File
  149. RelativePath="..\game\AI_Droid.cpp">
  150. </File>
  151. <File
  152. RelativePath="..\game\AI_GalakMech.cpp">
  153. </File>
  154. <File
  155. RelativePath="..\game\AI_Grenadier.cpp">
  156. </File>
  157. <File
  158. RelativePath="..\game\AI_HazardTrooper.cpp">
  159. </File>
  160. <File
  161. RelativePath="..\game\AI_Howler.cpp">
  162. </File>
  163. <File
  164. RelativePath="..\game\AI_ImperialProbe.cpp">
  165. </File>
  166. <File
  167. RelativePath="..\game\AI_Interrogator.cpp">
  168. </File>
  169. <File
  170. RelativePath="..\game\AI_Jedi.cpp">
  171. </File>
  172. <File
  173. RelativePath="..\game\AI_Mark1.cpp">
  174. </File>
  175. <File
  176. RelativePath="..\game\AI_Mark2.cpp">
  177. </File>
  178. <File
  179. RelativePath="..\game\AI_MineMonster.cpp">
  180. </File>
  181. <File
  182. RelativePath="..\game\AI_Rancor.cpp">
  183. </File>
  184. <File
  185. RelativePath="..\game\AI_Remote.cpp">
  186. </File>
  187. <File
  188. RelativePath="..\game\AI_RocketTrooper.cpp">
  189. </File>
  190. <File
  191. RelativePath="..\game\AI_SaberDroid.cpp">
  192. </File>
  193. <File
  194. RelativePath="..\game\AI_SandCreature.cpp">
  195. </File>
  196. <File
  197. RelativePath="..\game\AI_Seeker.cpp">
  198. </File>
  199. <File
  200. RelativePath="..\game\AI_Sentry.cpp">
  201. </File>
  202. <File
  203. RelativePath="..\game\AI_Sniper.cpp">
  204. </File>
  205. <File
  206. RelativePath="..\game\AI_Stormtrooper.cpp">
  207. </File>
  208. <File
  209. RelativePath="..\game\AI_Tusken.cpp">
  210. </File>
  211. <File
  212. RelativePath="..\game\AI_Utils.cpp">
  213. </File>
  214. <File
  215. RelativePath="..\game\AI_Wampa.cpp">
  216. </File>
  217. <File
  218. RelativePath="..\game\G_Timer.cpp">
  219. </File>
  220. <File
  221. RelativePath="..\game\NPC.cpp">
  222. </File>
  223. <File
  224. RelativePath="..\game\NPC_behavior.cpp">
  225. </File>
  226. <File
  227. RelativePath="..\game\NPC_combat.cpp">
  228. </File>
  229. <File
  230. RelativePath="..\game\NPC_goal.cpp">
  231. </File>
  232. <File
  233. RelativePath="..\game\NPC_misc.cpp">
  234. </File>
  235. <File
  236. RelativePath="..\game\NPC_move.cpp">
  237. </File>
  238. <File
  239. RelativePath="..\game\NPC_reactions.cpp">
  240. </File>
  241. <File
  242. RelativePath="..\game\NPC_senses.cpp">
  243. </File>
  244. <File
  245. RelativePath="..\game\NPC_sounds.cpp">
  246. </File>
  247. <File
  248. RelativePath="..\game\NPC_spawn.cpp">
  249. </File>
  250. <File
  251. RelativePath="..\game\NPC_stats.cpp">
  252. </File>
  253. <File
  254. RelativePath="..\game\NPC_utils.cpp">
  255. </File>
  256. <File
  257. RelativePath="..\game\g_active.cpp">
  258. </File>
  259. <File
  260. RelativePath="..\game\g_breakable.cpp">
  261. </File>
  262. <File
  263. RelativePath="..\game\g_camera.cpp">
  264. </File>
  265. <File
  266. RelativePath="..\game\g_client.cpp">
  267. </File>
  268. <File
  269. RelativePath="..\game\g_cmds.cpp">
  270. </File>
  271. <File
  272. RelativePath="..\game\g_combat.cpp">
  273. </File>
  274. <File
  275. RelativePath="..\game\g_emplaced.cpp">
  276. </File>
  277. <File
  278. RelativePath="..\game\g_functions.cpp">
  279. </File>
  280. <File
  281. RelativePath="..\game\g_fx.cpp">
  282. </File>
  283. <File
  284. RelativePath="..\game\g_headers.cpp">
  285. </File>
  286. <File
  287. RelativePath="..\game\g_inventory.cpp">
  288. </File>
  289. <File
  290. RelativePath="..\game\g_itemLoad.cpp">
  291. </File>
  292. <File
  293. RelativePath="..\game\g_items.cpp">
  294. </File>
  295. <File
  296. RelativePath="..\game\g_main.cpp">
  297. </File>
  298. <File
  299. RelativePath="..\game\g_mem.cpp">
  300. </File>
  301. <File
  302. RelativePath="..\game\g_misc.cpp">
  303. </File>
  304. <File
  305. RelativePath="..\game\g_misc_model.cpp">
  306. </File>
  307. <File
  308. RelativePath="..\game\g_missile.cpp">
  309. </File>
  310. <File
  311. RelativePath="..\game\g_mover.cpp">
  312. </File>
  313. <File
  314. RelativePath="..\game\g_nav.cpp">
  315. </File>
  316. <File
  317. RelativePath="..\game\g_navigator.cpp">
  318. </File>
  319. <File
  320. RelativePath="..\game\g_navnew.cpp">
  321. </File>
  322. <File
  323. RelativePath="..\game\g_object.cpp">
  324. </File>
  325. <File
  326. RelativePath="..\game\g_objectives.cpp">
  327. </File>
  328. <File
  329. RelativePath="..\game\g_rail.cpp">
  330. </File>
  331. <File
  332. RelativePath="..\game\g_ref.cpp">
  333. </File>
  334. <File
  335. RelativePath="..\game\g_roff.cpp">
  336. </File>
  337. <File
  338. RelativePath="..\game\g_savegame.cpp">
  339. </File>
  340. <File
  341. RelativePath="..\game\g_session.cpp">
  342. </File>
  343. <File
  344. RelativePath="..\game\g_spawn.cpp">
  345. </File>
  346. <File
  347. RelativePath="..\game\g_svcmds.cpp">
  348. </File>
  349. <File
  350. RelativePath="..\game\g_target.cpp">
  351. </File>
  352. <File
  353. RelativePath="..\game\g_trigger.cpp">
  354. </File>
  355. <File
  356. RelativePath="..\game\g_turret.cpp">
  357. </File>
  358. <File
  359. RelativePath="..\game\g_usable.cpp">
  360. </File>
  361. <File
  362. RelativePath="..\game\g_utils.cpp">
  363. </File>
  364. <File
  365. RelativePath="..\game\g_weapon.cpp">
  366. </File>
  367. <File
  368. RelativePath="..\game\g_weaponLoad.cpp">
  369. </File>
  370. <File
  371. RelativePath="..\ui\gameinfo.cpp">
  372. </File>
  373. <File
  374. RelativePath="..\game\genericparser2.cpp">
  375. </File>
  376. <File
  377. RelativePath="..\game\q_math.cpp">
  378. </File>
  379. <File
  380. RelativePath="..\game\q_shared.cpp">
  381. </File>
  382. <File
  383. RelativePath="..\qcommon\tri_coll_test.cpp">
  384. <FileConfiguration
  385. Name="Debug|Xbox">
  386. <Tool
  387. Name="VCCLCompilerTool"
  388. AdditionalIncludeDirectories="../game"/>
  389. </FileConfiguration>
  390. <FileConfiguration
  391. Name="Release|Xbox">
  392. <Tool
  393. Name="VCCLCompilerTool"
  394. AdditionalIncludeDirectories="../game"/>
  395. </FileConfiguration>
  396. <FileConfiguration
  397. Name="FinalBuild|Xbox">
  398. <Tool
  399. Name="VCCLCompilerTool"
  400. AdditionalIncludeDirectories="../game"/>
  401. </FileConfiguration>
  402. </File>
  403. <File
  404. RelativePath="..\game\wp_saber.cpp">
  405. </File>
  406. <File
  407. RelativePath="..\game\wp_saberLoad.cpp">
  408. </File>
  409. </Filter>
  410. <Filter
  411. Name="Vehicles">
  412. <File
  413. RelativePath="..\game\AnimalNPC.c">
  414. <FileConfiguration
  415. Name="Debug|Xbox">
  416. <Tool
  417. Name="VCCLCompilerTool"
  418. CompileAs="2"/>
  419. </FileConfiguration>
  420. <FileConfiguration
  421. Name="Release|Xbox">
  422. <Tool
  423. Name="VCCLCompilerTool"
  424. CompileAs="2"/>
  425. </FileConfiguration>
  426. <FileConfiguration
  427. Name="FinalBuild|Xbox">
  428. <Tool
  429. Name="VCCLCompilerTool"
  430. CompileAs="2"/>
  431. </FileConfiguration>
  432. </File>
  433. <File
  434. RelativePath="..\game\FighterNPC.c">
  435. <FileConfiguration
  436. Name="Debug|Xbox">
  437. <Tool
  438. Name="VCCLCompilerTool"
  439. CompileAs="2"/>
  440. </FileConfiguration>
  441. <FileConfiguration
  442. Name="Release|Xbox">
  443. <Tool
  444. Name="VCCLCompilerTool"
  445. CompileAs="2"/>
  446. </FileConfiguration>
  447. <FileConfiguration
  448. Name="FinalBuild|Xbox">
  449. <Tool
  450. Name="VCCLCompilerTool"
  451. CompileAs="2"/>
  452. </FileConfiguration>
  453. </File>
  454. <File
  455. RelativePath="..\game\SpeederNPC.c">
  456. <FileConfiguration
  457. Name="Debug|Xbox">
  458. <Tool
  459. Name="VCCLCompilerTool"
  460. CompileAs="2"/>
  461. </FileConfiguration>
  462. <FileConfiguration
  463. Name="Release|Xbox">
  464. <Tool
  465. Name="VCCLCompilerTool"
  466. CompileAs="2"/>
  467. </FileConfiguration>
  468. <FileConfiguration
  469. Name="FinalBuild|Xbox">
  470. <Tool
  471. Name="VCCLCompilerTool"
  472. CompileAs="2"/>
  473. </FileConfiguration>
  474. </File>
  475. <File
  476. RelativePath="..\game\WalkerNPC.c">
  477. <FileConfiguration
  478. Name="Debug|Xbox">
  479. <Tool
  480. Name="VCCLCompilerTool"
  481. CompileAs="2"/>
  482. </FileConfiguration>
  483. <FileConfiguration
  484. Name="Release|Xbox">
  485. <Tool
  486. Name="VCCLCompilerTool"
  487. CompileAs="2"/>
  488. </FileConfiguration>
  489. <FileConfiguration
  490. Name="FinalBuild|Xbox">
  491. <Tool
  492. Name="VCCLCompilerTool"
  493. CompileAs="2"/>
  494. </FileConfiguration>
  495. </File>
  496. <File
  497. RelativePath="..\game\bg_vehicleLoad.c">
  498. <FileConfiguration
  499. Name="Debug|Xbox">
  500. <Tool
  501. Name="VCCLCompilerTool"
  502. CompileAs="2"/>
  503. </FileConfiguration>
  504. <FileConfiguration
  505. Name="Release|Xbox">
  506. <Tool
  507. Name="VCCLCompilerTool"
  508. CompileAs="2"/>
  509. </FileConfiguration>
  510. <FileConfiguration
  511. Name="FinalBuild|Xbox">
  512. <Tool
  513. Name="VCCLCompilerTool"
  514. CompileAs="2"/>
  515. </FileConfiguration>
  516. </File>
  517. <File
  518. RelativePath="..\game\g_vehicles.c">
  519. <FileConfiguration
  520. Name="Debug|Xbox">
  521. <Tool
  522. Name="VCCLCompilerTool"
  523. CompileAs="2"/>
  524. </FileConfiguration>
  525. <FileConfiguration
  526. Name="Release|Xbox">
  527. <Tool
  528. Name="VCCLCompilerTool"
  529. CompileAs="2"/>
  530. </FileConfiguration>
  531. <FileConfiguration
  532. Name="FinalBuild|Xbox">
  533. <Tool
  534. Name="VCCLCompilerTool"
  535. CompileAs="2"/>
  536. </FileConfiguration>
  537. </File>
  538. <File
  539. RelativePath="..\game\g_vehicles.h">
  540. </File>
  541. </Filter>
  542. <Filter
  543. Name="Header Files">
  544. <File
  545. RelativePath="..\ghoul2\G2.h">
  546. </File>
  547. <File
  548. RelativePath="..\game\ai.h">
  549. </File>
  550. <File
  551. RelativePath="..\game\anims.h">
  552. </File>
  553. <File
  554. RelativePath="..\game\b_local.h">
  555. </File>
  556. <File
  557. RelativePath="..\game\b_public.h">
  558. </File>
  559. <File
  560. RelativePath="..\game\bg_local.h">
  561. </File>
  562. <File
  563. RelativePath="..\game\bg_public.h">
  564. </File>
  565. <File
  566. RelativePath="..\game\bset.h">
  567. </File>
  568. <File
  569. RelativePath="..\game\bstate.h">
  570. </File>
  571. <File
  572. RelativePath="..\cgame\cg_camera.h">
  573. </File>
  574. <File
  575. RelativePath="..\cgame\cg_lights.h">
  576. </File>
  577. <File
  578. RelativePath="..\game\channels.h">
  579. </File>
  580. <File
  581. RelativePath="..\game\common_headers.h">
  582. </File>
  583. <File
  584. RelativePath="..\game\dmstates.h">
  585. </File>
  586. <File
  587. RelativePath="..\game\events.h">
  588. </File>
  589. <File
  590. RelativePath="..\ff\ff.h">
  591. </File>
  592. <File
  593. RelativePath="..\ff\ff_public.h">
  594. </File>
  595. <File
  596. RelativePath="..\client\fffx.h">
  597. </File>
  598. <File
  599. RelativePath="..\game\fields.h">
  600. </File>
  601. <File
  602. RelativePath="..\game\g_functions.h">
  603. </File>
  604. <File
  605. RelativePath="..\game\g_headers.h">
  606. </File>
  607. <File
  608. RelativePath="..\game\g_items.h">
  609. </File>
  610. <File
  611. RelativePath="..\game\g_local.h">
  612. </File>
  613. <File
  614. RelativePath="..\game\g_nav.h">
  615. </File>
  616. <File
  617. RelativePath="..\game\g_navigator.h">
  618. </File>
  619. <File
  620. RelativePath="..\game\g_public.h">
  621. </File>
  622. <File
  623. RelativePath="..\game\g_roff.h">
  624. </File>
  625. <File
  626. RelativePath="..\game\g_shared.h">
  627. </File>
  628. <File
  629. RelativePath="..\ui\gameinfo.h">
  630. </File>
  631. <File
  632. RelativePath="..\game\genericparser2.h">
  633. </File>
  634. <File
  635. RelativePath="..\ghoul2\ghoul2_gore.h">
  636. </File>
  637. <File
  638. RelativePath="..\game\ghoul2_shared.h">
  639. </File>
  640. <File
  641. RelativePath="..\renderer\mdx_format.h">
  642. </File>
  643. <File
  644. RelativePath="..\game\npc_headers.h">
  645. </File>
  646. <File
  647. RelativePath="..\game\objectives.h">
  648. </File>
  649. <File
  650. RelativePath="..\qcommon\platform.h">
  651. </File>
  652. <File
  653. RelativePath="..\game\q_shared.h">
  654. </File>
  655. <File
  656. RelativePath="..\game\say.h">
  657. </File>
  658. <File
  659. RelativePath="..\qcommon\sstring.h">
  660. </File>
  661. <File
  662. RelativePath="..\game\statindex.h">
  663. </File>
  664. <File
  665. RelativePath="..\game\surfaceflags.h">
  666. </File>
  667. <File
  668. RelativePath="..\qcommon\tags.h">
  669. </File>
  670. <File
  671. RelativePath="..\game\teams.h">
  672. </File>
  673. <File
  674. RelativePath="..\qcommon\timing.h">
  675. </File>
  676. <File
  677. RelativePath="..\game\weapons.h">
  678. </File>
  679. <File
  680. RelativePath="..\game\wp_saber.h">
  681. </File>
  682. </Filter>
  683. <Filter
  684. Name="ICARUS">
  685. <File
  686. RelativePath="..\icarus\BlockStream.cpp">
  687. </File>
  688. <File
  689. RelativePath="..\icarus\IcarusImplementation.cpp">
  690. </File>
  691. <File
  692. RelativePath="..\icarus\IcarusImplementation.h">
  693. </File>
  694. <File
  695. RelativePath="..\icarus\IcarusInterface.h">
  696. </File>
  697. <File
  698. RelativePath="..\game\Q3_Interface.cpp">
  699. </File>
  700. <File
  701. RelativePath="..\game\Q3_Interface.h">
  702. </File>
  703. <File
  704. RelativePath="..\icarus\Sequence.cpp">
  705. </File>
  706. <File
  707. RelativePath="..\icarus\Sequencer.cpp">
  708. </File>
  709. <File
  710. RelativePath="..\icarus\StdAfx.h">
  711. </File>
  712. <File
  713. RelativePath="..\icarus\TaskManager.cpp">
  714. </File>
  715. <File
  716. RelativePath="..\icarus\blockstream.h">
  717. </File>
  718. <File
  719. RelativePath="..\icarus\sequence.h">
  720. </File>
  721. <File
  722. RelativePath="..\icarus\sequencer.h">
  723. </File>
  724. <File
  725. RelativePath="..\icarus\taskmanager.h">
  726. </File>
  727. </Filter>
  728. <Filter
  729. Name="Cgame">
  730. <File
  731. RelativePath="..\cgame\FX_ATSTMain.cpp">
  732. </File>
  733. <File
  734. RelativePath="..\cgame\FX_Blaster.cpp">
  735. </File>
  736. <File
  737. RelativePath="..\cgame\FX_Bowcaster.cpp">
  738. </File>
  739. <File
  740. RelativePath="..\cgame\FX_BryarPistol.cpp">
  741. </File>
  742. <File
  743. RelativePath="..\cgame\FX_Concussion.cpp">
  744. </File>
  745. <File
  746. RelativePath="..\cgame\FX_DEMP2.cpp">
  747. </File>
  748. <File
  749. RelativePath="..\cgame\FX_Disruptor.cpp">
  750. </File>
  751. <File
  752. RelativePath="..\cgame\FX_Emplaced.cpp">
  753. </File>
  754. <File
  755. RelativePath="..\cgame\FX_Flechette.cpp">
  756. </File>
  757. <File
  758. RelativePath="..\cgame\FX_HeavyRepeater.cpp">
  759. </File>
  760. <File
  761. RelativePath="..\cgame\FX_NoghriShot.cpp">
  762. </File>
  763. <File
  764. RelativePath="..\cgame\FX_RocketLauncher.cpp">
  765. </File>
  766. <File
  767. RelativePath="..\cgame\FX_TuskenShot.cpp">
  768. </File>
  769. <File
  770. RelativePath="..\cgame\FxParsing.cpp">
  771. </File>
  772. <File
  773. RelativePath="..\cgame\FxPrimitives.cpp">
  774. </File>
  775. <File
  776. RelativePath="..\cgame\FxScheduler.cpp">
  777. </File>
  778. <File
  779. RelativePath="..\cgame\FxSystem.cpp">
  780. </File>
  781. <File
  782. RelativePath="..\cgame\FxTemplate.cpp">
  783. </File>
  784. <File
  785. RelativePath="..\cgame\FxUtil.cpp">
  786. </File>
  787. <File
  788. RelativePath="..\game\bg_misc.cpp">
  789. </File>
  790. <File
  791. RelativePath="..\game\bg_pangles.cpp">
  792. </File>
  793. <File
  794. RelativePath="..\game\bg_panimate.cpp">
  795. </File>
  796. <File
  797. RelativePath="..\game\bg_pmove.cpp">
  798. </File>
  799. <File
  800. RelativePath="..\game\bg_slidemove.cpp">
  801. </File>
  802. <File
  803. RelativePath="..\cgame\cg_camera.cpp">
  804. </File>
  805. <File
  806. RelativePath="..\cgame\cg_consolecmds.cpp">
  807. </File>
  808. <File
  809. RelativePath="..\cgame\cg_credits.cpp">
  810. </File>
  811. <File
  812. RelativePath="..\cgame\cg_draw.cpp">
  813. </File>
  814. <File
  815. RelativePath="..\cgame\cg_drawtools.cpp">
  816. </File>
  817. <File
  818. RelativePath="..\cgame\cg_effects.cpp">
  819. </File>
  820. <File
  821. RelativePath="..\cgame\cg_ents.cpp">
  822. </File>
  823. <File
  824. RelativePath="..\cgame\cg_event.cpp">
  825. </File>
  826. <File
  827. RelativePath="..\cgame\cg_headers.cpp">
  828. </File>
  829. <File
  830. RelativePath="..\cgame\cg_info.cpp">
  831. </File>
  832. <File
  833. RelativePath="..\cgame\cg_lights.cpp">
  834. </File>
  835. <File
  836. RelativePath="..\cgame\cg_localents.cpp">
  837. </File>
  838. <File
  839. RelativePath="..\cgame\cg_main.cpp">
  840. </File>
  841. <File
  842. RelativePath="..\cgame\cg_marks.cpp">
  843. </File>
  844. <File
  845. RelativePath="..\cgame\cg_players.cpp">
  846. </File>
  847. <File
  848. RelativePath="..\cgame\cg_playerstate.cpp">
  849. </File>
  850. <File
  851. RelativePath="..\cgame\cg_predict.cpp">
  852. </File>
  853. <File
  854. RelativePath="..\cgame\cg_scoreboard.cpp">
  855. </File>
  856. <File
  857. RelativePath="..\cgame\cg_servercmds.cpp">
  858. </File>
  859. <File
  860. RelativePath="..\cgame\cg_snapshot.cpp">
  861. </File>
  862. <File
  863. RelativePath="..\cgame\cg_syscalls.cpp">
  864. </File>
  865. <File
  866. RelativePath="..\cgame\cg_text.cpp">
  867. </File>
  868. <File
  869. RelativePath="..\cgame\cg_view.cpp">
  870. </File>
  871. <File
  872. RelativePath="..\cgame\cg_weapons.cpp">
  873. </File>
  874. <Filter
  875. Name="CGame Headers">
  876. <File
  877. RelativePath="..\cgame\FxParsing.h">
  878. </File>
  879. <File
  880. RelativePath="..\cgame\FxPrimitives.h">
  881. </File>
  882. <File
  883. RelativePath="..\cgame\FxScheduler.h">
  884. </File>
  885. <File
  886. RelativePath="..\cgame\FxSystem.h">
  887. </File>
  888. <File
  889. RelativePath="..\cgame\FxUtil.h">
  890. </File>
  891. <File
  892. RelativePath="..\cgame\animtable.h">
  893. </File>
  894. <File
  895. RelativePath="..\cgame\cg_headers.h">
  896. </File>
  897. <File
  898. RelativePath="..\cgame\cg_local.h">
  899. </File>
  900. <File
  901. RelativePath="..\cgame\cg_media.h">
  902. </File>
  903. <File
  904. RelativePath="..\cgame\cg_public.h">
  905. </File>
  906. <File
  907. RelativePath="..\cgame\common_headers.h">
  908. </File>
  909. <File
  910. RelativePath="..\cgame\strip_objectives.h">
  911. </File>
  912. <File
  913. RelativePath="..\renderer\tr_types.h">
  914. </File>
  915. <File
  916. RelativePath="..\client\vmachine.h">
  917. </File>
  918. </Filter>
  919. </Filter>
  920. <Filter
  921. Name="Ratl">
  922. <File
  923. RelativePath="..\ratl\array_vs.h">
  924. </File>
  925. <File
  926. RelativePath="..\ratl\bits_vs.h">
  927. </File>
  928. <File
  929. RelativePath="..\ratl\grid_vs.h">
  930. </File>
  931. <File
  932. RelativePath="..\ratl\handle_pool_vs.h">
  933. </File>
  934. <File
  935. RelativePath="..\ratl\hash_pool_vs.h">
  936. </File>
  937. <File
  938. RelativePath="..\ratl\heap_vs.h">
  939. </File>
  940. <File
  941. RelativePath="..\ratl\list_vs.h">
  942. </File>
  943. <File
  944. RelativePath="..\ratl\map_vs.h">
  945. </File>
  946. <File
  947. RelativePath="..\ratl\pool_vs.h">
  948. </File>
  949. <File
  950. RelativePath="..\ratl\queue_vs.h">
  951. </File>
  952. <File
  953. RelativePath="..\ratl\ratl.cpp">
  954. </File>
  955. <File
  956. RelativePath="..\ratl\ratl_common.h">
  957. </File>
  958. <File
  959. RelativePath="..\ratl\scheduler_vs.h">
  960. </File>
  961. <File
  962. RelativePath="..\ratl\stack_vs.h">
  963. </File>
  964. <File
  965. RelativePath="..\ratl\string_vs.h">
  966. </File>
  967. <File
  968. RelativePath="..\ratl\vector_vs.h">
  969. </File>
  970. </Filter>
  971. <Filter
  972. Name="Ragl">
  973. <File
  974. RelativePath="..\ragl\graph_region.h">
  975. </File>
  976. <File
  977. RelativePath="..\ragl\graph_triangulate.h">
  978. </File>
  979. <File
  980. RelativePath="..\ragl\graph_vs.h">
  981. </File>
  982. <File
  983. RelativePath="..\ragl\kdtree_vs.h">
  984. </File>
  985. <File
  986. RelativePath="..\ragl\ragl_common.h">
  987. </File>
  988. </Filter>
  989. <Filter
  990. Name="Ravl">
  991. <File
  992. RelativePath="..\ravl\CBounds.cpp">
  993. </File>
  994. <File
  995. RelativePath="..\ravl\CBounds.h">
  996. </File>
  997. <File
  998. RelativePath="..\ravl\CMatrix.h">
  999. </File>
  1000. <File
  1001. RelativePath="..\ravl\CVec.cpp">
  1002. </File>
  1003. <File
  1004. RelativePath="..\ravl\CVec.h">
  1005. </File>
  1006. </Filter>
  1007. <Filter
  1008. Name="Rufl">
  1009. <File
  1010. RelativePath="..\rufl\hstring.cpp">
  1011. </File>
  1012. <File
  1013. RelativePath="..\rufl\hstring.h">
  1014. </File>
  1015. </Filter>
  1016. </Files>
  1017. <Globals>
  1018. </Globals>
  1019. </VisualStudioProject>