123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020 |
- <?xml version="1.0" encoding = "Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.00"
- Name="x_game"
- ProjectGUID="{E7A12117-F3B0-4C68-9B44-66CEFCA3AEAA}"
- Keyword="XboxProj">
- <Platforms>
- <Platform
- Name="Xbox"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Xbox"
- OutputDirectory=".\..\x_exe\Debug"
- IntermediateDirectory=".\..\x_exe\Debug\game"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- OptimizeForProcessor="2"
- AdditionalIncludeDirectories="..\ICARUS"
- PreprocessorDefinitions="_DEBUG;_XBOX;_LIB;WIN32;GAME_HARD_LINKED;VV_LIGHTING"
- MinimalRebuild="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- EnableEnhancedInstructionSet="1"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough="g_headers.h"
- PrecompiledHeaderFile=".\..\x_exe\Debug\game/game.pch"
- BrowseInformation="1"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"
- FastCAP="FALSE"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\..\x_exe\Debug\x_game.lib"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- </Configuration>
- <Configuration
- Name="Release|Xbox"
- OutputDirectory=".\..\x_exe\Release"
- IntermediateDirectory=".\..\x_exe\Release\game"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Oy-"
- Optimization="2"
- InlineFunctionExpansion="1"
- OmitFramePointers="FALSE"
- OptimizeForProcessor="2"
- AdditionalIncludeDirectories="..\ICARUS"
- PreprocessorDefinitions="NDEBUG;_XBOX;_LIB;WIN32;GAME_HARD_LINKED"
- StringPooling="TRUE"
- RuntimeLibrary="0"
- BufferSecurityCheck="TRUE"
- EnableFunctionLevelLinking="TRUE"
- EnableEnhancedInstructionSet="1"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"
- FastCAP="FALSE"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\..\x_exe\Release\x_game.lib"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- </Configuration>
- <Configuration
- Name="FinalBuild|Xbox"
- OutputDirectory=".\..\x_exe\FinalBuild"
- IntermediateDirectory=".\..\x_exe\FinalBuild\game"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="TRUE"
- FavorSizeOrSpeed="1"
- OmitFramePointers="TRUE"
- OptimizeForProcessor="2"
- AdditionalIncludeDirectories="..\ICARUS"
- PreprocessorDefinitions="NDEBUG;_XBOX;_LIB;WIN32;GAME_HARD_LINKED;FINAL_BUILD;_FINAL"
- StringPooling="TRUE"
- RuntimeLibrary="0"
- BufferSecurityCheck="TRUE"
- EnableFunctionLevelLinking="TRUE"
- EnableEnhancedInstructionSet="1"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile=".\..\x_exe\FinalBuild\x_game.lib"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- </Configuration>
- </Configurations>
- <Files>
- <Filter
- Name="Source Files">
- <File
- RelativePath="..\game\AI_Animal.cpp">
- </File>
- <File
- RelativePath="..\game\AI_AssassinDroid.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Atst.cpp">
- </File>
- <File
- RelativePath="..\game\AI_BobaFett.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Civilian.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Default.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Droid.cpp">
- </File>
- <File
- RelativePath="..\game\AI_GalakMech.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Grenadier.cpp">
- </File>
- <File
- RelativePath="..\game\AI_HazardTrooper.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Howler.cpp">
- </File>
- <File
- RelativePath="..\game\AI_ImperialProbe.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Interrogator.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Jedi.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Mark1.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Mark2.cpp">
- </File>
- <File
- RelativePath="..\game\AI_MineMonster.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Rancor.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Remote.cpp">
- </File>
- <File
- RelativePath="..\game\AI_RocketTrooper.cpp">
- </File>
- <File
- RelativePath="..\game\AI_SaberDroid.cpp">
- </File>
- <File
- RelativePath="..\game\AI_SandCreature.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Seeker.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Sentry.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Sniper.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Stormtrooper.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Tusken.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Utils.cpp">
- </File>
- <File
- RelativePath="..\game\AI_Wampa.cpp">
- </File>
- <File
- RelativePath="..\game\G_Timer.cpp">
- </File>
- <File
- RelativePath="..\game\NPC.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_behavior.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_combat.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_goal.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_misc.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_move.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_reactions.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_senses.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_sounds.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_spawn.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_stats.cpp">
- </File>
- <File
- RelativePath="..\game\NPC_utils.cpp">
- </File>
- <File
- RelativePath="..\game\g_active.cpp">
- </File>
- <File
- RelativePath="..\game\g_breakable.cpp">
- </File>
- <File
- RelativePath="..\game\g_camera.cpp">
- </File>
- <File
- RelativePath="..\game\g_client.cpp">
- </File>
- <File
- RelativePath="..\game\g_cmds.cpp">
- </File>
- <File
- RelativePath="..\game\g_combat.cpp">
- </File>
- <File
- RelativePath="..\game\g_emplaced.cpp">
- </File>
- <File
- RelativePath="..\game\g_functions.cpp">
- </File>
- <File
- RelativePath="..\game\g_fx.cpp">
- </File>
- <File
- RelativePath="..\game\g_headers.cpp">
- </File>
- <File
- RelativePath="..\game\g_inventory.cpp">
- </File>
- <File
- RelativePath="..\game\g_itemLoad.cpp">
- </File>
- <File
- RelativePath="..\game\g_items.cpp">
- </File>
- <File
- RelativePath="..\game\g_main.cpp">
- </File>
- <File
- RelativePath="..\game\g_mem.cpp">
- </File>
- <File
- RelativePath="..\game\g_misc.cpp">
- </File>
- <File
- RelativePath="..\game\g_misc_model.cpp">
- </File>
- <File
- RelativePath="..\game\g_missile.cpp">
- </File>
- <File
- RelativePath="..\game\g_mover.cpp">
- </File>
- <File
- RelativePath="..\game\g_nav.cpp">
- </File>
- <File
- RelativePath="..\game\g_navigator.cpp">
- </File>
- <File
- RelativePath="..\game\g_navnew.cpp">
- </File>
- <File
- RelativePath="..\game\g_object.cpp">
- </File>
- <File
- RelativePath="..\game\g_objectives.cpp">
- </File>
- <File
- RelativePath="..\game\g_rail.cpp">
- </File>
- <File
- RelativePath="..\game\g_ref.cpp">
- </File>
- <File
- RelativePath="..\game\g_roff.cpp">
- </File>
- <File
- RelativePath="..\game\g_savegame.cpp">
- </File>
- <File
- RelativePath="..\game\g_session.cpp">
- </File>
- <File
- RelativePath="..\game\g_spawn.cpp">
- </File>
- <File
- RelativePath="..\game\g_svcmds.cpp">
- </File>
- <File
- RelativePath="..\game\g_target.cpp">
- </File>
- <File
- RelativePath="..\game\g_trigger.cpp">
- </File>
- <File
- RelativePath="..\game\g_turret.cpp">
- </File>
- <File
- RelativePath="..\game\g_usable.cpp">
- </File>
- <File
- RelativePath="..\game\g_utils.cpp">
- </File>
- <File
- RelativePath="..\game\g_weapon.cpp">
- </File>
- <File
- RelativePath="..\game\g_weaponLoad.cpp">
- </File>
- <File
- RelativePath="..\ui\gameinfo.cpp">
- </File>
- <File
- RelativePath="..\game\genericparser2.cpp">
- </File>
- <File
- RelativePath="..\game\q_math.cpp">
- </File>
- <File
- RelativePath="..\game\q_shared.cpp">
- </File>
- <File
- RelativePath="..\qcommon\tri_coll_test.cpp">
- <FileConfiguration
- Name="Debug|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../game"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../game"/>
- </FileConfiguration>
- <FileConfiguration
- Name="FinalBuild|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../game"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\game\wp_saber.cpp">
- </File>
- <File
- RelativePath="..\game\wp_saberLoad.cpp">
- </File>
- </Filter>
- <Filter
- Name="Vehicles">
- <File
- RelativePath="..\game\AnimalNPC.c">
- <FileConfiguration
- Name="Debug|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="FinalBuild|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\game\FighterNPC.c">
- <FileConfiguration
- Name="Debug|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="FinalBuild|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\game\SpeederNPC.c">
- <FileConfiguration
- Name="Debug|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="FinalBuild|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\game\WalkerNPC.c">
- <FileConfiguration
- Name="Debug|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="FinalBuild|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\game\bg_vehicleLoad.c">
- <FileConfiguration
- Name="Debug|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="FinalBuild|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\game\g_vehicles.c">
- <FileConfiguration
- Name="Debug|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- <FileConfiguration
- Name="FinalBuild|Xbox">
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="2"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\game\g_vehicles.h">
- </File>
- </Filter>
- <Filter
- Name="Header Files">
- <File
- RelativePath="..\ghoul2\G2.h">
- </File>
- <File
- RelativePath="..\game\ai.h">
- </File>
- <File
- RelativePath="..\game\anims.h">
- </File>
- <File
- RelativePath="..\game\b_local.h">
- </File>
- <File
- RelativePath="..\game\b_public.h">
- </File>
- <File
- RelativePath="..\game\bg_local.h">
- </File>
- <File
- RelativePath="..\game\bg_public.h">
- </File>
- <File
- RelativePath="..\game\bset.h">
- </File>
- <File
- RelativePath="..\game\bstate.h">
- </File>
- <File
- RelativePath="..\cgame\cg_camera.h">
- </File>
- <File
- RelativePath="..\cgame\cg_lights.h">
- </File>
- <File
- RelativePath="..\game\channels.h">
- </File>
- <File
- RelativePath="..\game\common_headers.h">
- </File>
- <File
- RelativePath="..\game\dmstates.h">
- </File>
- <File
- RelativePath="..\game\events.h">
- </File>
- <File
- RelativePath="..\ff\ff.h">
- </File>
- <File
- RelativePath="..\ff\ff_public.h">
- </File>
- <File
- RelativePath="..\client\fffx.h">
- </File>
- <File
- RelativePath="..\game\fields.h">
- </File>
- <File
- RelativePath="..\game\g_functions.h">
- </File>
- <File
- RelativePath="..\game\g_headers.h">
- </File>
- <File
- RelativePath="..\game\g_items.h">
- </File>
- <File
- RelativePath="..\game\g_local.h">
- </File>
- <File
- RelativePath="..\game\g_nav.h">
- </File>
- <File
- RelativePath="..\game\g_navigator.h">
- </File>
- <File
- RelativePath="..\game\g_public.h">
- </File>
- <File
- RelativePath="..\game\g_roff.h">
- </File>
- <File
- RelativePath="..\game\g_shared.h">
- </File>
- <File
- RelativePath="..\ui\gameinfo.h">
- </File>
- <File
- RelativePath="..\game\genericparser2.h">
- </File>
- <File
- RelativePath="..\ghoul2\ghoul2_gore.h">
- </File>
- <File
- RelativePath="..\game\ghoul2_shared.h">
- </File>
- <File
- RelativePath="..\renderer\mdx_format.h">
- </File>
- <File
- RelativePath="..\game\npc_headers.h">
- </File>
- <File
- RelativePath="..\game\objectives.h">
- </File>
- <File
- RelativePath="..\qcommon\platform.h">
- </File>
- <File
- RelativePath="..\game\q_shared.h">
- </File>
- <File
- RelativePath="..\game\say.h">
- </File>
- <File
- RelativePath="..\qcommon\sstring.h">
- </File>
- <File
- RelativePath="..\game\statindex.h">
- </File>
- <File
- RelativePath="..\game\surfaceflags.h">
- </File>
- <File
- RelativePath="..\qcommon\tags.h">
- </File>
- <File
- RelativePath="..\game\teams.h">
- </File>
- <File
- RelativePath="..\qcommon\timing.h">
- </File>
- <File
- RelativePath="..\game\weapons.h">
- </File>
- <File
- RelativePath="..\game\wp_saber.h">
- </File>
- </Filter>
- <Filter
- Name="ICARUS">
- <File
- RelativePath="..\icarus\BlockStream.cpp">
- </File>
- <File
- RelativePath="..\icarus\IcarusImplementation.cpp">
- </File>
- <File
- RelativePath="..\icarus\IcarusImplementation.h">
- </File>
- <File
- RelativePath="..\icarus\IcarusInterface.h">
- </File>
- <File
- RelativePath="..\game\Q3_Interface.cpp">
- </File>
- <File
- RelativePath="..\game\Q3_Interface.h">
- </File>
- <File
- RelativePath="..\icarus\Sequence.cpp">
- </File>
- <File
- RelativePath="..\icarus\Sequencer.cpp">
- </File>
- <File
- RelativePath="..\icarus\StdAfx.h">
- </File>
- <File
- RelativePath="..\icarus\TaskManager.cpp">
- </File>
- <File
- RelativePath="..\icarus\blockstream.h">
- </File>
- <File
- RelativePath="..\icarus\sequence.h">
- </File>
- <File
- RelativePath="..\icarus\sequencer.h">
- </File>
- <File
- RelativePath="..\icarus\taskmanager.h">
- </File>
- </Filter>
- <Filter
- Name="Cgame">
- <File
- RelativePath="..\cgame\FX_ATSTMain.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_Blaster.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_Bowcaster.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_BryarPistol.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_Concussion.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_DEMP2.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_Disruptor.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_Emplaced.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_Flechette.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_HeavyRepeater.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_NoghriShot.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_RocketLauncher.cpp">
- </File>
- <File
- RelativePath="..\cgame\FX_TuskenShot.cpp">
- </File>
- <File
- RelativePath="..\cgame\FxParsing.cpp">
- </File>
- <File
- RelativePath="..\cgame\FxPrimitives.cpp">
- </File>
- <File
- RelativePath="..\cgame\FxScheduler.cpp">
- </File>
- <File
- RelativePath="..\cgame\FxSystem.cpp">
- </File>
- <File
- RelativePath="..\cgame\FxTemplate.cpp">
- </File>
- <File
- RelativePath="..\cgame\FxUtil.cpp">
- </File>
- <File
- RelativePath="..\game\bg_misc.cpp">
- </File>
- <File
- RelativePath="..\game\bg_pangles.cpp">
- </File>
- <File
- RelativePath="..\game\bg_panimate.cpp">
- </File>
- <File
- RelativePath="..\game\bg_pmove.cpp">
- </File>
- <File
- RelativePath="..\game\bg_slidemove.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_camera.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_consolecmds.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_credits.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_draw.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_drawtools.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_effects.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_ents.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_event.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_headers.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_info.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_lights.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_localents.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_main.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_marks.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_players.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_playerstate.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_predict.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_scoreboard.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_servercmds.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_snapshot.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_syscalls.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_text.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_view.cpp">
- </File>
- <File
- RelativePath="..\cgame\cg_weapons.cpp">
- </File>
- <Filter
- Name="CGame Headers">
- <File
- RelativePath="..\cgame\FxParsing.h">
- </File>
- <File
- RelativePath="..\cgame\FxPrimitives.h">
- </File>
- <File
- RelativePath="..\cgame\FxScheduler.h">
- </File>
- <File
- RelativePath="..\cgame\FxSystem.h">
- </File>
- <File
- RelativePath="..\cgame\FxUtil.h">
- </File>
- <File
- RelativePath="..\cgame\animtable.h">
- </File>
- <File
- RelativePath="..\cgame\cg_headers.h">
- </File>
- <File
- RelativePath="..\cgame\cg_local.h">
- </File>
- <File
- RelativePath="..\cgame\cg_media.h">
- </File>
- <File
- RelativePath="..\cgame\cg_public.h">
- </File>
- <File
- RelativePath="..\cgame\common_headers.h">
- </File>
- <File
- RelativePath="..\cgame\strip_objectives.h">
- </File>
- <File
- RelativePath="..\renderer\tr_types.h">
- </File>
- <File
- RelativePath="..\client\vmachine.h">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Ratl">
- <File
- RelativePath="..\ratl\array_vs.h">
- </File>
- <File
- RelativePath="..\ratl\bits_vs.h">
- </File>
- <File
- RelativePath="..\ratl\grid_vs.h">
- </File>
- <File
- RelativePath="..\ratl\handle_pool_vs.h">
- </File>
- <File
- RelativePath="..\ratl\hash_pool_vs.h">
- </File>
- <File
- RelativePath="..\ratl\heap_vs.h">
- </File>
- <File
- RelativePath="..\ratl\list_vs.h">
- </File>
- <File
- RelativePath="..\ratl\map_vs.h">
- </File>
- <File
- RelativePath="..\ratl\pool_vs.h">
- </File>
- <File
- RelativePath="..\ratl\queue_vs.h">
- </File>
- <File
- RelativePath="..\ratl\ratl.cpp">
- </File>
- <File
- RelativePath="..\ratl\ratl_common.h">
- </File>
- <File
- RelativePath="..\ratl\scheduler_vs.h">
- </File>
- <File
- RelativePath="..\ratl\stack_vs.h">
- </File>
- <File
- RelativePath="..\ratl\string_vs.h">
- </File>
- <File
- RelativePath="..\ratl\vector_vs.h">
- </File>
- </Filter>
- <Filter
- Name="Ragl">
- <File
- RelativePath="..\ragl\graph_region.h">
- </File>
- <File
- RelativePath="..\ragl\graph_triangulate.h">
- </File>
- <File
- RelativePath="..\ragl\graph_vs.h">
- </File>
- <File
- RelativePath="..\ragl\kdtree_vs.h">
- </File>
- <File
- RelativePath="..\ragl\ragl_common.h">
- </File>
- </Filter>
- <Filter
- Name="Ravl">
- <File
- RelativePath="..\ravl\CBounds.cpp">
- </File>
- <File
- RelativePath="..\ravl\CBounds.h">
- </File>
- <File
- RelativePath="..\ravl\CMatrix.h">
- </File>
- <File
- RelativePath="..\ravl\CVec.cpp">
- </File>
- <File
- RelativePath="..\ravl\CVec.h">
- </File>
- </Filter>
- <Filter
- Name="Rufl">
- <File
- RelativePath="..\rufl\hstring.cpp">
- </File>
- <File
- RelativePath="..\rufl\hstring.h">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|