1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00
hl2sdk/dlls/server_hl2mp-2005.vcproj
2008-09-15 01:33:59 -05:00

5629 lines
107 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="server_hl2mp"
ProjectGUID="{1AA0213B-2B68-40CD-90F8-CFDFD37C1550}"
RootNamespace="hl"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug HL2MP|Win32"
OutputDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
Description="Copying to destination folder"
CommandLine="if exist &quot;..\..\game\hl2mp\bin\server.dll&quot; attrib -r &quot;..\..\game\hl2mp\bin\server.dll&quot;&#x0D;&#x0A;if exist &quot;$(TargetDir)&quot;server.dll copy &quot;$(TargetDir)&quot;server.dll &quot;..\..\game\hl2mp\bin\server.dll&quot;&#x0D;&#x0A;"
Outputs="..\..\game\hl2mp\bin\server.dll"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Debug_hl2/hl.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../game_shared/hl2,./,../Public,../Public/tier1,../game_shared,../utils/common,../dlls,../../dlls,../dlls/hl2_dll,../dlls/hl2mp_dll,../game_shared/hl2mp,../dlls/episodic"
PreprocessorDefinitions="HL2_EPISODIC;HL2MP;HL2_DLL;USES_SAVERESTORE;_DEBUG;GAME_DLL;sprintf=use_Q_snprintf_instead_of_sprintf;_WINDOWS;VECTOR;strncpy=use_Q_strncpy_instead;_snprintf=use_Q_snprintf_instead;_WIN32;PROTECTED_THINGS_ENABLE"
ExceptionHandling="0"
RuntimeLibrary="1"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="cbase.h"
PrecompiledHeaderFile="$(IntDir)/hl.pch"
AssemblerListingLocation="$(IntDir)/"
ObjectFile="$(IntDir)/"
ProgramDataBaseFileName="$(IntDir)/"
BrowseInformation="1"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
AdditionalIncludeDirectories="..\engine"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="winmm.lib"
OutputFile="$(IntDir)/server.dll"
LinkIncremental="2"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\lib\public"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMT"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(IntDir)/server.pdb"
SubSystem="2"
BaseAddress="0x22000000"
ImportLibrary="$(IntDir)/server.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release HL2MP|Win32"
OutputDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
Description="Copying to destination folder"
CommandLine="if exist &quot;..\..\game\hl2mp\bin\server.dll&quot; attrib -r &quot;..\..\game\hl2mp\bin\server.dll&quot;&#x0D;&#x0A;if exist &quot;$(TargetDir)&quot;server.dll copy &quot;$(TargetDir)&quot;server.dll &quot;..\..\game\hl2mp\bin\server.dll&quot;&#x0D;&#x0A;if exist &quot;..\..\game\hl2mp\bin\server.pdb&quot; attrib -r &quot;..\..\game\hl2mp\bin\server.pdb&quot;&#x0D;&#x0A;if exist &quot;$(TargetDir)&quot;server.pdb copy &quot;$(TargetDir)&quot;server.pdb &quot;..\..\game\hl2mp\bin&quot;&#x0D;&#x0A;"
Outputs="..\..\game\hl2mp\bin\server.dll;..\..\game\hl2mp\bin\server.pdb"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Release_hl2/hl.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="3"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="../game_shared/hl2,./,../Public,../Public/tier1,../game_shared,../utils/common,../dlls,../../dlls,../dlls/hl2_dll,../dlls/hl2mp_dll,../game_shared/hl2mp,../dlls/episodic"
PreprocessorDefinitions="HL2_EPISODIC;HL2MP;HL2_DLL;USES_SAVERESTORE;NDEBUG;GAME_DLL;sprintf=use_Q_snprintf_instead_of_sprintf;_WINDOWS;VECTOR;strncpy=use_Q_strncpy_instead;_snprintf=use_Q_snprintf_instead;_WIN32;PROTECTED_THINGS_ENABLE"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="cbase.h"
PrecompiledHeaderFile="$(IntDir)/hl.pch"
AssemblerListingLocation="$(IntDir)/"
ObjectFile="$(IntDir)/"
ProgramDataBaseFileName="$(IntDir)/"
BrowseInformation="1"
BrowseInformationFile="$(IntDir)/"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="winmm.lib"
OutputFile="$(IntDir)/server.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\lib\public"
IgnoreDefaultLibraryNames="LIBC,LIBCD,LIBCMTD"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(IntDir)/server.pdb"
GenerateMapFile="true"
MapFileName="$(IntDir)/server.map"
SubSystem="2"
BaseAddress="0x22000000"
ImportLibrary="$(IntDir)/server.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
>
<File
RelativePath="..\game_shared\activitylist.cpp"
>
</File>
<File
RelativePath="..\game_shared\activitylist.h"
>
</File>
<File
RelativePath="AI_Activity.cpp"
>
</File>
<File
RelativePath="..\game_shared\ai_activity.h"
>
</File>
<File
RelativePath="AI_BaseActor.cpp"
>
</File>
<File
RelativePath="AI_BaseActor.h"
>
</File>
<File
RelativePath="AI_BaseHumanoid.cpp"
>
</File>
<File
RelativePath="AI_BaseHumanoid.h"
>
</File>
<File
RelativePath="AI_BaseNPC.cpp"
>
</File>
<File
RelativePath="AI_BaseNPC.h"
>
</File>
<File
RelativePath="AI_BaseNPC_Flyer.cpp"
>
</File>
<File
RelativePath="AI_BaseNPC_Flyer.h"
>
</File>
<File
RelativePath="AI_BaseNPC_Flyer_New.cpp"
>
</File>
<File
RelativePath="AI_BaseNPC_Flyer_New.h"
>
</File>
<File
RelativePath="AI_BaseNPC_Movement.cpp"
>
</File>
<File
RelativePath="ai_basenpc_physicsflyer.cpp"
>
</File>
<File
RelativePath="ai_basenpc_physicsflyer.h"
>
</File>
<File
RelativePath="AI_BaseNPC_Schedule.cpp"
>
</File>
<File
RelativePath="AI_BaseNPC_Squad.cpp"
>
</File>
<File
RelativePath="AI_Behavior.cpp"
>
</File>
<File
RelativePath="AI_Behavior.h"
>
</File>
<File
RelativePath="ai_behavior_assault.cpp"
>
</File>
<File
RelativePath="ai_behavior_assault.h"
>
</File>
<File
RelativePath="AI_Behavior_Follow.cpp"
>
</File>
<File
RelativePath="AI_Behavior_Follow.h"
>
</File>
<File
RelativePath="AI_Behavior_Lead.cpp"
>
</File>
<File
RelativePath="AI_Behavior_Lead.h"
>
</File>
<File
RelativePath=".\hl2_dll\ai_behavior_operator.cpp"
>
</File>
<File
RelativePath=".\ai_behavior_passenger.cpp"
>
</File>
<File
RelativePath=".\ai_behavior_passenger.h"
>
</File>
<File
RelativePath=".\episodic\ai_behavior_passenger_companion.cpp"
>
</File>
<File
RelativePath=".\episodic\ai_behavior_passenger_zombie.cpp"
>
</File>
<File
RelativePath="ai_behavior_rappel.cpp"
>
</File>
<File
RelativePath="ai_behavior_rappel.h"
>
</File>
<File
RelativePath="AI_Behavior_Standoff.cpp"
>
</File>
<File
RelativePath="AI_Behavior_Standoff.h"
>
</File>
<File
RelativePath="AI_Blended_Movement.cpp"
>
</File>
<File
RelativePath="AI_Blended_Movement.h"
>
</File>
<File
RelativePath="AI_Component.h"
>
</File>
<File
RelativePath="AI_ConCommands.cpp"
>
</File>
<File
RelativePath="AI_Condition.cpp"
>
</File>
<File
RelativePath="AI_Condition.h"
>
</File>
<File
RelativePath="AI_Criteria.cpp"
>
</File>
<File
RelativePath="AI_Criteria.h"
>
</File>
<File
RelativePath="AI_Debug.h"
>
</File>
<File
RelativePath="..\game_shared\ai_debug_shared.h"
>
</File>
<File
RelativePath="AI_Default.cpp"
>
</File>
<File
RelativePath="AI_Default.h"
>
</File>
<File
RelativePath="AI_DynamicLink.cpp"
>
</File>
<File
RelativePath="AI_DynamicLink.h"
>
</File>
<File
RelativePath="ai_event.cpp"
>
</File>
<File
RelativePath=".\ai_eventresponse.cpp"
>
</File>
<File
RelativePath="AI_GoalEntity.cpp"
>
</File>
<File
RelativePath="AI_GoalEntity.h"
>
</File>
<File
RelativePath="AI_Hint.cpp"
>
</File>
<File
RelativePath="AI_Hint.h"
>
</File>
<File
RelativePath="AI_Hull.cpp"
>
</File>
<File
RelativePath="AI_Hull.h"
>
</File>
<File
RelativePath="AI_InitUtils.cpp"
>
</File>
<File
RelativePath="AI_InitUtils.h"
>
</File>
<File
RelativePath="AI_Interest_Target.cpp"
>
</File>
<File
RelativePath="AI_Interest_Target.h"
>
</File>
<File
RelativePath="AI_Link.cpp"
>
</File>
<File
RelativePath="AI_Link.h"
>
</File>
<File
RelativePath="AI_LocalNavigator.cpp"
>
</File>
<File
RelativePath="AI_LocalNavigator.h"
>
</File>
<File
RelativePath="ai_looktarget.cpp"
>
</File>
<File
RelativePath="ai_looktarget.h"
>
</File>
<File
RelativePath="AI_Memory.cpp"
>
</File>
<File
RelativePath="AI_Memory.h"
>
</File>
<File
RelativePath="AI_Motor.cpp"
>
</File>
<File
RelativePath="AI_Motor.h"
>
</File>
<File
RelativePath="AI_MoveProbe.cpp"
>
</File>
<File
RelativePath="AI_MoveProbe.h"
>
</File>
<File
RelativePath="AI_MoveShoot.cpp"
>
</File>
<File
RelativePath="AI_MoveShoot.h"
>
</File>
<File
RelativePath="AI_MoveSolver.cpp"
>
</File>
<File
RelativePath="AI_MoveSolver.h"
>
</File>
<File
RelativePath="AI_MoveTypes.h"
>
</File>
<File
RelativePath="AI_Namespaces.cpp"
>
</File>
<File
RelativePath="AI_Namespaces.h"
>
</File>
<File
RelativePath="AI_NavGoalType.h"
>
</File>
<File
RelativePath="AI_Navigator.cpp"
>
</File>
<File
RelativePath="AI_Navigator.h"
>
</File>
<File
RelativePath="AI_NavType.h"
>
</File>
<File
RelativePath="AI_Network.cpp"
>
</File>
<File
RelativePath="AI_Network.h"
>
</File>
<File
RelativePath="AI_NetworkManager.cpp"
>
</File>
<File
RelativePath="AI_NetworkManager.h"
>
</File>
<File
RelativePath="AI_Node.cpp"
>
</File>
<File
RelativePath="AI_Node.h"
>
</File>
<File
RelativePath="AI_NPCState.h"
>
</File>
<File
RelativePath="ai_obstacle_type.h"
>
</File>
<File
RelativePath="AI_Pathfinder.cpp"
>
</File>
<File
RelativePath="AI_Pathfinder.h"
>
</File>
<File
RelativePath="AI_PlaneSolver.cpp"
>
</File>
<File
RelativePath="AI_PlaneSolver.h"
>
</File>
<File
RelativePath="ai_playerally.cpp"
>
</File>
<File
RelativePath="ai_playerally.h"
>
</File>
<File
RelativePath="ai_relationship.cpp"
>
</File>
<File
RelativePath="AI_ResponseSystem.cpp"
>
</File>
<File
RelativePath="AI_ResponseSystem.h"
>
</File>
<File
RelativePath="AI_Route.cpp"
>
</File>
<File
RelativePath="AI_Route.h"
>
</File>
<File
RelativePath="AI_RouteDist.h"
>
</File>
<File
RelativePath="AI_SaveRestore.cpp"
>
</File>
<File
RelativePath="AI_SaveRestore.h"
>
</File>
<File
RelativePath="AI_Schedule.cpp"
>
</File>
<File
RelativePath="AI_Schedule.h"
>
</File>
<File
RelativePath="AI_ScriptConditions.cpp"
>
</File>
<File
RelativePath="AI_ScriptConditions.h"
>
</File>
<File
RelativePath="AI_Senses.cpp"
>
</File>
<File
RelativePath="AI_Senses.h"
>
</File>
<File
RelativePath="ai_sentence.cpp"
>
</File>
<File
RelativePath="ai_sentence.h"
>
</File>
<File
RelativePath="AI_Speech.cpp"
>
</File>
<File
RelativePath="AI_Speech.h"
>
</File>
<File
RelativePath="AI_SpeechFilter.cpp"
>
</File>
<File
RelativePath="AI_SpeechFilter.h"
>
</File>
<File
RelativePath="AI_Squad.cpp"
>
</File>
<File
RelativePath="AI_Squad.h"
>
</File>
<File
RelativePath="AI_SquadSlot.cpp"
>
</File>
<File
RelativePath="AI_SquadSlot.h"
>
</File>
<File
RelativePath="AI_TacticalServices.cpp"
>
</File>
<File
RelativePath="AI_TacticalServices.h"
>
</File>
<File
RelativePath="AI_Task.cpp"
>
</File>
<File
RelativePath="AI_Task.h"
>
</File>
<File
RelativePath="ai_trackpather.cpp"
>
</File>
<File
RelativePath="ai_trackpather.h"
>
</File>
<File
RelativePath="ai_utils.cpp"
>
</File>
<File
RelativePath="ai_utils.h"
>
</File>
<File
RelativePath="AI_Waypoint.cpp"
>
</File>
<File
RelativePath="AI_Waypoint.h"
>
</File>
<File
RelativePath="..\game_shared\ammodef.cpp"
>
</File>
<File
RelativePath="..\game_shared\animation.cpp"
>
</File>
<File
RelativePath="..\game_shared\animation.h"
>
</File>
<File
RelativePath="..\game_shared\apparent_velocity_helper.h"
>
</File>
<File
RelativePath="..\game_shared\base_playeranimstate.cpp"
>
</File>
<File
RelativePath="base_transmit_proxy.cpp"
>
</File>
<File
RelativePath="baseanimating.cpp"
>
</File>
<File
RelativePath="BaseAnimating.h"
>
</File>
<File
RelativePath="BaseAnimatingOverlay.cpp"
>
</File>
<File
RelativePath="BaseAnimatingOverlay.h"
>
</File>
<File
RelativePath="BaseCombatCharacter.cpp"
>
</File>
<File
RelativePath="BaseCombatCharacter.h"
>
</File>
<File
RelativePath="..\game_shared\basecombatcharacter_shared.cpp"
>
</File>
<File
RelativePath="basecombatweapon.cpp"
>
</File>
<File
RelativePath="basecombatweapon.h"
>
</File>
<File
RelativePath="..\game_shared\basecombatweapon_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\basecombatweapon_shared.h"
>
</File>
<File
RelativePath="BaseEntity.cpp"
>
</File>
<File
RelativePath="BaseEntity.h"
>
</File>
<File
RelativePath="..\game_shared\baseentity_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\baseentity_shared.h"
>
</File>
<File
RelativePath="BaseFlex.cpp"
>
</File>
<File
RelativePath="BaseFlex.h"
>
</File>
<File
RelativePath="basegrenade_concussion.cpp"
>
</File>
<File
RelativePath="basegrenade_contact.cpp"
>
</File>
<File
RelativePath="..\game_shared\basegrenade_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\basegrenade_shared.h"
>
</File>
<File
RelativePath="basegrenade_timed.cpp"
>
</File>
<File
RelativePath="..\game_shared\baseparticleentity.cpp"
>
</File>
<File
RelativePath="..\game_shared\baseparticleentity.h"
>
</File>
<File
RelativePath="..\game_shared\baseplayer_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\baseplayer_shared.h"
>
</File>
<File
RelativePath="BasePropDoor.h"
>
</File>
<File
RelativePath="BaseToggle.h"
>
</File>
<File
RelativePath="BaseViewModel.cpp"
>
</File>
<File
RelativePath="BaseViewModel.h"
>
</File>
<File
RelativePath="..\game_shared\baseviewmodel_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\baseviewmodel_shared.h"
>
</File>
<File
RelativePath="..\game_shared\beam_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\beam_shared.h"
>
</File>
<File
RelativePath="..\tier1\bitbuf.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="BitString.cpp"
>
</File>
<File
RelativePath="BitString.h"
>
</File>
<File
RelativePath="bmodels.cpp"
>
</File>
<File
RelativePath="..\public\bone_setup.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\bone_setup.h"
>
</File>
<File
RelativePath="buttons.cpp"
>
</File>
<File
RelativePath="buttons.h"
>
</File>
<File
RelativePath="cbase.cpp"
>
</File>
<File
RelativePath="cbase.h"
>
</File>
<File
RelativePath="..\tier1\characterset.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\tier1\checksum_crc.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\tier1\checksum_crc.h"
>
</File>
<File
RelativePath="..\tier1\checksum_md5.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\game_shared\choreoactor.h"
>
</File>
<File
RelativePath="..\game_shared\choreochannel.h"
>
</File>
<File
RelativePath="..\game_shared\choreoevent.h"
>
</File>
<File
RelativePath="..\game_shared\choreoscene.h"
>
</File>
<File
RelativePath="client.cpp"
>
</File>
<File
RelativePath="client.h"
>
</File>
<File
RelativePath="..\game_shared\collisionproperty.cpp"
>
</File>
<File
RelativePath="..\game_shared\collisionproperty.h"
>
</File>
<File
RelativePath="..\Public\CollisionUtils.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\Public\CollisionUtils.h"
>
</File>
<File
RelativePath=".\CommentarySystem.cpp"
>
</File>
<File
RelativePath="ControlEntities.cpp"
>
</File>
<File
RelativePath="..\tier1\convar.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\tier1\convar.h"
>
</File>
<File
RelativePath="cplane.cpp"
>
</File>
<File
RelativePath="CRagdollMagnet.cpp"
>
</File>
<File
RelativePath="CRagdollMagnet.h"
>
</File>
<File
RelativePath="CTerrainMorph.cpp"
>
</File>
<File
RelativePath="damagemodifier.cpp"
>
</File>
<File
RelativePath="..\game_shared\death_pose.cpp"
>
</File>
<File
RelativePath="..\game_shared\debugoverlay_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\debugoverlay_shared.h"
>
</File>
<File
RelativePath="..\game_shared\decals.cpp"
>
</File>
<File
RelativePath="doors.cpp"
>
</File>
<File
RelativePath="doors.h"
>
</File>
<File
RelativePath="..\public\dt_send.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\dt_utlvector_common.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\dt_utlvector_send.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="dynamiclight.cpp"
>
</File>
<File
RelativePath="..\Public\edict.h"
>
</File>
<File
RelativePath="..\Public\Editor_SendCommand.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\Public\Editor_SendCommand.h"
>
</File>
<File
RelativePath="..\game_shared\effect_color_tables.h"
>
</File>
<File
RelativePath="..\game_shared\effect_dispatch_data.cpp"
>
</File>
<File
RelativePath="effects.cpp"
>
</File>
<File
RelativePath="effects.h"
>
</File>
<File
RelativePath="EffectsServer.cpp"
>
</File>
<File
RelativePath="..\game_shared\ehandle.cpp"
>
</File>
<File
RelativePath="..\Public\eiface.h"
>
</File>
<File
RelativePath="enginecallback.h"
>
</File>
<File
RelativePath="entityapi.h"
>
</File>
<File
RelativePath="entityblocker.cpp"
>
</File>
<File
RelativePath="entityblocker.h"
>
</File>
<File
RelativePath="EntityDissolve.cpp"
>
</File>
<File
RelativePath="EntityDissolve.h"
>
</File>
<File
RelativePath="EntityFlame.cpp"
>
</File>
<File
RelativePath="EntityFlame.h"
>
</File>
<File
RelativePath="EntityInput.h"
>
</File>
<File
RelativePath="EntityList.cpp"
>
</File>
<File
RelativePath="EntityList.h"
>
</File>
<File
RelativePath="..\game_shared\entitylist_base.cpp"
>
</File>
<File
RelativePath="EntityOutput.h"
>
</File>
<File
RelativePath="EntityParticleTrail.cpp"
>
</File>
<File
RelativePath="EntityParticleTrail.h"
>
</File>
<File
RelativePath="..\game_shared\EntityParticleTrail_Shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\entityparticletrail_shared.h"
>
</File>
<File
RelativePath="..\game_shared\env_detail_controller.cpp"
>
</File>
<File
RelativePath="env_effectsscript.cpp"
>
</File>
<File
RelativePath="env_entity_maker.cpp"
>
</File>
<File
RelativePath="env_particlescript.cpp"
>
</File>
<File
RelativePath="env_player_surface_trigger.cpp"
>
</File>
<File
RelativePath="env_player_surface_trigger.h"
>
</File>
<File
RelativePath="env_screenoverlay.cpp"
>
</File>
<File
RelativePath="env_texturetoggle.cpp"
>
</File>
<File
RelativePath="..\game_shared\env_wind_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\env_wind_shared.h"
>
</File>
<File
RelativePath="env_zoom.cpp"
>
</File>
<File
RelativePath="env_zoom.h"
>
</File>
<File
RelativePath="EnvBeam.cpp"
>
</File>
<File
RelativePath="EnvFade.cpp"
>
</File>
<File
RelativePath="EnvHudHint.cpp"
>
</File>
<File
RelativePath="EnvLaser.cpp"
>
</File>
<File
RelativePath="EnvLaser.h"
>
</File>
<File
RelativePath="EnvMessage.cpp"
>
</File>
<File
RelativePath="EnvMessage.h"
>
</File>
<File
RelativePath="EnvMicrophone.cpp"
>
</File>
<File
RelativePath="envmicrophone.h"
>
</File>
<File
RelativePath="EnvShake.cpp"
>
</File>
<File
RelativePath="EnvSpark.cpp"
>
</File>
<File
RelativePath="..\game_shared\gamestats\ep1_gamestats.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\Public\event_flags.h"
>
</File>
<File
RelativePath="event_tempentity_tester.h"
>
</File>
<File
RelativePath="..\game_shared\eventlist.cpp"
>
</File>
<File
RelativePath="..\game_shared\eventlist.h"
>
</File>
<File
RelativePath="EventLog.cpp"
>
</File>
<File
RelativePath="EventQueue.h"
>
</File>
<File
RelativePath="explode.cpp"
>
</File>
<File
RelativePath="explode.h"
>
</File>
<File
RelativePath="..\public\filesystem_helpers.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="filters.cpp"
>
</File>
<File
RelativePath="filters.h"
>
</File>
<File
RelativePath="fire.cpp"
>
</File>
<File
RelativePath="fire.h"
>
</File>
<File
RelativePath="fire_smoke.cpp"
>
</File>
<File
RelativePath="fire_smoke.h"
>
</File>
<File
RelativePath=".\fish.cpp"
>
</File>
<File
RelativePath=".\fish.h"
>
</File>
<File
RelativePath="fogcontroller.cpp"
>
</File>
<File
RelativePath="fourwheelvehiclephysics.cpp"
>
</File>
<File
RelativePath="fourwheelvehiclephysics.h"
>
</File>
<File
RelativePath="func_areaportal.cpp"
>
</File>
<File
RelativePath="func_areaportalbase.cpp"
>
</File>
<File
RelativePath="func_areaportalbase.h"
>
</File>
<File
RelativePath="func_areaportalwindow.cpp"
>
</File>
<File
RelativePath="func_areaportalwindow.h"
>
</File>
<File
RelativePath="func_break.cpp"
>
</File>
<File
RelativePath="func_break.h"
>
</File>
<File
RelativePath="func_breakablesurf.cpp"
>
</File>
<File
RelativePath="func_breakablesurf.h"
>
</File>
<File
RelativePath="func_dust.cpp"
>
</File>
<File
RelativePath="..\game_shared\func_dust_shared.h"
>
</File>
<File
RelativePath="..\game_shared\func_ladder.cpp"
>
</File>
<File
RelativePath="func_ladder_endpoint.cpp"
>
</File>
<File
RelativePath="func_lod.cpp"
>
</File>
<File
RelativePath="hl2_dll\Func_Monitor.cpp"
>
</File>
<File
RelativePath="func_movelinear.cpp"
>
</File>
<File
RelativePath="func_movelinear.h"
>
</File>
<File
RelativePath="func_occluder.cpp"
>
</File>
<File
RelativePath="func_smokevolume.cpp"
>
</File>
<File
RelativePath="game.cpp"
>
</File>
<File
RelativePath="game.h"
>
</File>
<File
RelativePath="game_ui.cpp"
>
</File>
<File
RelativePath="gamehandle.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="GameInterface.cpp"
>
</File>
<File
RelativePath="GameInterface.h"
>
</File>
<File
RelativePath="..\game_shared\gamemovement.cpp"
>
</File>
<File
RelativePath="..\game_shared\gamemovement.h"
>
</File>
<File
RelativePath="..\game_shared\gamerules.cpp"
>
</File>
<File
RelativePath="..\game_shared\gamerules.h"
>
</File>
<File
RelativePath="..\game_shared\gamerules_register.cpp"
>
</File>
<File
RelativePath="..\game_shared\gamestringpool.cpp"
>
</File>
<File
RelativePath="..\game_shared\gamestringpool.h"
>
</File>
<File
RelativePath="gametrace_dll.cpp"
>
</File>
<File
RelativePath="..\game_shared\gamevars_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\gamevars_shared.h"
>
</File>
<File
RelativePath="genericactor.cpp"
>
</File>
<File
RelativePath="genericmonster.cpp"
>
</File>
<File
RelativePath="Gib.cpp"
>
</File>
<File
RelativePath="Gib.h"
>
</File>
<File
RelativePath="globals.cpp"
>
</File>
<File
RelativePath="globalstate.cpp"
>
</File>
<File
RelativePath="globalstate.h"
>
</File>
<File
RelativePath="globalstate_private.h"
>
</File>
<File
RelativePath=".\episodic\grenade_hopwire.cpp"
>
</File>
<File
RelativePath="GrenadeThrown.cpp"
>
</File>
<File
RelativePath="GrenadeThrown.h"
>
</File>
<File
RelativePath="GunTarget.cpp"
>
</File>
<File
RelativePath="h_ai.cpp"
>
</File>
<File
RelativePath="h_cycler.cpp"
>
</File>
<File
RelativePath="h_cycler.h"
>
</File>
<File
RelativePath="h_export.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="hierarchy.cpp"
>
</File>
<File
RelativePath="hierarchy.h"
>
</File>
<File
RelativePath=".\hl2mp_dll\hl2mp_bot_temp.cpp"
>
</File>
<File
RelativePath="hltvdirector.cpp"
>
</File>
<File
RelativePath="hltvdirector.h"
>
</File>
<File
RelativePath="..\public\IceKey.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\game_shared\ichoreoeventcallback.h"
>
</File>
<File
RelativePath="..\game_shared\igamesystem.cpp"
>
</File>
<File
RelativePath="..\game_shared\igamesystem.h"
>
</File>
<File
RelativePath="info_camera_link.cpp"
>
</File>
<File
RelativePath="info_camera_link.h"
>
</File>
<File
RelativePath=".\hl2_dll\info_darknessmode_lightsource.cpp"
>
</File>
<File
RelativePath="init_factory.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="init_factory.h"
>
</File>
<File
RelativePath="..\tier1\interface.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\tier1\interface.h"
>
</File>
<File
RelativePath="Intermission.cpp"
>
</File>
<File
RelativePath="..\public\interpolatortypes.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\game_shared\interval.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\game_shared\interval.h"
>
</File>
<File
RelativePath="..\game_shared\iscenetokenprocessor.h"
>
</File>
<File
RelativePath="iservervehicle.h"
>
</File>
<File
RelativePath="item_world.cpp"
>
</File>
<File
RelativePath="items.h"
>
</File>
<File
RelativePath="..\Public\ivoiceserver.h"
>
</File>
<File
RelativePath="..\public\KeyFrame\keyframe.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\KeyFrame\keyframe.h"
>
</File>
<File
RelativePath="..\tier1\KeyValues.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="lightglow.cpp"
>
</File>
<File
RelativePath="lights.cpp"
>
</File>
<File
RelativePath="lights.h"
>
</File>
<File
RelativePath="LockSounds.h"
>
</File>
<File
RelativePath="logic_measure_movement.cpp"
>
</File>
<File
RelativePath="logic_navigation.cpp"
>
</File>
<File
RelativePath="LogicAuto.cpp"
>
</File>
<File
RelativePath="LogicEntities.cpp"
>
</File>
<File
RelativePath="LogicRelay.cpp"
>
</File>
<File
RelativePath="..\public\map_utils.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="mapentities.cpp"
>
</File>
<File
RelativePath="..\game_shared\mapentities_shared.cpp"
>
</File>
<File
RelativePath="maprules.cpp"
>
</File>
<File
RelativePath="maprules.h"
>
</File>
<File
RelativePath="MaterialModifyControl.cpp"
>
</File>
<File
RelativePath="..\Public\MATHLIB.H"
>
</File>
<File
RelativePath="..\public\tier0\memoverride.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\tier1\mempool.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\tier1\mempool.h"
>
</File>
<File
RelativePath="message_entity.cpp"
>
</File>
<File
RelativePath="..\Public\model_types.h"
>
</File>
<File
RelativePath="ModelEntities.cpp"
>
</File>
<File
RelativePath="..\game_shared\ModelSoundsCache.cpp"
>
</File>
<File
RelativePath="monstermaker.cpp"
>
</File>
<File
RelativePath="monstermaker.h"
>
</File>
<File
RelativePath="movehelper_server.cpp"
>
</File>
<File
RelativePath="movehelper_server.h"
>
</File>
<File
RelativePath="Movement.cpp"
>
</File>
<File
RelativePath="..\game_shared\movevars_shared.cpp"
>
</File>
<File
RelativePath="movie_explosion.h"
>
</File>
<File
RelativePath="..\game_shared\multiplay_gamerules.cpp"
>
</File>
<File
RelativePath="..\game_shared\multiplay_gamerules.h"
>
</File>
<File
RelativePath="nav.h"
>
</File>
<File
RelativePath="nav_area.cpp"
>
</File>
<File
RelativePath="nav_area.h"
>
</File>
<File
RelativePath=".\nav_colors.cpp"
>
</File>
<File
RelativePath=".\nav_colors.h"
>
</File>
<File
RelativePath="nav_edit.cpp"
>
</File>
<File
RelativePath="nav_file.cpp"
>
</File>
<File
RelativePath="nav_generate.cpp"
>
</File>
<File
RelativePath=".\nav_ladder.cpp"
>
</File>
<File
RelativePath=".\nav_ladder.h"
>
</File>
<File
RelativePath="nav_mesh.cpp"
>
</File>
<File
RelativePath="nav_mesh.h"
>
</File>
<File
RelativePath="nav_node.cpp"
>
</File>
<File
RelativePath="nav_node.h"
>
</File>
<File
RelativePath="nav_pathfind.h"
>
</File>
<File
RelativePath="NDebugOverlay.cpp"
>
</File>
<File
RelativePath="NDebugOverlay.h"
>
</File>
<File
RelativePath="networkstringtable_gamedll.h"
>
</File>
<File
RelativePath="..\Public\NetworkStringTableDefs.h"
>
</File>
<File
RelativePath="..\public\networkvar.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\hl2_dll\npc_alyx_episodic.cpp"
>
</File>
<File
RelativePath=".\hl2_dll\npc_combine_episodic.cpp"
>
</File>
<File
RelativePath=".\npc_vehicledriver.cpp"
>
</File>
<File
RelativePath="..\game_shared\obstacle_pushaway.cpp"
>
</File>
<File
RelativePath="particle_fire.h"
>
</File>
<File
RelativePath="particle_light.cpp"
>
</File>
<File
RelativePath="particle_light.h"
>
</File>
<File
RelativePath="particle_smokegrenade.h"
>
</File>
<File
RelativePath="pathcorner.cpp"
>
</File>
<File
RelativePath="pathtrack.cpp"
>
</File>
<File
RelativePath="pathtrack.h"
>
</File>
<File
RelativePath="..\public\vphysics\performance.h"
>
</File>
<File
RelativePath="phys_controller.cpp"
>
</File>
<File
RelativePath="phys_controller.h"
>
</File>
<File
RelativePath="physconstraint.cpp"
>
</File>
<File
RelativePath="physics.cpp"
>
</File>
<File
RelativePath="physics.h"
>
</File>
<File
RelativePath="physics_bone_follower.cpp"
>
</File>
<File
RelativePath="physics_bone_follower.h"
>
</File>
<File
RelativePath="physics_cannister.cpp"
>
</File>
<File
RelativePath="physics_fx.cpp"
>
</File>
<File
RelativePath="physics_impact_damage.cpp"
>
</File>
<File
RelativePath="physics_main.cpp"
>
</File>
<File
RelativePath="..\game_shared\physics_main_shared.cpp"
>
</File>
<File
RelativePath="physics_npc_solver.cpp"
>
</File>
<File
RelativePath="physics_npc_solver.h"
>
</File>
<File
RelativePath="physics_prop_ragdoll.cpp"
>
</File>
<File
RelativePath="physics_prop_ragdoll.h"
>
</File>
<File
RelativePath="..\game_shared\physics_saverestore.cpp"
>
</File>
<File
RelativePath="..\game_shared\physics_saverestore.h"
>
</File>
<File
RelativePath="..\game_shared\physics_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\physics_shared.h"
>
</File>
<File
RelativePath="physobj.cpp"
>
</File>
<File
RelativePath="physobj.h"
>
</File>
<File
RelativePath="player.cpp"
>
</File>
<File
RelativePath="player.h"
>
</File>
<File
RelativePath="player_command.cpp"
>
</File>
<File
RelativePath="player_command.h"
>
</File>
<File
RelativePath="player_lagcompensation.cpp"
>
</File>
<File
RelativePath="player_pickup.cpp"
>
</File>
<File
RelativePath="player_pickup.h"
>
</File>
<File
RelativePath="player_resource.cpp"
>
</File>
<File
RelativePath="player_resource.h"
>
</File>
<File
RelativePath=".\playerinfomanager.cpp"
>
</File>
<File
RelativePath="playerlocaldata.cpp"
>
</File>
<File
RelativePath="playerlocaldata.h"
>
</File>
<File
RelativePath=".\plugin_check.cpp"
>
</File>
<File
RelativePath="point_camera.cpp"
>
</File>
<File
RelativePath="point_camera.h"
>
</File>
<File
RelativePath=".\point_devshot_camera.cpp"
>
</File>
<File
RelativePath="point_playermoveconstraint.cpp"
>
</File>
<File
RelativePath="point_spotlight.cpp"
>
</File>
<File
RelativePath="point_template.cpp"
>
</File>
<File
RelativePath="point_template.h"
>
</File>
<File
RelativePath="PointAngleSensor.cpp"
>
</File>
<File
RelativePath="PointAngularVelocitySensor.cpp"
>
</File>
<File
RelativePath="PointHurt.cpp"
>
</File>
<File
RelativePath="PointTeleport.cpp"
>
</File>
<File
RelativePath="..\game_shared\positionwatcher.h"
>
</File>
<File
RelativePath="..\game_shared\precache_register.cpp"
>
</File>
<File
RelativePath="..\game_shared\precache_register.h"
>
</File>
<File
RelativePath="..\game_shared\predictableid.cpp"
>
</File>
<File
RelativePath="..\game_shared\predictableid.h"
>
</File>
<File
RelativePath="..\game_shared\predicted_viewmodel.cpp"
>
</File>
<File
RelativePath="..\game_shared\predicted_viewmodel.h"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\episodic\prop_coreball.cpp"
>
</File>
<File
RelativePath=".\episodic\prop_stickybomb.cpp"
>
</File>
<File
RelativePath="props.cpp"
>
</File>
<File
RelativePath="props.h"
>
</File>
<File
RelativePath="..\game_shared\props_shared.cpp"
>
</File>
<File
RelativePath="ragdoll_manager.cpp"
>
</File>
<File
RelativePath="..\game_shared\ragdoll_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\ragdoll_shared.h"
>
</File>
<File
RelativePath="RagdollBoogie.cpp"
>
</File>
<File
RelativePath="RagdollBoogie.h"
>
</File>
<File
RelativePath="..\common\randoverride.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="recipientfilter.cpp"
>
</File>
<File
RelativePath="recipientfilter.h"
>
</File>
<File
RelativePath="..\public\registry.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="rope.cpp"
>
</File>
<File
RelativePath="rope.h"
>
</File>
<File
RelativePath="..\game_shared\rope_helpers.cpp"
>
</File>
<File
RelativePath="..\Public\rope_physics.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\Public\rope_physics.h"
>
</File>
<File
RelativePath="..\Public\rope_shared.h"
>
</File>
<File
RelativePath="..\game_shared\saverestore.cpp"
>
</File>
<File
RelativePath="..\game_shared\saverestore.h"
>
</File>
<File
RelativePath="..\game_shared\saverestore_bitstring.h"
>
</File>
<File
RelativePath="saverestore_gamedll.cpp"
>
</File>
<File
RelativePath="..\game_shared\saverestore_utlsymbol.h"
>
</File>
<File
RelativePath="..\game_shared\saverestore_utlvector.h"
>
</File>
<File
RelativePath="..\game_shared\SceneCache.cpp"
>
</File>
<File
RelativePath="SceneEntity.cpp"
>
</File>
<File
RelativePath="sceneentity.h"
>
</File>
<File
RelativePath="..\game_shared\sceneentity_shared.cpp"
>
</File>
<File
RelativePath="..\public\scratchpad3d.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="scratchpad_gamedll_helpers.cpp"
>
</File>
<File
RelativePath="..\public\ScratchPadUtils.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="scripted.cpp"
>
</File>
<File
RelativePath="scripted.h"
>
</File>
<File
RelativePath="ScriptedTarget.cpp"
>
</File>
<File
RelativePath="ScriptedTarget.h"
>
</File>
<File
RelativePath="..\game_shared\scriptevent.h"
>
</File>
<File
RelativePath="sendproxy.cpp"
>
</File>
<File
RelativePath="..\game_shared\sequence_Transitioner.cpp"
>
</File>
<File
RelativePath="..\Public\server_class.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\Public\server_class.h"
>
</File>
<File
RelativePath="ServerNetworkProperty.cpp"
>
</File>
<File
RelativePath="ServerNetworkProperty.h"
>
</File>
<File
RelativePath="shadowcontrol.cpp"
>
</File>
<File
RelativePath="..\Public\shattersurfacetypes.h"
>
</File>
<File
RelativePath="..\game_shared\sheetsimulator.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\game_shared\sheetsimulator.h"
>
</File>
<File
RelativePath="..\Public\simple_physics.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\Public\simple_physics.h"
>
</File>
<File
RelativePath="simtimer.cpp"
>
</File>
<File
RelativePath="simtimer.h"
>
</File>
<File
RelativePath="..\game_shared\singleplay_gamerules.cpp"
>
</File>
<File
RelativePath="..\game_shared\singleplay_gamerules.h"
>
</File>
<File
RelativePath="SkyCamera.cpp"
>
</File>
<File
RelativePath="..\game_shared\solidsetdefaults.h"
>
</File>
<File
RelativePath="sound.cpp"
>
</File>
<File
RelativePath="..\game_shared\SoundEmitterSystem.cpp"
>
</File>
<File
RelativePath="soundent.cpp"
>
</File>
<File
RelativePath="soundent.h"
>
</File>
<File
RelativePath="..\game_shared\soundenvelope.cpp"
>
</File>
<File
RelativePath="..\public\SoundParametersInternal.cpp"
>
</File>
<File
RelativePath="soundscape.cpp"
>
</File>
<File
RelativePath="soundscape.h"
>
</File>
<File
RelativePath="soundscape_system.cpp"
>
</File>
<File
RelativePath="spark.h"
>
</File>
<File
RelativePath="spotlightend.cpp"
>
</File>
<File
RelativePath="spotlightend.h"
>
</File>
<File
RelativePath="..\game_shared\Sprite.cpp"
>
</File>
<File
RelativePath="..\game_shared\Sprite.h"
>
</File>
<File
RelativePath="..\game_shared\SpriteTrail.h"
>
</File>
<File
RelativePath="..\public\vphysics\stats.h"
>
</File>
<File
RelativePath="..\tier1\stringpool.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\Public\StringRegistry.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\Public\StringRegistry.h"
>
</File>
<File
RelativePath="..\public\studio.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\game_shared\studio_shared.cpp"
>
</File>
<File
RelativePath="subs.cpp"
>
</File>
<File
RelativePath="sun.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\survival_gamerules.cpp"
>
</File>
<File
RelativePath="..\game_shared\takedamageinfo.cpp"
>
</File>
<File
RelativePath="tanktrain.cpp"
>
</File>
<File
RelativePath="te_beamfollow.cpp"
>
</File>
<File
RelativePath="te_effect_dispatch.cpp"
>
</File>
<File
RelativePath="team.cpp"
>
</File>
<File
RelativePath="team.h"
>
</File>
<File
RelativePath="team_spawnpoint.cpp"
>
</File>
<File
RelativePath="team_spawnpoint.h"
>
</File>
<File
RelativePath="..\game_shared\teamplay_gamerules.cpp"
>
</File>
<File
RelativePath="..\game_shared\teamplay_gamerules.h"
>
</File>
<File
RelativePath="..\game_shared\tempentity.h"
>
</File>
<File
RelativePath="TemplateEntities.cpp"
>
</File>
<File
RelativePath="TemplateEntities.h"
>
</File>
<File
RelativePath="tempmonster.cpp"
>
</File>
<File
RelativePath="..\Public\terrainmod.h"
>
</File>
<File
RelativePath="terrainmodmgr.cpp"
>
</File>
<File
RelativePath="terrainmodmgr.h"
>
</File>
<File
RelativePath="..\game_shared\terrainmodmgr_shared.h"
>
</File>
<File
RelativePath="tesla.cpp"
>
</File>
<File
RelativePath="..\game_shared\test_ehandle.cpp"
>
</File>
<File
RelativePath="test_proxytoggle.cpp"
>
</File>
<File
RelativePath="test_stressentities.cpp"
>
</File>
<File
RelativePath="testfunctions.cpp"
>
</File>
<File
RelativePath="TestTraceline.cpp"
>
</File>
<File
RelativePath="textstatsmgr.cpp"
>
</File>
<File
RelativePath="timedeventmgr.cpp"
>
</File>
<File
RelativePath="..\game_shared\touchlink.h"
>
</File>
<File
RelativePath="trains.cpp"
>
</File>
<File
RelativePath="trains.h"
>
</File>
<File
RelativePath="triggers.cpp"
>
</File>
<File
RelativePath="triggers.h"
>
</File>
<File
RelativePath="..\game_shared\UserCmd.cpp"
>
</File>
<File
RelativePath="util.cpp"
>
</File>
<File
RelativePath="util.h"
>
</File>
<File
RelativePath="..\game_shared\util_shared.cpp"
>
</File>
<File
RelativePath="..\tier1\utlbuffer.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\tier1\utlbuffer.h"
>
</File>
<File
RelativePath="..\tier1\utlsymbol.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\public\tier1\utlsymbol.h"
>
</File>
<File
RelativePath="variant_t.cpp"
>
</File>
<File
RelativePath=".\vehicle_base.cpp"
>
</File>
<File
RelativePath=".\vehicle_baseserver.cpp"
>
</File>
<File
RelativePath=".\vehicle_choreo_generic.cpp"
>
</File>
<File
RelativePath=".\episodic\vehicle_jeep_episodic.cpp"
>
</File>
<File
RelativePath="vehicle_sounds.h"
>
</File>
<File
RelativePath=".\vgui_gamedll_int.cpp"
>
</File>
<File
RelativePath="vguiscreen.cpp"
>
</File>
<File
RelativePath="vguiscreen.h"
>
</File>
<File
RelativePath="..\Public\vmatrix.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\Public\vmatrix.h"
>
</File>
<File
RelativePath="..\game_shared\voice_common.h"
>
</File>
<File
RelativePath="..\game_shared\voice_gamemgr.cpp"
>
</File>
<File
RelativePath="..\game_shared\voice_gamemgr.h"
>
</File>
<File
RelativePath="waterbullet.cpp"
>
</File>
<File
RelativePath="waterbullet.h"
>
</File>
<File
RelativePath="WCEdit.cpp"
>
</File>
<File
RelativePath="WCEdit.h"
>
</File>
<File
RelativePath="..\game_shared\weapon_parse.cpp"
>
</File>
<File
RelativePath="..\game_shared\weapon_parse.h"
>
</File>
<File
RelativePath="..\game_shared\weapon_proficiency.cpp"
>
</File>
<File
RelativePath="..\game_shared\weapon_proficiency.h"
>
</File>
<File
RelativePath="world.cpp"
>
</File>
<File
RelativePath="world.h"
>
</File>
<Filter
Name="Precompiled Header"
>
<File
RelativePath="stdafx.cpp"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
</File>
</Filter>
<Filter
Name="temporary entities"
Filter="*.cpp"
>
<File
RelativePath="basetempentity.cpp"
>
</File>
<File
RelativePath="event_tempentity_tester.cpp"
>
</File>
<File
RelativePath="movie_explosion.cpp"
>
</File>
<File
RelativePath="particle_fire.cpp"
>
</File>
<File
RelativePath="particle_smokegrenade.cpp"
>
</File>
<File
RelativePath="plasma.cpp"
>
</File>
<File
RelativePath="plasma.h"
>
</File>
<File
RelativePath="smoke_trail.cpp"
>
</File>
<File
RelativePath="smoke_trail.h"
>
</File>
<File
RelativePath="SmokeStack.cpp"
>
</File>
<File
RelativePath="SmokeStack.h"
>
</File>
<File
RelativePath="..\game_shared\SpriteTrail.cpp"
>
</File>
<File
RelativePath="steamjet.cpp"
>
</File>
<File
RelativePath="steamjet.h"
>
</File>
<File
RelativePath="te.cpp"
>
</File>
<File
RelativePath="te.h"
>
</File>
<File
RelativePath="te_armorricochet.cpp"
>
</File>
<File
RelativePath="te_basebeam.cpp"
>
</File>
<File
RelativePath="te_basebeam.h"
>
</File>
<File
RelativePath="te_beamentpoint.cpp"
>
</File>
<File
RelativePath="te_beaments.cpp"
>
</File>
<File
RelativePath="te_beamlaser.cpp"
>
</File>
<File
RelativePath="te_beampoints.cpp"
>
</File>
<File
RelativePath="te_beamring.cpp"
>
</File>
<File
RelativePath="te_beamringpoint.cpp"
>
</File>
<File
RelativePath="te_beamspline.cpp"
>
</File>
<File
RelativePath="te_bloodsprite.cpp"
>
</File>
<File
RelativePath="te_bloodstream.cpp"
>
</File>
<File
RelativePath="te_breakmodel.cpp"
>
</File>
<File
RelativePath="te_bspdecal.cpp"
>
</File>
<File
RelativePath="te_bubbles.cpp"
>
</File>
<File
RelativePath="te_bubbletrail.cpp"
>
</File>
<File
RelativePath="te_decal.cpp"
>
</File>
<File
RelativePath="te_dynamiclight.cpp"
>
</File>
<File
RelativePath="te_energysplash.cpp"
>
</File>
<File
RelativePath="te_explosion.cpp"
>
</File>
<File
RelativePath="te_fizz.cpp"
>
</File>
<File
RelativePath="te_footprintdecal.cpp"
>
</File>
<File
RelativePath="hl2_dll\te_gaussexplosion.cpp"
>
</File>
<File
RelativePath="te_GlassShatter.cpp"
>
</File>
<File
RelativePath="te_glowsprite.cpp"
>
</File>
<File
RelativePath="te_impact.cpp"
>
</File>
<File
RelativePath="te_killplayerattachments.cpp"
>
</File>
<File
RelativePath="te_largefunnel.cpp"
>
</File>
<File
RelativePath="te_muzzleflash.cpp"
>
</File>
<File
RelativePath="te_particlesystem.cpp"
>
</File>
<File
RelativePath="te_particlesystem.h"
>
</File>
<File
RelativePath="te_physicsprop.cpp"
>
</File>
<File
RelativePath="te_playerdecal.cpp"
>
</File>
<File
RelativePath="te_projecteddecal.cpp"
>
</File>
<File
RelativePath="te_showline.cpp"
>
</File>
<File
RelativePath="te_smoke.cpp"
>
</File>
<File
RelativePath="te_sparks.cpp"
>
</File>
<File
RelativePath="te_sprite.cpp"
>
</File>
<File
RelativePath="te_spritespray.cpp"
>
</File>
<File
RelativePath="te_worlddecal.cpp"
>
</File>
<File
RelativePath="..\game_shared\usermessages.cpp"
>
</File>
</Filter>
<Filter
Name="HL2 DLL"
>
<File
RelativePath="hl2_dll\ai_allymanager.cpp"
>
</File>
<File
RelativePath="hl2_dll\ai_behavior_actbusy.cpp"
>
</File>
<File
RelativePath="hl2_dll\ai_behavior_actbusy.h"
>
</File>
<File
RelativePath="hl2_dll\ai_behavior_functank.cpp"
>
</File>
<File
RelativePath="hl2_dll\ai_behavior_functank.h"
>
</File>
<File
RelativePath="hl2_dll\ai_behavior_holster.cpp"
>
</File>
<File
RelativePath="hl2_dll\ai_behavior_holster.h"
>
</File>
<File
RelativePath="hl2_dll\ai_behavior_police.cpp"
>
</File>
<File
RelativePath="hl2_dll\ai_behavior_police.h"
>
</File>
<File
RelativePath="hl2_dll\ai_goal_police.cpp"
>
</File>
<File
RelativePath="hl2_dll\ai_goal_police.h"
>
</File>
<File
RelativePath="hl2_dll\AI_Interactions.h"
>
</File>
<File
RelativePath="hl2_dll\ai_spotlight.cpp"
>
</File>
<File
RelativePath="hl2_dll\ai_spotlight.h"
>
</File>
<File
RelativePath="hl2_dll\antlion_dust.cpp"
>
</File>
<File
RelativePath="hl2_dll\antlion_dust.h"
>
</File>
<File
RelativePath="hl2_dll\antlion_maker.cpp"
>
</File>
<File
RelativePath="hl2_dll\antlion_maker.h"
>
</File>
<File
RelativePath="hl2_dll\ar2_explosion.cpp"
>
</File>
<File
RelativePath="hl2_dll\ar2_explosion.h"
>
</File>
<File
RelativePath="BaseBludgeonWeapon.cpp"
>
</File>
<File
RelativePath="BaseBludgeonWeapon.h"
>
</File>
<File
RelativePath="hl2_dll\basehlcombatweapon.cpp"
>
</File>
<File
RelativePath="hl2_dll\basehlcombatweapon.h"
>
</File>
<File
RelativePath="..\game_shared\hl2\basehlcombatweapon_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\basehlcombatweapon_shared.h"
>
</File>
<File
RelativePath="hl2_dll\CBaseHelicopter.cpp"
>
</File>
<File
RelativePath="hl2_dll\CBaseHelicopter.h"
>
</File>
<File
RelativePath="hl2_dll\CBaseSpriteProjectile.cpp"
>
</File>
<File
RelativePath="hl2_dll\CBaseSpriteProjectile.h"
>
</File>
<File
RelativePath="hl2_dll\citadel_effects.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\citadel_effects_shared.h"
>
</File>
<File
RelativePath="hl2_dll\combine_mine.cpp"
>
</File>
<File
RelativePath="hl2_dll\combine_mine.h"
>
</File>
<File
RelativePath="hl2_dll\energy_wave.h"
>
</File>
<File
RelativePath="hl2_dll\env_alyxemp.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\env_alyxemp_shared.h"
>
</File>
<File
RelativePath="hl2_dll\env_headcrabcanister.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\env_headcrabcanister_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\env_headcrabcanister_shared.h"
>
</File>
<File
RelativePath="hl2_dll\env_speaker.cpp"
>
</File>
<File
RelativePath="hl2_dll\env_starfield.cpp"
>
</File>
<File
RelativePath="hl2_dll\func_recharge.cpp"
>
</File>
<File
RelativePath="hl2_dll\func_tank.cpp"
>
</File>
<File
RelativePath="hl2_dll\func_tank.h"
>
</File>
<File
RelativePath="hl2_dll\grenade_ar2.cpp"
>
</File>
<File
RelativePath="hl2_dll\grenade_ar2.h"
>
</File>
<File
RelativePath="hl2_dll\grenade_bugbait.cpp"
>
</File>
<File
RelativePath="hl2_dll\grenade_bugbait.h"
>
</File>
<File
RelativePath="hl2_dll\grenade_frag.cpp"
>
</File>
<File
RelativePath="hl2_dll\grenade_frag.h"
>
</File>
<File
RelativePath="hl2_dll\hl2_ai_network.cpp"
>
</File>
<File
RelativePath="hl2_dll\hl2_eventlog.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\hl2_gamerules.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\hl2_gamerules.h"
>
</File>
<File
RelativePath="hl2_dll\HL2_Player.cpp"
>
</File>
<File
RelativePath="hl2_dll\HL2_Player.h"
>
</File>
<File
RelativePath="..\game_shared\hl2\hl2_player_shared.h"
>
</File>
<File
RelativePath="hl2_dll\hl2_playerlocaldata.cpp"
>
</File>
<File
RelativePath="hl2_dll\hl2_playerlocaldata.h"
>
</File>
<File
RelativePath="..\game_shared\hl2\hl2_shareddefs.h"
>
</File>
<File
RelativePath="hl2_dll\hl2_triggers.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\hl2_usermessages.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\hl_gamemovement.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2\hl_movedata.h"
>
</File>
<File
RelativePath="hl2_dll\hl_playermove.cpp"
>
</File>
<File
RelativePath="hl2_dll\info_teleporter_countdown.cpp"
>
</File>
<File
RelativePath="hl2_dll\item_ammo.cpp"
>
</File>
<File
RelativePath="hl2_dll\item_battery.cpp"
>
</File>
<File
RelativePath="hl2_dll\item_dynamic_resupply.cpp"
>
</File>
<File
RelativePath="hl2_dll\item_dynamic_resupply.h"
>
</File>
<File
RelativePath="hl2_dll\item_healthkit.cpp"
>
</File>
<File
RelativePath="hl2_dll\item_itemcrate.cpp"
>
</File>
<File
RelativePath="hl2_dll\item_suit.cpp"
>
</File>
<File
RelativePath="hl2_dll\look_door.cpp"
>
</File>
<File
RelativePath="hl2_dll\monster_dummy.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_antlion.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_antlion.h"
>
</File>
<File
RelativePath="hl2_dll\npc_antlionguard.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_apcdriver.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_attackchopper.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_attackchopper.h"
>
</File>
<File
RelativePath="hl2_dll\npc_Barnacle.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_Barnacle.h"
>
</File>
<File
RelativePath="hl2_dll\npc_Barney.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_BaseZombie.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_BaseZombie.h"
>
</File>
<File
RelativePath="hl2_dll\npc_breen.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_bullseye.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_Bullseye.h"
>
</File>
<File
RelativePath="hl2_dll\npc_citizen17.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_citizen17.h"
>
</File>
<File
RelativePath="hl2_dll\npc_combinecamera.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_combinedropship.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_combinegunship.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_CombineS.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_CombineS.h"
>
</File>
<File
RelativePath="hl2_dll\npc_cranedriver.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_crow.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_crow.h"
>
</File>
<File
RelativePath="hl2_dll\npc_dog.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_eli.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_EnemyFinder.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_fastzombie.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_gman.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_Headcrab.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_Headcrab.h"
>
</File>
<File
RelativePath="hl2_dll\NPC_Ichthyosaur.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_kleiner.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_launcher.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_Manhack.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_Manhack.h"
>
</File>
<File
RelativePath="hl2_dll\npc_metropolice.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_metropolice.h"
>
</File>
<File
RelativePath="hl2_dll\npc_monk.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_mossman.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_playercompanion.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_playercompanion.h"
>
</File>
<File
RelativePath="hl2_dll\npc_PoisonZombie.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_rollermine.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_rollermine.h"
>
</File>
<File
RelativePath="hl2_dll\npc_Scanner.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_stalker.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_stalker.h"
>
</File>
<File
RelativePath="hl2_dll\npc_strider.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_strider.h"
>
</File>
<File
RelativePath="npc_Talker.cpp"
>
</File>
<File
RelativePath="npc_Talker.h"
>
</File>
<File
RelativePath="hl2_dll\npc_turret_ceiling.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_turret_floor.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_turret_ground.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_Vortigaunt.cpp"
>
</File>
<File
RelativePath="hl2_dll\npc_Vortigaunt.h"
>
</File>
<File
RelativePath="hl2_dll\npc_zombie.cpp"
>
</File>
<File
RelativePath="hl2_dll\player_control.cpp"
>
</File>
<File
RelativePath="hl2_dll\player_control.h"
>
</File>
<File
RelativePath="hl2_dll\point_apc_controller.cpp"
>
</File>
<File
RelativePath="hl2_dll\prop_combine_ball.cpp"
>
</File>
<File
RelativePath="hl2_dll\prop_combine_ball.h"
>
</File>
<File
RelativePath="hl2_dll\prop_thumper.cpp"
>
</File>
<File
RelativePath="hl2_dll\proto_sniper.cpp"
>
</File>
<File
RelativePath="hl2_dll\rotorwash.cpp"
>
</File>
<File
RelativePath="hl2_dll\rotorwash.h"
>
</File>
<File
RelativePath="hl2_dll\script_intro.cpp"
>
</File>
<File
RelativePath="hl2_dll\script_intro.h"
>
</File>
<File
RelativePath="hl2_dll\vehicle_airboat.cpp"
>
</File>
<File
RelativePath="hl2_dll\vehicle_apc.h"
>
</File>
<File
RelativePath="hl2_dll\vehicle_crane.cpp"
>
</File>
<File
RelativePath="hl2_dll\vehicle_crane.h"
>
</File>
<File
RelativePath=".\hl2_dll\vehicle_jeep.cpp"
>
</File>
<File
RelativePath="hl2_dll\vehicle_prisoner_pod.cpp"
>
</File>
<File
RelativePath="hl2_dll\vehicle_viewcontroller.cpp"
>
</File>
<File
RelativePath="hl2_dll\WaterLODControl.cpp"
>
</File>
<File
RelativePath="hl2_dll\weapon_alyxgun.h"
>
</File>
<File
RelativePath="hl2_dll\weapon_annabelle.cpp"
>
</File>
<File
RelativePath="hl2_dll\weapon_bugbait.cpp"
>
</File>
<File
RelativePath="hl2_dll\weapon_citizenpackage.cpp"
>
</File>
<File
RelativePath="weapon_cubemap.cpp"
>
</File>
<Filter
Name="unused"
>
<File
RelativePath="hl2_dll\grenade_beam.cpp"
>
</File>
<File
RelativePath="hl2_dll\grenade_beam.h"
>
</File>
<File
RelativePath="hl2_dll\grenade_homer.cpp"
>
</File>
<File
RelativePath="hl2_dll\grenade_homer.h"
>
</File>
<File
RelativePath="hl2_dll\grenade_hopwire.h"
>
</File>
<File
RelativePath="hl2_dll\grenade_pathfollower.cpp"
>
</File>
<File
RelativePath="hl2_dll\grenade_pathfollower.h"
>
</File>
<File
RelativePath="hl2_dll\npc_missiledefense.cpp"
>
</File>
<File
RelativePath="hl2_dll\vehicle_apc.cpp"
>
</File>
<File
RelativePath="hl2_dll\weapon_cguard.cpp"
>
</File>
<File
RelativePath="hl2_dll\weapon_flaregun.cpp"
>
</File>
<File
RelativePath="hl2_dll\weapon_flaregun.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="TF2 DLL"
Filter="h;cpp"
>
<File
RelativePath="..\game_shared\tf2\baseobject_shared.h"
>
</File>
<File
RelativePath="..\game_shared\tf2\basetfvehicle.h"
>
</File>
<File
RelativePath="tf2_dll\bot_base.h"
>
</File>
<File
RelativePath="..\game_shared\tf2\env_laserdesignation.h"
>
</File>
<File
RelativePath="..\game_shared\tf2\ihasbuildpoints.h"
>
</File>
<File
RelativePath="tf2_dll\mortar_round.h"
>
</File>
<File
RelativePath="tf2_dll\tf_func_construction_yard.h"
>
</File>
<File
RelativePath="tf2_dll\tf_func_mass_teleport.h"
>
</File>
<File
RelativePath="tf2_dll\tf_obj_armor_upgrade.h"
>
</File>
<File
RelativePath="tf2_dll\tf_obj_barbed_wire.h"
>
</File>
<File
RelativePath="..\game_shared\tf2\tf_obj_base_manned_gun.h"
>
</File>
<File
RelativePath="tf2_dll\tf_obj_buff_station.h"
>
</File>
<File
RelativePath="tf2_dll\tf_obj_bunker.h"
>
</File>
<File
RelativePath="tf2_dll\tf_obj_manned_missilelauncher.h"
>
</File>
<File
RelativePath="..\game_shared\tf2\tf_obj_manned_plasmagun_shared.h"
>
</File>
<File
RelativePath="tf2_dll\tf_obj_mcv_selection_panel.h"
>
</File>
<File
RelativePath="tf2_dll\tf_obj_sandbag_bunker.h"
>
</File>
<File
RelativePath="..\game_shared\tf2\tf_playeranimstate.h"
>
</File>
<File
RelativePath="tf2_dll\tf_vehicle_tank.h"
>
</File>
<File
RelativePath="tf2_dll\tf_vehicle_teleport_station.h"
>
</File>
<File
RelativePath="tf2_dll\tf_walker_base.h"
>
</File>
<File
RelativePath="tf2_dll\tf_walker_ministrider.h"
>
</File>
<File
RelativePath="tf2_dll\tf_walker_strider.h"
>
</File>
<File
RelativePath="..\game_shared\tf2\vehicle_mortar_shared.h"
>
</File>
<Filter
Name="TF2 Movement"
>
<File
RelativePath="..\game_shared\tf2\tf_gamemovement_sapper.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="CounterStrike DLL"
>
<File
RelativePath="..\game_shared\cstrike\fx_cs_shared.h"
>
</File>
<File
RelativePath="cstrike\smokegrenade_projectile.h"
>
</File>
<File
RelativePath="cstrike\te_shotgun_shot.h"
>
</File>
<File
RelativePath="..\game_shared\cstrike\weapon_flashbang.h"
>
</File>
<File
RelativePath="..\game_shared\cstrike\weapon_hegrenade.h"
>
</File>
<Filter
Name="Bot"
>
</Filter>
<Filter
Name="Hostage"
>
<File
RelativePath="cstrike\hostage\cs_simple_hostage.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="HL2MP"
>
<File
RelativePath=".\hl2mp_dll\hl2mp_client.cpp"
>
</File>
<File
RelativePath=".\hl2mp_dll\hl2mp_cvars.cpp"
>
</File>
<File
RelativePath=".\hl2mp_dll\hl2mp_gameinterface.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\hl2mp_gamerules.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\hl2mp_gamerules.h"
>
</File>
<File
RelativePath=".\hl2mp_dll\hl2mp_player.cpp"
>
</File>
<File
RelativePath=".\hl2mp_dll\hl2mp_player.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\hl2mp_player_shared.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\hl2mp_player_shared.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\hl2mp_weapon_parse.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\hl2mp_weapon_parse.h"
>
</File>
<File
RelativePath=".\hl2mp_dll\te_hl2mp_shotgun_shot.cpp"
>
</File>
<Filter
Name="Weapons"
>
<File
RelativePath=".\hl2mp_dll\grenade_satchel.cpp"
>
</File>
<File
RelativePath=".\hl2mp_dll\grenade_satchel.h"
>
</File>
<File
RelativePath=".\hl2mp_dll\grenade_tripmine.cpp"
>
</File>
<File
RelativePath=".\hl2mp_dll\grenade_tripmine.h"
>
</File>
<File
RelativePath=".\hl2mp_dll\te_hl2mp_shotgun_shot.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_357.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_ar2.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_ar2.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_crossbow.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_crowbar.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_frag.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_hl2mpbase.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_hl2mpbase.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_hl2mpbase_machinegun.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_hl2mpbase_machinegun.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_hl2mpbasebasebludgeon.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_hl2mpbasebasebludgeon.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_hl2mpbasehlmpcombatweapon.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_hl2mpbasehlmpcombatweapon.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_physcannon.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_physcannon.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_pistol.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_rpg.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_rpg.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_shotgun.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_slam.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_slam.h"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_smg1.cpp"
>
</File>
<File
RelativePath="..\game_shared\hl2mp\weapon_stunstick.cpp"
>
</File>
</Filter>
</Filter>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;fi;fd"
>
<File
RelativePath=".\hl2_dll\ai_behavior_operator.h"
>
</File>
<File
RelativePath=".\episodic\ai_behavior_passenger_companion.h"
>
</File>
<File
RelativePath=".\episodic\ai_behavior_passenger_zombie.h"
>
</File>
<File
RelativePath=".\ai_eventresponse.h"
>
</File>
<File
RelativePath="..\Public\amd3dx.h"
>
</File>
<File
RelativePath="..\game_shared\ammodef.h"
>
</File>
<File
RelativePath="..\game_shared\base_playeranimstate.h"
>
</File>
<File
RelativePath="base_transmit_proxy.h"
>
</File>
<File
RelativePath="..\public\basehandle.h"
>
</File>
<File
RelativePath="basetempentity.h"
>
</File>
<File
RelativePath="..\Public\tier0\basetypes.h"
>
</File>
<File
RelativePath="..\game_shared\beam_flags.h"
>
</File>
<File
RelativePath="..\public\tier1\bitbuf.h"
>
</File>
<File
RelativePath="..\Public\bitvec.h"
>
</File>
<File
RelativePath="..\public\bone_accessor.h"
>
</File>
<File
RelativePath="..\Public\BSPFILE.H"
>
</File>
<File
RelativePath="..\Public\bspflags.h"
>
</File>
<File
RelativePath="..\Public\bumpvects.h"
>
</File>
<File
RelativePath="..\Public\cache_user.h"
>
</File>
<File
RelativePath="..\public\tier1\characterset.h"
>
</File>
<File
RelativePath="..\public\tier1\checksum_md5.h"
>
</File>
<File
RelativePath="..\Public\client_class.h"
>
</File>
<File
RelativePath="..\public\client_textmessage.h"
>
</File>
<File
RelativePath="..\Public\cmodel.h"
>
</File>
<File
RelativePath="..\public\vphysics\collision_set.h"
>
</File>
<File
RelativePath="..\public\Color.h"
>
</File>
<File
RelativePath="..\Public\commonmacros.h"
>
</File>
<File
RelativePath="..\public\compressed_light_cube.h"
>
</File>
<File
RelativePath="..\public\compressed_vector.h"
>
</File>
<File
RelativePath="..\Public\const.h"
>
</File>
<File
RelativePath="..\public\vphysics\constraints.h"
>
</File>
<File
RelativePath="..\Public\coordsize.h"
>
</File>
<File
RelativePath="cplane.h"
>
</File>
<File
RelativePath="cstrike\cs_bot_temp.h"
>
</File>
<File
RelativePath="damagemodifier.h"
>
</File>
<File
RelativePath="..\public\tier1\datalru.h"
>
</File>
<File
RelativePath="..\Public\datamap.h"
>
</File>
<File
RelativePath="..\public\tier0\dbg.h"
>
</File>
<File
RelativePath="..\game_shared\death_pose.h"
>
</File>
<File
RelativePath="..\game_shared\decals.h"
>
</File>
<File
RelativePath="..\Public\dlight.h"
>
</File>
<File
RelativePath="..\public\dt_common.h"
>
</File>
<File
RelativePath="..\public\dt_recv.h"
>
</File>
<File
RelativePath="..\public\dt_send.h"
>
</File>
<File
RelativePath="..\public\dt_utlvector_common.h"
>
</File>
<File
RelativePath="..\public\dt_utlvector_send.h"
>
</File>
<File
RelativePath="..\game_shared\effect_dispatch_data.h"
>
</File>
<File
RelativePath="..\game_shared\ehandle.h"
>
</File>
<File
RelativePath="..\game_shared\entitydatainstantiator.h"
>
</File>
<File
RelativePath="..\game_shared\entitylist_base.h"
>
</File>
<File
RelativePath="..\game_shared\env_detail_controller.h"
>
</File>
<File
RelativePath="..\game_shared\gamestats\ep1_gamestats.h"
>
</File>
<File
RelativePath="EventLog.h"
>
</File>
<File
RelativePath="..\game_shared\ExpressionSample.h"
>
</File>
<File
RelativePath="..\public\tier0\fasttimer.h"
>
</File>
<File
RelativePath="..\Public\FileSystem.h"
>
</File>
<File
RelativePath="..\public\filesystem_helpers.h"
>
</File>
<File
RelativePath="..\public\tier1\fmtstr.h"
>
</File>
<File
RelativePath="fogcontroller.h"
>
</File>
<File
RelativePath="..\public\vphysics\friction.h"
>
</File>
<File
RelativePath="..\game_shared\func_ladder.h"
>
</File>
<File
RelativePath="..\game_shared\gameeventdefs.h"
>
</File>
<File
RelativePath="..\game_shared\gamerules_register.h"
>
</File>
<File
RelativePath="..\public\gametrace.h"
>
</File>
<File
RelativePath="globals.h"
>
</File>
<File
RelativePath="..\public\globalvars_base.h"
>
</File>
<File
RelativePath=".\episodic\grenade_hopwire.h"
>
</File>
<File
RelativePath="..\game_shared\groundlink.h"
>
</File>
<File
RelativePath=".\hl2mp_dll\hl2mp_bot_temp.h"
>
</File>
<File
RelativePath="..\public\appframework\IAppSystem.h"
>
</File>
<File
RelativePath="..\Public\icliententity.h"
>
</File>
<File
RelativePath="..\public\iclientnetworkable.h"
>
</File>
<File
RelativePath="..\Public\iclientrenderable.h"
>
</File>
<File
RelativePath="..\public\iclientunknown.h"
>
</File>
<File
RelativePath="..\public\engine\ICollideable.h"
>
</File>
<File
RelativePath="..\public\vstdlib\ICommandLine.h"
>
</File>
<File
RelativePath="..\Public\icvar.h"
>
</File>
<File
RelativePath="..\game_shared\IEffects.h"
>
</File>
<File
RelativePath="..\Public\engine\IEngineSound.h"
>
</File>
<File
RelativePath="..\public\engine\IEngineTrace.h"
>
</File>
<File
RelativePath="..\public\igameevents.h"
>
</File>
<File
RelativePath="..\game_shared\igamemovement.h"
>
</File>
<File
RelativePath="..\public\ihandleentity.h"
>
</File>
<File
RelativePath="..\public\ihltv.h"
>
</File>
<File
RelativePath="..\public\ihltvdirector.h"
>
</File>
<File
RelativePath="..\public\vstdlib\IKeyValuesSystem.h"
>
</File>
<File
RelativePath="ilagcompensationmanager.h"
>
</File>
<File
RelativePath="..\public\vgui\ILocalize.h"
>
</File>
<File
RelativePath="..\Public\ImageLoader.h"
>
</File>
<File
RelativePath="..\public\materialsystem\imaterial.h"
>
</File>
<File
RelativePath="..\public\materialsystem\imaterialsystem.h"
>
</File>
<File
RelativePath="..\public\materialsystem\imaterialvar.h"
>
</File>
<File
RelativePath="..\game_shared\imovehelper.h"
>
</File>
<File
RelativePath="..\game_shared\in_buttons.h"
>
</File>
<File
RelativePath="..\public\inetchannelinfo.h"
>
</File>
<File
RelativePath=".\hl2_dll\info_darknessmode_lightsource.h"
>
</File>
<File
RelativePath="..\public\interpolatortypes.h"
>
</File>
<File
RelativePath="..\game_shared\iplayeranimstate.h"
>
</File>
<File
RelativePath="..\game_shared\ipredictionsystem.h"
>
</File>
<File
RelativePath="..\public\irecipientfilter.h"
>
</File>
<File
RelativePath="..\public\isaverestore.h"
>
</File>
<File
RelativePath="..\public\iscratchpad3d.h"
>
</File>
<File
RelativePath="..\Public\iserverentity.h"
>
</File>
<File
RelativePath="..\public\iservernetworkable.h"
>
</File>
<File
RelativePath="..\public\iserverunknown.h"
>
</File>
<File
RelativePath="..\Public\soundemittersystem\isoundemittersystembase.h"
>
</File>
<File
RelativePath="..\Public\ISpatialPartition.h"
>
</File>
<File
RelativePath="..\public\engine\IStaticPropMgr.h"
>
</File>
<File
RelativePath="..\game_shared\itempents.h"
>
</File>
<File
RelativePath="..\Public\engine\ivdebugoverlay.h"
>
</File>
<File
RelativePath="..\game_shared\IVehicle.h"
>
</File>
<File
RelativePath="..\public\engine\IVEngineCache.h"
>
</File>
<File
RelativePath="..\public\engine\ivmodelinfo.h"
>
</File>
<File
RelativePath="..\public\tier1\KeyValues.h"
>
</File>
<File
RelativePath="..\public\tier0\l2cache.h"
>
</File>
<File
RelativePath="logicrelay.h"
>
</File>
<File
RelativePath="..\public\map_utils.h"
>
</File>
<File
RelativePath="mapentities.h"
>
</File>
<File
RelativePath="..\game_shared\mapentities_shared.h"
>
</File>
<File
RelativePath="..\public\tier0\mem.h"
>
</File>
<File
RelativePath="..\public\tier0\memalloc.h"
>
</File>
<File
RelativePath="..\public\tier0\memdbgoff.h"
>
</File>
<File
RelativePath="..\public\tier0\memdbgon.h"
>
</File>
<File
RelativePath="modelentities.h"
>
</File>
<File
RelativePath="..\game_shared\ModelSoundsCache.h"
>
</File>
<File
RelativePath="..\game_shared\movevars_shared.h"
>
</File>
<File
RelativePath="..\public\networkvar.h"
>
</File>
<File
RelativePath=".\hl2_dll\npc_alyx_episodic.h"
>
</File>
<File
RelativePath=".\hl2_dll\npc_combine_episodic.h"
>
</File>
<File
RelativePath=".\npc_vehicledriver.h"
>
</File>
<File
RelativePath="..\game_shared\npcevent.h"
>
</File>
<File
RelativePath="..\public\vphysics\object_hash.h"
>
</File>
<File
RelativePath="physics_cannister.h"
>
</File>
<File
RelativePath="physics_fx.h"
>
</File>
<File
RelativePath="physics_impact_damage.h"
>
</File>
<File
RelativePath="..\public\tier0\platform.h"
>
</File>
<File
RelativePath="..\public\vphysics\player_controller.h"
>
</File>
<File
RelativePath=".\playerinfomanager.h"
>
</File>
<File
RelativePath="..\game_shared\playernet_vars.h"
>
</File>
<File
RelativePath="..\public\PlayerState.h"
>
</File>
<File
RelativePath="..\game_shared\precipitation_shared.h"
>
</File>
<File
RelativePath="..\game_shared\predictable_entity.h"
>
</File>
<File
RelativePath="..\game_shared\predictioncopy.h"
>
</File>
<File
RelativePath="..\public\tier1\processor_detect.h"
>
</File>
<File
RelativePath="..\game_shared\props_shared.h"
>
</File>
<File
RelativePath="..\public\protected_things.h"
>
</File>
<File
RelativePath="..\public\vstdlib\random.h"
>
</File>
<File
RelativePath="..\game_shared\rope_helpers.h"
>
</File>
<File
RelativePath="..\game_shared\saverestore_stringtable.h"
>
</File>
<File
RelativePath="..\game_shared\saverestore_utlclass.h"
>
</File>
<File
RelativePath="..\game_shared\saverestore_utlmap.h"
>
</File>
<File
RelativePath="..\game_shared\saverestore_utlrbtree.h"
>
</File>
<File
RelativePath="..\public\saverestoretypes.h"
>
</File>
<File
RelativePath="..\game_shared\SceneCache.h"
>
</File>
<File
RelativePath="..\game_shared\sceneentity_shared.h"
>
</File>
<File
RelativePath="..\Public\ScratchPad3D.h"
>
</File>
<File
RelativePath="scratchpad_gamedll_helpers.h"
>
</File>
<File
RelativePath="..\public\ScratchPadUtils.h"
>
</File>
<File
RelativePath="sendproxy.h"
>
</File>
<File
RelativePath="..\game_shared\sequence_Transitioner.h"
>
</File>
<File
RelativePath="..\Public\shake.h"
>
</File>
<File
RelativePath="..\game_shared\shared_classnames.h"
>
</File>
<File
RelativePath="..\game_shared\shareddefs.h"
>
</File>
<File
RelativePath="..\game_shared\sharedInterface.h"
>
</File>
<File
RelativePath="..\game_shared\shot_manipulator.h"
>
</File>
<File
RelativePath="SkyCamera.h"
>
</File>
<File
RelativePath="..\public\soundchars.h"
>
</File>
<File
RelativePath="..\game_shared\soundenvelope.h"
>
</File>
<File
RelativePath="..\Public\soundflags.h"
>
</File>
<File
RelativePath="soundscape_system.h"
>
</File>
<File
RelativePath="..\public\stdstring.h"
>
</File>
<File
RelativePath="..\Public\string_t.h"
>
</File>
<File
RelativePath="..\public\tier1\stringpool.h"
>
</File>
<File
RelativePath="..\public\vstdlib\strtools.h"
>
</File>
<File
RelativePath="..\Public\studio.h"
>
</File>
<File
RelativePath="..\game_shared\sun_shared.h"
>
</File>
<File
RelativePath="..\game_shared\takedamageinfo.h"
>
</File>
<File
RelativePath="te_effect_dispatch.h"
>
</File>
<File
RelativePath="tesla.h"
>
</File>
<File
RelativePath="test_stressentities.h"
>
</File>
<File
RelativePath="textstatsmgr.h"
>
</File>
<File
RelativePath="..\public\texture_group_names.h"
>
</File>
<File
RelativePath="timedeventmgr.h"
>
</File>
<File
RelativePath="..\game_shared\usercmd.h"
>
</File>
<File
RelativePath="..\game_shared\usermessages.h"
>
</File>
<File
RelativePath="..\game_shared\util_shared.h"
>
</File>
<File
RelativePath="..\public\UtlCachedFileData.h"
>
</File>
<File
RelativePath="..\public\tier1\utldict.h"
>
</File>
<File
RelativePath="..\public\tier1\utlfixedlinkedlist.h"
>
</File>
<File
RelativePath="..\public\tier1\utlfixedmemory.h"
>
</File>
<File
RelativePath="..\public\tier1\utlhash.h"
>
</File>
<File
RelativePath="..\public\tier1\utllinkedlist.h"
>
</File>
<File
RelativePath="..\public\tier1\utlmap.h"
>
</File>
<File
RelativePath="..\public\tier1\utlmemory.h"
>
</File>
<File
RelativePath="..\public\tier1\utlmultilist.h"
>
</File>
<File
RelativePath="..\public\tier1\utlpriorityqueue.h"
>
</File>
<File
RelativePath="..\public\tier1\utlrbtree.h"
>
</File>
<File
RelativePath="..\public\tier1\UtlSortVector.h"
>
</File>
<File
RelativePath="..\public\tier1\utlvector.h"
>
</File>
<File
RelativePath="..\Public\vallocator.h"
>
</File>
<File
RelativePath="variant_t.h"
>
</File>
<File
RelativePath="..\Public\vcollide.h"
>
</File>
<File
RelativePath="..\Public\vcollide_parse.h"
>
</File>
<File
RelativePath="..\public\tier0\vcr_shared.h"
>
</File>
<File
RelativePath="..\public\tier0\vcrmode.h"
>
</File>
<File
RelativePath="..\Public\vector.h"
>
</File>
<File
RelativePath="..\Public\vector2d.h"
>
</File>
<File
RelativePath="..\Public\vector4d.h"
>
</File>
<File
RelativePath=".\vehicle_base.h"
>
</File>
<File
RelativePath="vehicle_baseserver.h"
>
</File>
<File
RelativePath=".\episodic\vehicle_jeep_episodic.h"
>
</File>
<File
RelativePath="..\public\vphysics\vehicles.h"
>
</File>
<File
RelativePath="..\public\vgui\VGUI.h"
>
</File>
<File
RelativePath=".\vgui_gamedll_int.h"
>
</File>
<File
RelativePath="..\Public\vphysics_interface.h"
>
</File>
<File
RelativePath="..\game_shared\vphysics_sound.h"
>
</File>
<File
RelativePath="..\Public\vplane.h"
>
</File>
<File
RelativePath="..\public\tier0\vprof.h"
>
</File>
<File
RelativePath="..\public\vstdlib\vstdlib.h"
>
</File>
<File
RelativePath="..\public\winlite.h"
>
</File>
<File
RelativePath="..\Public\worldsize.h"
>
</File>
<File
RelativePath="..\public\zip_uncompressed.h"
>
</File>
</Filter>
<Filter
Name="Link Libraries"
>
<File
RelativePath="..\lib\public\choreoobjects.lib"
>
</File>
<File
RelativePath="..\lib\public\mathlib.lib"
>
</File>
<File
RelativePath="..\lib\public\tier0.lib"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description=" "
CommandLine="&#x0D;&#x0A;"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description=" "
CommandLine="&#x0D;&#x0A;"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\public\tier1.lib"
>
</File>
<File
RelativePath="..\lib\public\vgui_controls.lib"
>
</File>
<File
RelativePath="..\lib\public\vstdlib.lib"
>
<FileConfiguration
Name="Debug HL2MP|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description=" "
CommandLine="&#x0D;&#x0A;"
/>
</FileConfiguration>
<FileConfiguration
Name="Release HL2MP|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description=" "
CommandLine="&#x0D;&#x0A;"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>