﻿<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectName>Server</ProjectName>
    <ProjectGuid>{E8C0FE86-D8E1-4B44-8F76-F2A9A21E9C4F}</ProjectGuid>
    <RootNamespace>Server SDK</RootNamespace>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\game_obj\debug_server_final\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\game_obj\debug_server\</IntDir>
    <PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PreBuildEventUseInBuild>
    <PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PreLinkEventUseInBuild>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
    <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PostBuildEventUseInBuild>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\game_obj\release_server_final\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\game_obj\release_server\</IntDir>
    <PreBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PreBuildEventUseInBuild>
    <PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PreLinkEventUseInBuild>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
    <PostBuildEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PostBuildEventUseInBuild>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <PreBuildEvent>
      <Command>
      </Command>
    </PreBuildEvent>
    <CustomBuildStep>
      <Message>Copying server to game folder</Message>
      <Command>..\..\luminous_scripts\CopyBinaries\CopyBinaries.exe debug_server</Command>
      <Outputs>..\..\game_obj\debug_server.txt</Outputs>
      <Inputs>$(TargetPath)</Inputs>
    </CustomBuildStep>
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <AdditionalIncludeDirectories>..\..\game\server\Mod_Lua;..\..\luminous_third_libs\luabind\include;..\..\game\server\hl2mp;..\..\common;..\..\public;..\..\public\tier0;..\..\public\tier1;.\;..\..\game\shared;..\..\utils\common;..\..\game\shared\sdk;.\sdk;..\..\game\shared\Multiplayer;.\Mod;..\..\game\shared\hl2;..\..\game\server\hl2;..\..\game\shared\Mod;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>LUABIND_NO_EXCEPTIONS;LUABIND_DYNAMIC_LINK;WIN32;_WIN32;_DEBUG;DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;GAME_DLL;VECTOR;PROTECTED_THINGS_ENABLE;fopen=dont_use_fopen;sprintf=use_Q_snprintf_instead_of_sprintf;strncpy=use_Q_strncpy_instead;_snprintf=use_Q_snprintf_instead;SDK_DLL;USES_SAVERESTORE;VERSION_SAFE_STEAM_API_INTERFACES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <StringPooling>true</StringPooling>
      <MinimalRebuild>true</MinimalRebuild>
      <ExceptionHandling>
      </ExceptionHandling>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <FloatingPointModel>Fast</FloatingPointModel>
      <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
      <RuntimeTypeInfo>true</RuntimeTypeInfo>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>cbase.h</PrecompiledHeaderFile>
      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
      <GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
      <BrowseInformation>
      </BrowseInformation>
      <BrowseInformationFile>$(IntDir)</BrowseInformationFile>
      <WarningLevel>Level4</WarningLevel>
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
      <CompileAs>CompileAsCpp</CompileAs>
      <ErrorReporting>Prompt</ErrorReporting>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Link>
      <AdditionalDependencies>winmm.lib;lua5.1.lib;luabind.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <ShowProgress>NotSet</ShowProgress>
      <OutputFile>$(OutDir)Server.dll</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <AdditionalLibraryDirectories>..\..\luminous_third_libs\luabind\lib;..\..\lib\common;..\..\lib\public;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <IgnoreSpecificDefaultLibraries>libc;libcd;libcmtd;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
      <GenerateMapFile>true</GenerateMapFile>
      <MapFileName>$(IntDir)$(TargetName).map</MapFileName>
      <SubSystem>Windows</SubSystem>
      <BaseAddress>
      </BaseAddress>
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
      <DataExecutionPrevention>
      </DataExecutionPrevention>
      <TargetMachine>MachineX86</TargetMachine>
      <LinkErrorReporting>PromptImmediately</LinkErrorReporting>
    </Link>
    <Manifest>
      <SuppressStartupBanner>true</SuppressStartupBanner>
    </Manifest>
    <Xdcmake>
      <SuppressStartupBanner>true</SuppressStartupBanner>
    </Xdcmake>
    <Bscmake>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <OutputFile>$(OutDir)Server.bsc</OutputFile>
    </Bscmake>
    <PostBuildEvent>
      <Command>
      </Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <PreBuildEvent>
      <Command>
      </Command>
    </PreBuildEvent>
    <CustomBuildStep>
      <Message>Copying server to game folder</Message>
      <Command>..\..\luminous_scripts\CopyBinaries\CopyBinaries.exe release_server "C:\Program Files\Steam\steamapps\sourcemods\luminousforts"</Command>
      <Outputs>..\..\game_obj\release_server.txt</Outputs>
      <Inputs>$(TargetPath)</Inputs>
    </CustomBuildStep>
    <ClCompile>
      <Optimization>Full</Optimization>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <WholeProgramOptimization>true</WholeProgramOptimization>
      <AdditionalIncludeDirectories>..\..\game\server\Mod_Lua;..\..\luminous_third_libs\luabind\include;..\..\common;..\..\public;..\..\public\tier0;..\..\public\tier1;.\;..\..\game\shared;..\..\utils\common;..\..\game\shared\sdk;..\..\game\shared\hl2mp;..\..\game\shared\hl2;..\..\game\server\hl2;..\..\game\server\Mod;..\..\game\shared\Mod;.\sdk;..\..\game\shared\Multiplayer;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>WIN32;_WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;GAME_DLL;VECTOR;PROTECTED_THINGS_ENABLE;fopen=dont_use_fopen;sprintf=use_Q_snprintf_instead_of_sprintf;strncpy=use_Q_strncpy_instead;_snprintf=use_Q_snprintf_instead;SDK_DLL;USES_SAVERESTORE;VERSION_SAFE_STEAM_API_INTERFACES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <StringPooling>true</StringPooling>
      <ExceptionHandling>
      </ExceptionHandling>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
      <FloatingPointModel>Fast</FloatingPointModel>
      <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
      <RuntimeTypeInfo>true</RuntimeTypeInfo>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>cbase.h</PrecompiledHeaderFile>
      <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
      <GenerateXMLDocumentationFiles>false</GenerateXMLDocumentationFiles>
      <BrowseInformation>
      </BrowseInformation>
      <BrowseInformationFile>$(IntDir)</BrowseInformationFile>
      <WarningLevel>Level4</WarningLevel>
      <DebugInformationFormat>
      </DebugInformationFormat>
      <CompileAs>CompileAsCpp</CompileAs>
      <ErrorReporting>Prompt</ErrorReporting>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Link>
      <AdditionalDependencies>winmm.lib;lua5.1.lib;luabind.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <ShowProgress>NotSet</ShowProgress>
      <OutputFile>$(OutDir)server.dll</OutputFile>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <AdditionalLibraryDirectories>..\..\luminous_third_libs\luabind\lib;..\..\lib\common;..\..\lib\public;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <IgnoreSpecificDefaultLibraries>libc;libcd;libcmtd;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
      <GenerateDebugInformation>false</GenerateDebugInformation>
      <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
      <GenerateMapFile>true</GenerateMapFile>
      <MapFileName>$(IntDir)$(TargetName).map</MapFileName>
      <SubSystem>Windows</SubSystem>
      <OptimizeReferences>true</OptimizeReferences>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
      <BaseAddress>
      </BaseAddress>
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
      <DataExecutionPrevention>
      </DataExecutionPrevention>
      <TargetMachine>MachineX86</TargetMachine>
      <LinkErrorReporting>PromptImmediately</LinkErrorReporting>
    </Link>
    <Manifest>
      <SuppressStartupBanner>true</SuppressStartupBanner>
    </Manifest>
    <Xdcmake>
      <SuppressStartupBanner>true</SuppressStartupBanner>
    </Xdcmake>
    <Bscmake>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <OutputFile>$(OutDir)Server.bsc</OutputFile>
    </Bscmake>
    <PostBuildEvent>
      <Command>
      </Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\shared\activitylist.cpp" />
    <ClCompile Include="..\shared\animation.cpp" />
    <ClCompile Include="..\shared\base_playeranimstate.cpp" />
    <ClCompile Include="..\shared\Mod\Classic_SharedDefs.cpp" />
    <ClCompile Include="..\shared\Mod\Dom_CaptureArea.cpp" />
    <ClCompile Include="..\shared\Mod\Dom_GameRules.cpp" />
    <ClCompile Include="..\shared\Mod\FileConfig.cpp" />
    <ClCompile Include="..\shared\Mod\SF132_WPN_Physcannon.cpp" />
    <ClCompile Include="..\shared\Mod\SharedMessage.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_BuildCannon.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_CombatCannon.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_EngineerFrag.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_ImpactGL.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_QuickPistol.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_Smoke.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_SubMachineGun.cpp" />
    <ClCompile Include="base_transmit_proxy.cpp" />
    <ClCompile Include="baseflex.cpp" />
    <ClCompile Include="..\shared\baseparticleentity.cpp" />
    <ClCompile Include="baseviewmodel.cpp" />
    <ClCompile Include="..\shared\baseviewmodel_shared.cpp" />
    <ClCompile Include="bitstring.cpp" />
    <ClCompile Include="bmodels.cpp" />
    <ClCompile Include="cbase.cpp" />
    <ClCompile Include="client.cpp" />
    <ClCompile Include="..\shared\collisionproperty.cpp" />
    <ClCompile Include="..\..\public\collisionutils.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="controlentities.cpp" />
    <ClCompile Include="damagemodifier.cpp" />
    <ClCompile Include="..\shared\debugoverlay_shared.cpp" />
    <ClCompile Include="..\shared\decals.cpp" />
    <ClCompile Include="doors.cpp" />
    <ClCompile Include="..\..\public\dt_send.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\..\public\dt_utlvector_common.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\..\public\dt_utlvector_send.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="dynamiclight.cpp" />
    <ClCompile Include="..\..\public\editor_sendcommand.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\shared\effect_dispatch_data.cpp" />
    <ClCompile Include="effects.cpp" />
    <ClCompile Include="EffectsServer.cpp" />
    <ClCompile Include="..\shared\ehandle.cpp" />
    <ClCompile Include="entityblocker.cpp" />
    <ClCompile Include="EntityDissolve.cpp" />
    <ClCompile Include="EntityFlame.cpp" />
    <ClCompile Include="entitylist.cpp" />
    <ClCompile Include="..\shared\entitylist_base.cpp" />
    <ClCompile Include="EntityParticleTrail.cpp" />
    <ClCompile Include="..\shared\EntityParticleTrail_Shared.cpp" />
    <ClCompile Include="envmicrophone.cpp" />
    <ClCompile Include="EnvShake.cpp" />
    <ClCompile Include="EnvSpark.cpp" />
    <ClCompile Include="..\shared\eventlist.cpp" />
    <ClCompile Include="EventLog.cpp" />
    <ClCompile Include="explode.cpp" />
    <ClCompile Include="..\..\public\filesystem_helpers.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="filters.cpp" />
    <ClCompile Include="fourwheelvehiclephysics.cpp" />
    <ClCompile Include="GameStats_BasicStatsFunctions.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\shared\gamestringpool.cpp" />
    <ClCompile Include="gametrace_dll.cpp" />
    <ClCompile Include="..\shared\gamevars_shared.cpp" />
    <ClCompile Include="gameweaponmanager.cpp" />
    <ClCompile Include="genericactor.cpp" />
    <ClCompile Include="genericmonster.cpp" />
    <ClCompile Include="gib.cpp" />
    <ClCompile Include="globals.cpp" />
    <ClCompile Include="globalstate.cpp" />
    <ClCompile Include="grenadethrown.cpp" />
    <ClCompile Include="guntarget.cpp" />
    <ClCompile Include="h_ai.cpp" />
    <ClCompile Include="h_cycler.cpp" />
    <ClCompile Include="h_export.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="hierarchy.cpp" />
    <ClCompile Include="..\shared\hintmessage.cpp" />
    <ClCompile Include="..\shared\hintsystem.cpp" />
    <ClCompile Include="hltvdirector.cpp" />
    <ClCompile Include="..\shared\igamesystem.cpp" />
    <ClCompile Include="info_camera_link.cpp" />
    <ClCompile Include="info_overlay_accessor.cpp" />
    <ClCompile Include="init_factory.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="intermission.cpp" />
    <ClCompile Include="..\..\public\interpolatortypes.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\shared\interval.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="item_world.cpp" />
    <ClCompile Include="..\..\public\keyframe\keyframe.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="lightglow.cpp" />
    <ClCompile Include="lights.cpp" />
    <ClCompile Include="logic_achievement.cpp" />
    <ClCompile Include="logic_measure_movement.cpp" />
    <ClCompile Include="logic_navigation.cpp" />
    <ClCompile Include="logicauto.cpp" />
    <ClCompile Include="logicentities.cpp" />
    <ClCompile Include="logicrelay.cpp" />
    <ClCompile Include="..\..\public\map_utils.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="mapentities.cpp" />
    <ClCompile Include="..\shared\mapentities_shared.cpp" />
    <ClCompile Include="MaterialModifyControl.cpp" />
    <ClCompile Include="..\..\public\tier0\memoverride.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="message_entity.cpp" />
    <ClCompile Include="modelentities.cpp" />
    <ClCompile Include="..\shared\ModelSoundsCache.cpp" />
    <ClCompile Include="Mod\CMapCopyright.cpp" />
    <ClCompile Include="Mod\CustomBlockManager.cpp" />
    <ClCompile Include="Mod\CustomHudControl.cpp" />
    <ClCompile Include="Mod\Dom_CaptureZone.cpp" />
    <ClCompile Include="Mod\Lua_Console.cpp" />
    <ClCompile Include="Mod\Lua_Main.cpp" />
    <ClCompile Include="Mod\Lua_Util.cpp" />
    <ClCompile Include="Mod\Proj_EngineerGrenade.cpp" />
    <ClCompile Include="Mod\Proj_Missile.cpp" />
    <ClCompile Include="Mod\ReverseCaptureTheFlag.cpp" />
    <ClCompile Include="Mod\ServerTags.cpp" />
    <ClCompile Include="movehelper_server.cpp" />
    <ClCompile Include="movement.cpp" />
    <ClCompile Include="..\shared\movevars_shared.cpp" />
    <ClCompile Include="..\shared\mp_shareddefs.cpp" />
    <ClCompile Include="ndebugoverlay.cpp" />
    <ClCompile Include="..\..\public\networkvar.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="npc_vehicledriver.cpp" />
    <ClCompile Include="..\shared\obstacle_pushaway.cpp" />
    <ClCompile Include="pathcorner.cpp" />
    <ClCompile Include="pathtrack.cpp" />
    <ClCompile Include="..\shared\playerclass_info_parse.cpp" />
    <ClCompile Include="playerlocaldata.cpp" />
    <ClCompile Include="plugin_check.cpp" />
    <ClCompile Include="PointAngularVelocitySensor.cpp" />
    <ClCompile Include="pointhurt.cpp" />
    <ClCompile Include="pointteleport.cpp" />
    <ClCompile Include="..\shared\precache_register.cpp" />
    <ClCompile Include="..\shared\predictableid.cpp" />
    <ClCompile Include="..\shared\predicted_viewmodel.cpp" />
    <ClCompile Include="props.cpp" />
    <ClCompile Include="..\shared\props_shared.cpp" />
    <ClCompile Include="ragdoll_manager.cpp" />
    <ClCompile Include="..\shared\ragdoll_shared.cpp" />
    <ClCompile Include="RagdollBoogie.cpp" />
    <ClCompile Include="..\..\common\randoverride.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="recipientfilter.cpp" />
    <ClCompile Include="..\..\public\registry.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\shared\saverestore.cpp" />
    <ClCompile Include="saverestore_gamedll.cpp" />
    <ClCompile Include="..\shared\SceneCache.cpp" />
    <ClCompile Include="sceneentity.cpp" />
    <ClCompile Include="..\shared\sceneentity_shared.cpp" />
    <ClCompile Include="..\..\public\scratchpad3d.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="scratchpad_gamedll_helpers.cpp" />
    <ClCompile Include="..\..\public\ScratchPadUtils.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="scripted.cpp" />
    <ClCompile Include="scriptedtarget.cpp" />
    <ClCompile Include="sendproxy.cpp" />
    <ClCompile Include="..\shared\sequence_Transitioner.cpp" />
    <ClCompile Include="..\..\public\server_class.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="serverbenchmark_base.cpp" />
    <ClCompile Include="ServerNetworkProperty.cpp" />
    <ClCompile Include="shadowcontrol.cpp" />
    <ClCompile Include="..\..\public\simple_physics.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\shared\simtimer.cpp" />
    <ClCompile Include="..\shared\singleplay_gamerules.cpp" />
    <ClCompile Include="SkyCamera.cpp" />
    <ClCompile Include="slideshow_display.cpp" />
    <ClCompile Include="sound.cpp" />
    <ClCompile Include="..\shared\SoundEmitterSystem.cpp" />
    <ClCompile Include="soundent.cpp" />
    <ClCompile Include="..\shared\soundenvelope.cpp" />
    <ClCompile Include="..\..\public\SoundParametersInternal.cpp" />
    <ClCompile Include="soundscape.cpp" />
    <ClCompile Include="soundscape_system.cpp" />
    <ClCompile Include="spotlightend.cpp" />
    <ClCompile Include="..\shared\Sprite.cpp" />
    <ClCompile Include="sprite_perfmonitor.cpp" />
    <ClCompile Include="..\..\public\stringregistry.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\..\public\studio.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\shared\studio_shared.cpp" />
    <ClCompile Include="subs.cpp" />
    <ClCompile Include="sun.cpp" />
    <ClCompile Include="..\shared\takedamageinfo.cpp" />
    <ClCompile Include="tanktrain.cpp" />
    <ClCompile Include="TemplateEntities.cpp" />
    <ClCompile Include="tempmonster.cpp" />
    <ClCompile Include="tesla.cpp" />
    <ClCompile Include="..\shared\test_ehandle.cpp" />
    <ClCompile Include="test_proxytoggle.cpp" />
    <ClCompile Include="test_stressentities.cpp" />
    <ClCompile Include="testfunctions.cpp" />
    <ClCompile Include="testtraceline.cpp" />
    <ClCompile Include="textstatsmgr.cpp" />
    <ClCompile Include="timedeventmgr.cpp" />
    <ClCompile Include="trains.cpp" />
    <ClCompile Include="triggers.cpp" />
    <ClCompile Include="..\shared\usercmd.cpp" />
    <ClCompile Include="util.cpp" />
    <ClCompile Include="..\shared\util_shared.cpp" />
    <ClCompile Include="variant_t.cpp" />
    <ClCompile Include="vehicle_base.cpp" />
    <ClCompile Include="vehicle_baseserver.cpp" />
    <ClCompile Include="vehicle_choreo_generic.cpp" />
    <ClCompile Include="..\shared\vehicle_viewblend_shared.cpp" />
    <ClCompile Include="vguiscreen.cpp" />
    <ClCompile Include="..\shared\voice_gamemgr.cpp" />
    <ClCompile Include="waterbullet.cpp" />
    <ClCompile Include="WaterLODControl.cpp" />
    <ClCompile Include="wcedit.cpp" />
    <ClCompile Include="..\shared\weapon_parse.cpp" />
    <ClCompile Include="..\shared\weapon_proficiency.cpp" />
    <ClCompile Include="weight_button.cpp" />
    <ClCompile Include="world.cpp" />
    <ClCompile Include="ai_activity.cpp" />
    <ClCompile Include="ai_baseactor.cpp" />
    <ClCompile Include="ai_basehumanoid.cpp" />
    <ClCompile Include="ai_basenpc.cpp" />
    <ClCompile Include="ai_basenpc_movement.cpp" />
    <ClCompile Include="ai_basenpc_physicsflyer.cpp" />
    <ClCompile Include="ai_basenpc_schedule.cpp" />
    <ClCompile Include="ai_basenpc_squad.cpp" />
    <ClCompile Include="ai_behavior.cpp" />
    <ClCompile Include="ai_behavior_assault.cpp" />
    <ClCompile Include="ai_behavior_fear.cpp" />
    <ClCompile Include="ai_behavior_follow.cpp" />
    <ClCompile Include="ai_behavior_lead.cpp" />
    <ClCompile Include="ai_behavior_rappel.cpp" />
    <ClCompile Include="ai_behavior_standoff.cpp" />
    <ClCompile Include="ai_blended_movement.cpp" />
    <ClCompile Include="ai_concommands.cpp" />
    <ClCompile Include="ai_condition.cpp" />
    <ClCompile Include="AI_Criteria.cpp" />
    <ClCompile Include="ai_default.cpp" />
    <ClCompile Include="ai_dynamiclink.cpp" />
    <ClCompile Include="ai_event.cpp" />
    <ClCompile Include="ai_eventresponse.cpp" />
    <ClCompile Include="ai_goalentity.cpp" />
    <ClCompile Include="ai_hint.cpp" />
    <ClCompile Include="ai_hull.cpp" />
    <ClCompile Include="ai_initutils.cpp" />
    <ClCompile Include="AI_Interest_Target.cpp" />
    <ClCompile Include="ai_link.cpp" />
    <ClCompile Include="ai_localnavigator.cpp" />
    <ClCompile Include="ai_looktarget.cpp" />
    <ClCompile Include="ai_memory.cpp" />
    <ClCompile Include="ai_motor.cpp" />
    <ClCompile Include="ai_moveprobe.cpp" />
    <ClCompile Include="ai_moveshoot.cpp" />
    <ClCompile Include="ai_movesolver.cpp" />
    <ClCompile Include="ai_namespaces.cpp" />
    <ClCompile Include="ai_navigator.cpp" />
    <ClCompile Include="ai_network.cpp" />
    <ClCompile Include="ai_networkmanager.cpp" />
    <ClCompile Include="ai_node.cpp" />
    <ClCompile Include="ai_pathfinder.cpp" />
    <ClCompile Include="ai_planesolver.cpp" />
    <ClCompile Include="ai_playerally.cpp" />
    <ClCompile Include="ai_relationship.cpp" />
    <ClCompile Include="AI_ResponseSystem.cpp" />
    <ClCompile Include="ai_route.cpp" />
    <ClCompile Include="ai_saverestore.cpp" />
    <ClCompile Include="ai_schedule.cpp" />
    <ClCompile Include="ai_scriptconditions.cpp" />
    <ClCompile Include="ai_senses.cpp" />
    <ClCompile Include="ai_sentence.cpp" />
    <ClCompile Include="ai_speech.cpp" />
    <ClCompile Include="ai_speechfilter.cpp" />
    <ClCompile Include="ai_squad.cpp" />
    <ClCompile Include="ai_squadslot.cpp" />
    <ClCompile Include="ai_tacticalservices.cpp" />
    <ClCompile Include="ai_task.cpp" />
    <ClCompile Include="ai_trackpather.cpp" />
    <ClCompile Include="ai_utils.cpp" />
    <ClCompile Include="ai_waypoint.cpp" />
    <ClCompile Include="nav_area.cpp" />
    <ClCompile Include="nav_colors.cpp" />
    <ClCompile Include="nav_edit.cpp" />
    <ClCompile Include="nav_file.cpp" />
    <ClCompile Include="nav_generate.cpp" />
    <ClCompile Include="nav_ladder.cpp" />
    <ClCompile Include="nav_mesh.cpp" />
    <ClCompile Include="nav_node.cpp" />
    <ClCompile Include="..\shared\Multiplayer\multiplayer_animstate.cpp" />
    <ClCompile Include="..\shared\achievement_saverestore.cpp" />
    <ClCompile Include="..\shared\achievementmgr.cpp" />
    <ClCompile Include="..\shared\achievements_hlx.cpp" />
    <ClCompile Include="..\shared\baseachievement.cpp" />
    <ClCompile Include="env_debughistory.cpp" />
    <ClCompile Include="..\shared\env_detail_controller.cpp" />
    <ClCompile Include="env_effectsscript.cpp" />
    <ClCompile Include="env_entity_maker.cpp" />
    <ClCompile Include="env_particlescript.cpp" />
    <ClCompile Include="env_player_surface_trigger.cpp" />
    <ClCompile Include="env_projectedtexture.cpp" />
    <ClCompile Include="env_screenoverlay.cpp" />
    <ClCompile Include="env_texturetoggle.cpp" />
    <ClCompile Include="env_tonemap_controller.cpp" />
    <ClCompile Include="..\shared\env_wind_shared.cpp" />
    <ClCompile Include="env_zoom.cpp" />
    <ClCompile Include="EnvBeam.cpp" />
    <ClCompile Include="EnvFade.cpp" />
    <ClCompile Include="EnvHudHint.cpp" />
    <ClCompile Include="EnvLaser.cpp" />
    <ClCompile Include="EnvMessage.cpp" />
    <ClCompile Include="phys_controller.cpp" />
    <ClCompile Include="physconstraint.cpp" />
    <ClCompile Include="physics.cpp" />
    <ClCompile Include="physics_bone_follower.cpp" />
    <ClCompile Include="physics_cannister.cpp" />
    <ClCompile Include="physics_fx.cpp" />
    <ClCompile Include="physics_impact_damage.cpp" />
    <ClCompile Include="physics_main.cpp" />
    <ClCompile Include="..\shared\physics_main_shared.cpp" />
    <ClCompile Include="physics_npc_solver.cpp" />
    <ClCompile Include="physics_prop_ragdoll.cpp" />
    <ClCompile Include="..\shared\physics_saverestore.cpp" />
    <ClCompile Include="..\shared\physics_shared.cpp" />
    <ClCompile Include="physobj.cpp" />
    <ClCompile Include="baseanimating.cpp" />
    <ClCompile Include="BaseAnimatingOverlay.cpp" />
    <ClCompile Include="baseentity.cpp" />
    <ClCompile Include="..\shared\baseentity_shared.cpp" />
    <ClCompile Include="gameinterface.cpp" />
    <ClCompile Include="..\shared\gamemovement.cpp" />
    <ClCompile Include="..\shared\gamerules.cpp" />
    <ClCompile Include="..\shared\multiplay_gamerules.cpp" />
    <ClCompile Include="team.cpp" />
    <ClCompile Include="team_spawnpoint.cpp" />
    <ClCompile Include="..\shared\teamplay_gamerules.cpp" />
    <ClCompile Include="..\shared\ammodef.cpp" />
    <ClCompile Include="basecombatweapon.cpp" />
    <ClCompile Include="..\shared\basecombatweapon_shared.cpp" />
    <ClCompile Include="basegrenade_concussion.cpp" />
    <ClCompile Include="basegrenade_contact.cpp" />
    <ClCompile Include="..\shared\basegrenade_shared.cpp" />
    <ClCompile Include="basegrenade_timed.cpp" />
    <ClCompile Include="basecombatcharacter.cpp" />
    <ClCompile Include="..\shared\basecombatcharacter_shared.cpp" />
    <ClCompile Include="basemultiplayerplayer.cpp" />
    <ClCompile Include="..\shared\baseplayer_shared.cpp" />
    <ClCompile Include="player.cpp" />
    <ClCompile Include="player_command.cpp" />
    <ClCompile Include="player_lagcompensation.cpp" />
    <ClCompile Include="player_pickup.cpp" />
    <ClCompile Include="player_resource.cpp" />
    <ClCompile Include="..\shared\beam_shared.cpp" />
    <ClCompile Include="buttons.cpp" />
    <ClCompile Include="game.cpp" />
    <ClCompile Include="game_ui.cpp" />
    <ClCompile Include="gamehandle.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\shared\gamerules_register.cpp" />
    <ClCompile Include="..\shared\GameStats.cpp" />
    <ClCompile Include="..\..\public\bone_setup.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="colorcorrection.cpp" />
    <ClCompile Include="colorcorrectionvolume.cpp" />
    <ClCompile Include="CommentarySystem.cpp" />
    <ClCompile Include="cplane.cpp" />
    <ClCompile Include="CRagdollMagnet.cpp" />
    <ClCompile Include="..\shared\death_pose.cpp" />
    <ClCompile Include="fire.cpp" />
    <ClCompile Include="fire_smoke.cpp" />
    <ClCompile Include="fish.cpp" />
    <ClCompile Include="fogcontroller.cpp" />
    <ClCompile Include="..\shared\point_bonusmaps_accessor.cpp" />
    <ClCompile Include="point_camera.cpp" />
    <ClCompile Include="point_devshot_camera.cpp" />
    <ClCompile Include="point_playermoveconstraint.cpp" />
    <ClCompile Include="..\shared\point_posecontroller.cpp" />
    <ClCompile Include="point_spotlight.cpp" />
    <ClCompile Include="point_template.cpp" />
    <ClCompile Include="pointanglesensor.cpp" />
    <ClCompile Include="func_areaportal.cpp" />
    <ClCompile Include="func_areaportalbase.cpp" />
    <ClCompile Include="func_areaportalwindow.cpp" />
    <ClCompile Include="func_break.cpp" />
    <ClCompile Include="func_breakablesurf.cpp" />
    <ClCompile Include="func_dust.cpp" />
    <ClCompile Include="..\shared\func_ladder.cpp" />
    <ClCompile Include="func_ladder_endpoint.cpp" />
    <ClCompile Include="func_lod.cpp" />
    <ClCompile Include="func_movelinear.cpp" />
    <ClCompile Include="func_occluder.cpp" />
    <ClCompile Include="func_reflective_glass.cpp" />
    <ClCompile Include="func_smokevolume.cpp" />
    <ClCompile Include="particle_light.cpp" />
    <ClCompile Include="..\shared\particle_parse.cpp" />
    <ClCompile Include="particle_system.cpp" />
    <ClCompile Include="..\shared\particlesystemquery.cpp" />
    <ClCompile Include="basetempentity.cpp" />
    <ClCompile Include="event_tempentity_tester.cpp" />
    <ClCompile Include="movie_explosion.cpp" />
    <ClCompile Include="particle_fire.cpp" />
    <ClCompile Include="particle_smokegrenade.cpp" />
    <ClCompile Include="plasma.cpp" />
    <ClCompile Include="smoke_trail.cpp" />
    <ClCompile Include="smokestack.cpp" />
    <ClCompile Include="..\shared\SpriteTrail.cpp" />
    <ClCompile Include="steamjet.cpp" />
    <ClCompile Include="te.cpp" />
    <ClCompile Include="te_armorricochet.cpp" />
    <ClCompile Include="te_basebeam.cpp" />
    <ClCompile Include="te_beamentpoint.cpp" />
    <ClCompile Include="te_beaments.cpp" />
    <ClCompile Include="te_beamfollow.cpp" />
    <ClCompile Include="te_beamlaser.cpp" />
    <ClCompile Include="te_beampoints.cpp" />
    <ClCompile Include="te_beamring.cpp" />
    <ClCompile Include="te_beamringpoint.cpp" />
    <ClCompile Include="te_beamspline.cpp" />
    <ClCompile Include="te_bloodsprite.cpp" />
    <ClCompile Include="te_bloodstream.cpp" />
    <ClCompile Include="te_breakmodel.cpp" />
    <ClCompile Include="te_bspdecal.cpp" />
    <ClCompile Include="te_bubbles.cpp" />
    <ClCompile Include="te_bubbletrail.cpp" />
    <ClCompile Include="te_clientprojectile.cpp" />
    <ClCompile Include="te_decal.cpp" />
    <ClCompile Include="te_dynamiclight.cpp" />
    <ClCompile Include="te_effect_dispatch.cpp" />
    <ClCompile Include="te_energysplash.cpp" />
    <ClCompile Include="te_explosion.cpp" />
    <ClCompile Include="te_fizz.cpp" />
    <ClCompile Include="te_footprintdecal.cpp" />
    <ClCompile Include="te_glassshatter.cpp" />
    <ClCompile Include="te_glowsprite.cpp" />
    <ClCompile Include="te_impact.cpp" />
    <ClCompile Include="te_killplayerattachments.cpp" />
    <ClCompile Include="te_largefunnel.cpp" />
    <ClCompile Include="te_muzzleflash.cpp" />
    <ClCompile Include="te_particlesystem.cpp" />
    <ClCompile Include="te_physicsprop.cpp" />
    <ClCompile Include="te_playerdecal.cpp" />
    <ClCompile Include="te_projecteddecal.cpp" />
    <ClCompile Include="te_showline.cpp" />
    <ClCompile Include="te_smoke.cpp" />
    <ClCompile Include="te_sparks.cpp" />
    <ClCompile Include="te_sprite.cpp" />
    <ClCompile Include="te_spritespray.cpp" />
    <ClCompile Include="te_worlddecal.cpp" />
    <ClCompile Include="..\shared\usermessages.cpp" />
    <ClCompile Include="rope.cpp" />
    <ClCompile Include="..\shared\rope_helpers.cpp" />
    <ClCompile Include="..\..\public\rope_physics.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      </PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      </PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="entity_tools_server.cpp" />
    <ClCompile Include="toolframework_server.cpp" />
    <ClCompile Include="playerinfomanager.cpp" />
    <ClCompile Include="stdafx.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="..\shared\Mod\SharedGlobals.cpp" />
    <ClCompile Include="..\shared\Mod\SharedModCvars.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_MedShotgun.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_Railgun.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_AirGun.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_ConcGrenade.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_GrenadeLauncher.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_RocketLauncher.cpp" />
    <ClCompile Include="Mod\Proj_Beacon.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_Beacon.cpp" />
    <ClCompile Include="Mod\Proj_Orb.cpp" />
    <ClCompile Include="..\shared\Mod\WPN_OrbitCannon.cpp" />
    <ClCompile Include="..\shared\Mod\BalanceMacros.cpp" />
    <ClCompile Include="Mod\GameRuleMaker.cpp" />
    <ClCompile Include="Mod\CPhaseControl.cpp" />
    <ClCompile Include="Mod\ServerCommands.cpp" />
    <ClCompile Include="Mod\ServerGlobals.cpp" />
    <ClCompile Include="Mod\CAmmoCrateClassic.cpp" />
    <ClCompile Include="Mod\CBlockClassic.cpp" />
    <ClCompile Include="Mod\CBlockSpawnerClassic.cpp" />
    <ClCompile Include="Mod\CChargersClassic.cpp" />
    <ClCompile Include="Mod\CDisposerClassic.cpp" />
    <ClCompile Include="Mod\CFlagClassic.cpp" />
    <ClCompile Include="Mod\CFlagZoneClassic.cpp" />
    <ClCompile Include="..\shared\Mod\ClassicCommands.cpp" />
    <ClCompile Include="..\shared\Mod\MiscCvars.cpp" />
    <ClCompile Include="..\shared\Mod\ClassicGameRules.cpp" />
    <ClCompile Include="Mod\BuildOnlyButton.cpp" />
    <ClCompile Include="Mod\CAmmoCrate.cpp" />
    <ClCompile Include="Mod\CArmorCharger.cpp" />
    <ClCompile Include="Mod\CBlockBase.cpp" />
    <ClCompile Include="Mod\CDispenserBase.cpp" />
    <ClCompile Include="Mod\CFlagBase.cpp" />
    <ClCompile Include="Mod\HealthChargers.cpp" />
    <ClCompile Include="Mod\CBlockDissolver.cpp" />
    <ClCompile Include="Mod\CBlockSpawner.cpp" />
    <ClCompile Include="Mod\CGameControl.cpp" />
    <ClCompile Include="Mod\CSpawnPoint.cpp" />
    <ClCompile Include="Mod\CDisposerBase.cpp" />
    <ClCompile Include="Mod\CFlagZoneBase.cpp" />
    <ClCompile Include="Mod\CNoFreezeBase.cpp" />
    <ClCompile Include="..\shared\Mod\CSpawnDoorBasic.cpp" />
    <ClCompile Include="Mod\CModPlayer.cpp" />
    <ClCompile Include="..\shared\Mod\CModPlayerShared.cpp" />
    <ClCompile Include="Mod\SF132_Blocks.cpp" />
    <ClCompile Include="Mod\SF132_Flag.cpp" />
    <ClCompile Include="Mod\SF132_GameControl.cpp" />
    <ClCompile Include="..\shared\Mod\SF132_GameRules.cpp" />
    <ClCompile Include="Mod\SF132_ItemRegister.cpp" />
    <ClCompile Include="Mod\SF132_Misc.cpp" />
    <ClCompile Include="..\shared\Mod\SF132_SharedDefs.cpp" />
    <ClCompile Include="..\shared\Mod\SF132_Spawnpoint.cpp" />
    <ClCompile Include="..\shared\Mod\SF132_WPN_Freezer.cpp" />
    <ClCompile Include="Mod\SF194_Ammocrate.cpp" />
    <ClCompile Include="Mod\SF194_Blocks.cpp" />
    <ClCompile Include="Mod\SF194_BlockSpawner.cpp" />
    <ClCompile Include="Mod\SF194_Disposer.cpp" />
    <ClCompile Include="Mod\SF194_Flag.cpp" />
    <ClCompile Include="Mod\SF194_FlagZone.cpp" />
    <ClCompile Include="Mod\SF194_GameControl.cpp" />
    <ClCompile Include="Mod\SF194_NoFreezeZone.cpp" />
    <ClCompile Include="..\shared\Mod\SF194_SpawnPoint.cpp" />
    <ClCompile Include="Mod\CustomBlocks.cpp" />
    <ClCompile Include="Mod\CustomBlockSpawner.cpp" />
    <ClCompile Include="..\shared\Mod\CustomCvars.cpp" />
    <ClCompile Include="Mod\CustomDispenser.cpp" />
    <ClCompile Include="Mod\CustomFlag.cpp" />
    <ClCompile Include="Mod\CustomFlagZone.cpp" />
    <ClCompile Include="..\shared\Mod\CustomGameRules.cpp" />
    <ClCompile Include="..\shared\Mod\CustomManagerGameRules.cpp" />
    <ClCompile Include="Mod\CustomManagerPhases.cpp" />
    <ClCompile Include="Mod\CustomManagerSpawnPoint.cpp" />
    <ClCompile Include="Mod\CustomNoFreeze.cpp" />
    <ClCompile Include="Mod\CustomSpawnPoint.cpp" />
    <ClCompile Include="hl2\grenade_frag.cpp" />
    <ClCompile Include="hl2mp\grenade_satchel.cpp" />
    <ClCompile Include="hl2mp\grenade_tripmine.cpp" />
    <ClCompile Include="..\shared\hl2\hl_gamemovement.cpp" />
    <ClCompile Include="hl2\item_ammo.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_357.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_ar2.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_crossbow.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_frag.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_hl2_pistol.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_hl2_shotgun.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_physcannon.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_rpg.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_slam.cpp" />
    <ClCompile Include="..\shared\hl2mp\weapon_smg1.cpp" />
    <ClCompile Include="sdk\sdk_brushentity.cpp" />
    <ClCompile Include="sdk\sdk_client.cpp" />
    <ClCompile Include="sdk\sdk_env_message.cpp" />
    <ClCompile Include="sdk\sdk_env_sparkler.cpp" />
    <ClCompile Include="sdk\sdk_eventlog.cpp" />
    <ClCompile Include="sdk\sdk_gameinterface.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_gamemovement.cpp" />
    <ClCompile Include="sdk\sdk_logicalentity.cpp" />
    <ClCompile Include="sdk\sdk_modelentity.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_shareddefs.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_usermessages.cpp" />
    <ClCompile Include="sdk\sdk_vehicle_jeep.cpp" />
    <ClCompile Include="sdk\te_firebullets.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_basegrenade_projectile.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_fx_shared.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_weapon_melee.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_weapon_parse.cpp" />
    <ClCompile Include="..\shared\sdk\weapon_basesdkgrenade.cpp" />
    <ClCompile Include="..\shared\sdk\weapon_crowbar.cpp" />
    <ClCompile Include="..\shared\sdk\weapon_grenade.cpp" />
    <ClCompile Include="..\shared\sdk\weapon_mp5.cpp" />
    <ClCompile Include="..\shared\sdk\weapon_pistol.cpp" />
    <ClCompile Include="..\shared\sdk\weapon_sdkbase.cpp" />
    <ClCompile Include="..\shared\sdk\weapon_shotgun.cpp" />
    <ClCompile Include="maprules.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_gamerules.cpp" />
    <ClCompile Include="sdk\sdk_playermove.cpp" />
    <ClCompile Include="sdk\sdk_team.cpp" />
    <ClCompile Include="sdk\sdk_player.cpp" />
    <ClCompile Include="sdk\sdk_player_resource.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_player_shared.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_playeranimstate.cpp" />
    <ClCompile Include="..\shared\sdk\sdk_playerclass_info_parse.cpp" />
    <ClCompile Include="sdk\sdk_bot_temp.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\shared\activitylist.h" />
    <ClInclude Include="..\shared\animation.h" />
    <ClInclude Include="..\shared\Mod\Classic_SharedDefs.h" />
    <ClInclude Include="..\shared\Mod\Dom_CaptureArea.h" />
    <ClInclude Include="..\shared\Mod\Dom_GameRules.h" />
    <ClInclude Include="..\shared\Mod\FileConfig.h" />
    <ClInclude Include="..\shared\Mod\SharedColors.h" />
    <ClInclude Include="..\shared\Mod\SharedMessage.h" />
    <ClInclude Include="..\shared\Mod\WPN_Beacon.h" />
    <ClInclude Include="baseflex.h" />
    <ClInclude Include="..\shared\baseparticleentity.h" />
    <ClInclude Include="BasePropDoor.h" />
    <ClInclude Include="basetoggle.h" />
    <ClInclude Include="baseviewmodel.h" />
    <ClInclude Include="..\shared\baseviewmodel_shared.h" />
    <ClInclude Include="bitstring.h" />
    <ClInclude Include="cbase.h" />
    <ClInclude Include="client.h" />
    <ClInclude Include="..\shared\collisionproperty.h" />
    <ClInclude Include="..\..\public\collisionutils.h" />
    <ClInclude Include="..\shared\debugoverlay_shared.h" />
    <ClInclude Include="doors.h" />
    <ClInclude Include="..\..\public\edict.h" />
    <ClInclude Include="..\..\public\editor_sendcommand.h" />
    <ClInclude Include="..\shared\effect_color_tables.h" />
    <ClInclude Include="effects.h" />
    <ClInclude Include="..\..\public\eiface.h" />
    <ClInclude Include="enginecallback.h" />
    <ClInclude Include="entityapi.h" />
    <ClInclude Include="entityblocker.h" />
    <ClInclude Include="EntityDissolve.h" />
    <ClInclude Include="EntityFlame.h" />
    <ClInclude Include="entityinput.h" />
    <ClInclude Include="entitylist.h" />
    <ClInclude Include="entityoutput.h" />
    <ClInclude Include="EntityParticleTrail.h" />
    <ClInclude Include="..\shared\entityparticletrail_shared.h" />
    <ClInclude Include="envmicrophone.h" />
    <ClInclude Include="..\..\public\event_flags.h" />
    <ClInclude Include="event_tempentity_tester.h" />
    <ClInclude Include="..\shared\eventlist.h" />
    <ClInclude Include="eventqueue.h" />
    <ClInclude Include="explode.h" />
    <ClInclude Include="filters.h" />
    <ClInclude Include="fourwheelvehiclephysics.h" />
    <ClInclude Include="..\shared\gamestringpool.h" />
    <ClInclude Include="..\shared\gamevars_shared.h" />
    <ClInclude Include="gameweaponmanager.h" />
    <ClInclude Include="gib.h" />
    <ClInclude Include="globalstate.h" />
    <ClInclude Include="globalstate_private.h" />
    <ClInclude Include="grenadethrown.h" />
    <ClInclude Include="h_cycler.h" />
    <ClInclude Include="hierarchy.h" />
    <ClInclude Include="..\shared\hintmessage.h" />
    <ClInclude Include="..\shared\hintsystem.h" />
    <ClInclude Include="hltvdirector.h" />
    <ClInclude Include="..\shared\ichoreoeventcallback.h" />
    <ClInclude Include="..\shared\igamesystem.h" />
    <ClInclude Include="info_camera_link.h" />
    <ClInclude Include="init_factory.h" />
    <ClInclude Include="..\..\public\interpolatortypes.h" />
    <ClInclude Include="..\shared\interval.h" />
    <ClInclude Include="..\..\public\iregistry.h" />
    <ClInclude Include="..\shared\iscenetokenprocessor.h" />
    <ClInclude Include="iservervehicle.h" />
    <ClInclude Include="items.h" />
    <ClInclude Include="..\..\public\ivoiceserver.h" />
    <ClInclude Include="..\..\public\keyframe\keyframe.h" />
    <ClInclude Include="lights.h" />
    <ClInclude Include="locksounds.h" />
    <ClInclude Include="..\..\public\MATHLIB.H" />
    <ClInclude Include="..\..\public\model_types.h" />
    <ClInclude Include="Mod\CMapCopyright.h" />
    <ClInclude Include="mod\CustomBlockManager.h" />
    <ClInclude Include="mod\CustomHudControl.h" />
    <ClInclude Include="Mod\Dom_CaptureZone.h" />
    <ClInclude Include="Mod\Lua_Main.h" />
    <ClInclude Include="Mod\PROJ_EngineerGrenade.h" />
    <ClInclude Include="mod\Proj_Missile.h" />
    <ClInclude Include="Mod\ServerTags.h" />
    <ClInclude Include="movehelper_server.h" />
    <ClInclude Include="ndebugoverlay.h" />
    <ClInclude Include="networkstringtable_gamedll.h" />
    <ClInclude Include="..\..\public\networkstringtabledefs.h" />
    <ClInclude Include="..\shared\obstacle_pushaway.h" />
    <ClInclude Include="pathtrack.h" />
    <ClInclude Include="..\..\public\vphysics\performance.h" />
    <ClInclude Include="..\shared\playerclass_info_parse.h" />
    <ClInclude Include="playerlocaldata.h" />
    <ClInclude Include="..\..\public\mathlib\polyhedron.h" />
    <ClInclude Include="..\shared\positionwatcher.h" />
    <ClInclude Include="..\shared\precache_register.h" />
    <ClInclude Include="..\shared\predictableid.h" />
    <ClInclude Include="props.h" />
    <ClInclude Include="..\shared\ragdoll_shared.h" />
    <ClInclude Include="RagdollBoogie.h" />
    <ClInclude Include="recipientfilter.h" />
    <ClInclude Include="..\shared\saverestore.h" />
    <ClInclude Include="..\shared\saverestore_bitstring.h" />
    <ClInclude Include="..\shared\saverestore_utlsymbol.h" />
    <ClInclude Include="..\shared\saverestore_utlvector.h" />
    <ClInclude Include="sceneentity.h" />
    <ClInclude Include="scripted.h" />
    <ClInclude Include="scriptedtarget.h" />
    <ClInclude Include="..\shared\scriptevent.h" />
    <ClInclude Include="..\shared\sdk\sdk_player_shared.h" />
    <ClInclude Include="..\..\public\server_class.h" />
    <ClInclude Include="ServerNetworkProperty.h" />
    <ClInclude Include="..\..\public\shattersurfacetypes.h" />
    <ClInclude Include="..\..\public\simple_physics.h" />
    <ClInclude Include="..\shared\simtimer.h" />
    <ClInclude Include="..\shared\singleplay_gamerules.h" />
    <ClInclude Include="..\shared\solidsetdefaults.h" />
    <ClInclude Include="soundent.h" />
    <ClInclude Include="soundscape.h" />
    <ClInclude Include="spark.h" />
    <ClInclude Include="spotlightend.h" />
    <ClInclude Include="..\shared\Sprite.h" />
    <ClInclude Include="..\shared\SpriteTrail.h" />
    <ClInclude Include="..\..\public\vphysics\stats.h" />
    <ClInclude Include="..\..\steam\steam_api.h" />
    <ClInclude Include="..\..\public\stringregistry.h" />
    <ClInclude Include="..\shared\tempentity.h" />
    <ClInclude Include="TemplateEntities.h" />
    <ClInclude Include="..\shared\touchlink.h" />
    <ClInclude Include="trains.h" />
    <ClInclude Include="triggers.h" />
    <ClInclude Include="util.h" />
    <ClInclude Include="..\shared\vehicle_choreo_generic_shared.h" />
    <ClInclude Include="vehicle_sounds.h" />
    <ClInclude Include="vguiscreen.h" />
    <ClInclude Include="..\..\public\mathlib\vmatrix.h" />
    <ClInclude Include="..\shared\voice_common.h" />
    <ClInclude Include="..\shared\voice_gamemgr.h" />
    <ClInclude Include="waterbullet.h" />
    <ClInclude Include="wcedit.h" />
    <ClInclude Include="..\shared\weapon_parse.h" />
    <ClInclude Include="..\shared\weapon_proficiency.h" />
    <ClInclude Include="world.h" />
    <ClInclude Include="..\shared\ai_activity.h" />
    <ClInclude Include="ai_baseactor.h" />
    <ClInclude Include="ai_basehumanoid.h" />
    <ClInclude Include="ai_basenpc.h" />
    <ClInclude Include="ai_basenpc_physicsflyer.h" />
    <ClInclude Include="ai_behavior.h" />
    <ClInclude Include="ai_behavior_assault.h" />
    <ClInclude Include="ai_behavior_fear.h" />
    <ClInclude Include="ai_behavior_follow.h" />
    <ClInclude Include="ai_behavior_lead.h" />
    <ClInclude Include="ai_behavior_rappel.h" />
    <ClInclude Include="ai_behavior_standoff.h" />
    <ClInclude Include="ai_blended_movement.h" />
    <ClInclude Include="ai_component.h" />
    <ClInclude Include="ai_condition.h" />
    <ClInclude Include="AI_Criteria.h" />
    <ClInclude Include="ai_debug.h" />
    <ClInclude Include="..\shared\ai_debug_shared.h" />
    <ClInclude Include="ai_default.h" />
    <ClInclude Include="ai_dynamiclink.h" />
    <ClInclude Include="ai_eventresponse.h" />
    <ClInclude Include="ai_goalentity.h" />
    <ClInclude Include="ai_hint.h" />
    <ClInclude Include="ai_hull.h" />
    <ClInclude Include="ai_initutils.h" />
    <ClInclude Include="AI_Interest_Target.h" />
    <ClInclude Include="ai_link.h" />
    <ClInclude Include="ai_localnavigator.h" />
    <ClInclude Include="ai_looktarget.h" />
    <ClInclude Include="ai_memory.h" />
    <ClInclude Include="ai_motor.h" />
    <ClInclude Include="ai_moveprobe.h" />
    <ClInclude Include="ai_moveshoot.h" />
    <ClInclude Include="ai_movesolver.h" />
    <ClInclude Include="ai_movetypes.h" />
    <ClInclude Include="ai_namespaces.h" />
    <ClInclude Include="ai_navgoaltype.h" />
    <ClInclude Include="ai_navigator.h" />
    <ClInclude Include="ai_navtype.h" />
    <ClInclude Include="ai_network.h" />
    <ClInclude Include="ai_networkmanager.h" />
    <ClInclude Include="ai_node.h" />
    <ClInclude Include="ai_npcstate.h" />
    <ClInclude Include="ai_obstacle_type.h" />
    <ClInclude Include="ai_pathfinder.h" />
    <ClInclude Include="ai_planesolver.h" />
    <ClInclude Include="ai_playerally.h" />
    <ClInclude Include="AI_ResponseSystem.h" />
    <ClInclude Include="ai_route.h" />
    <ClInclude Include="ai_routedist.h" />
    <ClInclude Include="ai_saverestore.h" />
    <ClInclude Include="ai_schedule.h" />
    <ClInclude Include="ai_scriptconditions.h" />
    <ClInclude Include="ai_senses.h" />
    <ClInclude Include="ai_sentence.h" />
    <ClInclude Include="ai_speech.h" />
    <ClInclude Include="ai_speechfilter.h" />
    <ClInclude Include="ai_squad.h" />
    <ClInclude Include="ai_squadslot.h" />
    <ClInclude Include="ai_tacticalservices.h" />
    <ClInclude Include="ai_task.h" />
    <ClInclude Include="ai_trackpather.h" />
    <ClInclude Include="ai_utils.h" />
    <ClInclude Include="ai_waypoint.h" />
    <ClInclude Include="nav.h" />
    <ClInclude Include="nav_area.h" />
    <ClInclude Include="nav_colors.h" />
    <ClInclude Include="nav_ladder.h" />
    <ClInclude Include="nav_mesh.h" />
    <ClInclude Include="nav_node.h" />
    <ClInclude Include="nav_pathfind.h" />
    <ClInclude Include="..\shared\multiplayer\multiplayer_animstate.h" />
    <ClInclude Include="..\shared\achievement_saverestore.h" />
    <ClInclude Include="..\shared\achievementmgr.h" />
    <ClInclude Include="..\shared\baseachievement.h" />
    <ClInclude Include="env_debughistory.h" />
    <ClInclude Include="env_player_surface_trigger.h" />
    <ClInclude Include="..\shared\env_wind_shared.h" />
    <ClInclude Include="env_zoom.h" />
    <ClInclude Include="EnvLaser.h" />
    <ClInclude Include="EnvMessage.h" />
    <ClInclude Include="phys_controller.h" />
    <ClInclude Include="physics.h" />
    <ClInclude Include="physics_bone_follower.h" />
    <ClInclude Include="physics_collisionevent.h" />
    <ClInclude Include="physics_npc_solver.h" />
    <ClInclude Include="physics_prop_ragdoll.h" />
    <ClInclude Include="..\shared\physics_saverestore.h" />
    <ClInclude Include="..\shared\physics_shared.h" />
    <ClInclude Include="physobj.h" />
    <ClInclude Include="baseanimating.h" />
    <ClInclude Include="BaseAnimatingOverlay.h" />
    <ClInclude Include="baseentity.h" />
    <ClInclude Include="..\shared\baseentity_shared.h" />
    <ClInclude Include="gameinterface.h" />
    <ClInclude Include="..\shared\gamemovement.h" />
    <ClInclude Include="..\shared\gamerules.h" />
    <ClInclude Include="..\shared\multiplay_gamerules.h" />
    <ClInclude Include="team.h" />
    <ClInclude Include="team_spawnpoint.h" />
    <ClInclude Include="..\shared\teamplay_gamerules.h" />
    <ClInclude Include="basecombatweapon.h" />
    <ClInclude Include="..\shared\basecombatweapon_shared.h" />
    <ClInclude Include="..\shared\basegrenade_shared.h" />
    <ClInclude Include="basecombatcharacter.h" />
    <ClInclude Include="basemultiplayerplayer.h" />
    <ClInclude Include="..\shared\baseplayer_shared.h" />
    <ClInclude Include="player.h" />
    <ClInclude Include="player_command.h" />
    <ClInclude Include="player_pickup.h" />
    <ClInclude Include="player_resource.h" />
    <ClInclude Include="..\shared\beam_shared.h" />
    <ClInclude Include="buttons.h" />
    <ClInclude Include="game.h" />
    <ClInclude Include="..\shared\GameStats.h" />
    <ClInclude Include="..\shared\apparent_velocity_helper.h" />
    <ClInclude Include="..\..\public\bone_setup.h" />
    <ClInclude Include="..\shared\choreoactor.h" />
    <ClInclude Include="..\shared\choreochannel.h" />
    <ClInclude Include="..\shared\choreoevent.h" />
    <ClInclude Include="..\shared\choreoscene.h" />
    <ClInclude Include="CRagdollMagnet.h" />
    <ClInclude Include="fire.h" />
    <ClInclude Include="fire_smoke.h" />
    <ClInclude Include="fish.h" />
    <ClInclude Include="..\shared\point_bonusmaps_accessor.h" />
    <ClInclude Include="point_camera.h" />
    <ClInclude Include="..\shared\point_posecontroller.h" />
    <ClInclude Include="point_template.h" />
    <ClInclude Include="func_areaportalbase.h" />
    <ClInclude Include="func_areaportalwindow.h" />
    <ClInclude Include="func_break.h" />
    <ClInclude Include="func_breakablesurf.h" />
    <ClInclude Include="..\shared\func_dust_shared.h" />
    <ClInclude Include="func_movelinear.h" />
    <ClInclude Include="particle_fire.h" />
    <ClInclude Include="particle_light.h" />
    <ClInclude Include="..\shared\particle_parse.h" />
    <ClInclude Include="particle_smokegrenade.h" />
    <ClInclude Include="plasma.h" />
    <ClInclude Include="smoke_trail.h" />
    <ClInclude Include="smokestack.h" />
    <ClInclude Include="steamjet.h" />
    <ClInclude Include="te.h" />
    <ClInclude Include="te_basebeam.h" />
    <ClInclude Include="te_particlesystem.h" />
    <ClInclude Include="rope.h" />
    <ClInclude Include="..\..\public\rope_physics.h" />
    <ClInclude Include="..\..\public\rope_shared.h" />
    <ClInclude Include="..\..\public\mathlib\amd3dx.h" />
    <ClInclude Include="..\shared\ammodef.h" />
    <ClInclude Include="..\shared\base_playeranimstate.h" />
    <ClInclude Include="base_transmit_proxy.h" />
    <ClInclude Include="..\..\public\basehandle.h" />
    <ClInclude Include="basetempentity.h" />
    <ClInclude Include="..\..\public\basetypes.h" />
    <ClInclude Include="..\shared\beam_flags.h" />
    <ClInclude Include="..\..\public\tier1\bitbuf.h" />
    <ClInclude Include="..\..\public\bitvec.h" />
    <ClInclude Include="..\..\public\bone_accessor.h" />
    <ClInclude Include="..\..\public\bspfile.h" />
    <ClInclude Include="..\..\public\bspflags.h" />
    <ClInclude Include="..\..\public\mathlib\bumpvects.h" />
    <ClInclude Include="..\..\public\cache_user.h" />
    <ClInclude Include="..\..\public\tier1\characterset.h" />
    <ClInclude Include="..\..\public\tier1\checksum_md5.h" />
    <ClInclude Include="..\..\public\client_class.h" />
    <ClInclude Include="..\..\public\client_textmessage.h" />
    <ClInclude Include="..\..\public\cmodel.h" />
    <ClInclude Include="..\..\public\vphysics\collision_set.h" />
    <ClInclude Include="..\..\public\Color.h" />
    <ClInclude Include="..\..\public\commonmacros.h" />
    <ClInclude Include="..\..\public\mathlib\compressed_light_cube.h" />
    <ClInclude Include="..\..\public\mathlib\compressed_vector.h" />
    <ClInclude Include="..\..\public\const.h" />
    <ClInclude Include="..\..\public\vphysics\constraints.h" />
    <ClInclude Include="..\..\public\coordsize.h" />
    <ClInclude Include="cplane.h" />
    <ClInclude Include="damagemodifier.h" />
    <ClInclude Include="..\..\public\tier1\datalru.h" />
    <ClInclude Include="..\..\public\datamap.h" />
    <ClInclude Include="..\..\public\tier0\dbg.h" />
    <ClInclude Include="..\shared\death_pose.h" />
    <ClInclude Include="..\shared\decals.h" />
    <ClInclude Include="..\..\public\dlight.h" />
    <ClInclude Include="..\..\public\dt_common.h" />
    <ClInclude Include="..\..\public\dt_recv.h" />
    <ClInclude Include="..\..\public\dt_send.h" />
    <ClInclude Include="..\..\public\dt_utlvector_common.h" />
    <ClInclude Include="..\..\public\dt_utlvector_send.h" />
    <ClInclude Include="..\shared\effect_dispatch_data.h" />
    <ClInclude Include="..\shared\ehandle.h" />
    <ClInclude Include="..\shared\entitydatainstantiator.h" />
    <ClInclude Include="..\shared\entitylist_base.h" />
    <ClInclude Include="..\shared\env_detail_controller.h" />
    <ClInclude Include="EventLog.h" />
    <ClInclude Include="..\shared\expressionsample.h" />
    <ClInclude Include="..\..\public\tier0\fasttimer.h" />
    <ClInclude Include="..\..\public\filesystem.h" />
    <ClInclude Include="..\..\public\filesystem_helpers.h" />
    <ClInclude Include="..\..\public\tier1\fmtstr.h" />
    <ClInclude Include="fogcontroller.h" />
    <ClInclude Include="..\..\public\vphysics\friction.h" />
    <ClInclude Include="..\shared\func_ladder.h" />
    <ClInclude Include="..\shared\gameeventdefs.h" />
    <ClInclude Include="..\shared\GameEventListener.h" />
    <ClInclude Include="..\shared\gamerules_register.h" />
    <ClInclude Include="..\..\public\gametrace.h" />
    <ClInclude Include="globals.h" />
    <ClInclude Include="..\..\public\globalvars_base.h" />
    <ClInclude Include="..\shared\groundlink.h" />
    <ClInclude Include="..\..\public\iachievementmgr.h" />
    <ClInclude Include="..\..\public\appframework\IAppSystem.h" />
    <ClInclude Include="..\..\public\icliententity.h" />
    <ClInclude Include="..\..\public\iclientnetworkable.h" />
    <ClInclude Include="..\..\public\iclientrenderable.h" />
    <ClInclude Include="..\..\public\iclientunknown.h" />
    <ClInclude Include="..\..\public\engine\ICollideable.h" />
    <ClInclude Include="..\..\public\vstdlib\ICommandLine.h" />
    <ClInclude Include="..\..\public\icvar.h" />
    <ClInclude Include="..\shared\IEffects.h" />
    <ClInclude Include="..\..\public\engine\IEngineSound.h" />
    <ClInclude Include="..\..\public\engine\IEngineTrace.h" />
    <ClInclude Include="..\..\public\igameevents.h" />
    <ClInclude Include="..\shared\igamemovement.h" />
    <ClInclude Include="..\..\public\ihandleentity.h" />
    <ClInclude Include="..\..\public\ihltv.h" />
    <ClInclude Include="..\..\public\ihltvdirector.h" />
    <ClInclude Include="..\..\public\vstdlib\IKeyValuesSystem.h" />
    <ClInclude Include="ilagcompensationmanager.h" />
    <ClInclude Include="..\..\public\vgui\ILocalize.h" />
    <ClInclude Include="..\..\public\ImageLoader.h" />
    <ClInclude Include="..\..\public\materialsystem\imaterial.h" />
    <ClInclude Include="..\..\public\materialsystem\imaterialsystem.h" />
    <ClInclude Include="..\..\public\materialsystem\imaterialvar.h" />
    <ClInclude Include="..\shared\imovehelper.h" />
    <ClInclude Include="..\shared\in_buttons.h" />
    <ClInclude Include="..\..\public\inetchannelinfo.h" />
    <ClInclude Include="..\shared\iplayeranimstate.h" />
    <ClInclude Include="..\shared\ipredictionsystem.h" />
    <ClInclude Include="..\..\public\irecipientfilter.h" />
    <ClInclude Include="..\..\public\isaverestore.h" />
    <ClInclude Include="..\..\public\iscratchpad3d.h" />
    <ClInclude Include="..\..\public\iserverentity.h" />
    <ClInclude Include="..\..\public\iservernetworkable.h" />
    <ClInclude Include="..\..\public\iserverunknown.h" />
    <ClInclude Include="..\..\public\SoundEmitterSystem\isoundemittersystembase.h" />
    <ClInclude Include="..\..\public\ispatialpartition.h" />
    <ClInclude Include="..\..\public\engine\IStaticPropMgr.h" />
    <ClInclude Include="..\shared\itempents.h" />
    <ClInclude Include="..\..\public\engine\ivdebugoverlay.h" />
    <ClInclude Include="..\shared\IVehicle.h" />
    <ClInclude Include="..\..\public\engine\IVEngineCache.h" />
    <ClInclude Include="..\..\public\engine\ivmodelinfo.h" />
    <ClInclude Include="..\..\public\tier1\KeyValues.h" />
    <ClInclude Include="..\..\public\tier0\l2cache.h" />
    <ClInclude Include="logicrelay.h" />
    <ClInclude Include="..\..\public\map_utils.h" />
    <ClInclude Include="mapentities.h" />
    <ClInclude Include="..\shared\mapentities_shared.h" />
    <ClInclude Include="..\..\public\tier0\mem.h" />
    <ClInclude Include="..\..\public\tier0\memalloc.h" />
    <ClInclude Include="..\..\public\tier0\memdbgoff.h" />
    <ClInclude Include="..\..\public\tier0\memdbgon.h" />
    <ClInclude Include="modelentities.h" />
    <ClInclude Include="..\shared\movevars_shared.h" />
    <ClInclude Include="..\shared\mp_shareddefs.h" />
    <ClInclude Include="..\..\public\networkvar.h" />
    <ClInclude Include="npc_vehicledriver.h" />
    <ClInclude Include="..\shared\npcevent.h" />
    <ClInclude Include="..\..\public\vphysics\object_hash.h" />
    <ClInclude Include="particle_system.h" />
    <ClInclude Include="physics_cannister.h" />
    <ClInclude Include="physics_fx.h" />
    <ClInclude Include="physics_impact_damage.h" />
    <ClInclude Include="..\..\public\tier0\platform.h" />
    <ClInclude Include="..\..\public\vphysics\player_controller.h" />
    <ClInclude Include="playerinfomanager.h" />
    <ClInclude Include="..\shared\playernet_vars.h" />
    <ClInclude Include="..\..\public\PlayerState.h" />
    <ClInclude Include="..\shared\precipitation_shared.h" />
    <ClInclude Include="..\shared\predictable_entity.h" />
    <ClInclude Include="..\shared\predictioncopy.h" />
    <ClInclude Include="..\..\public\tier1\processor_detect.h" />
    <ClInclude Include="..\shared\props_shared.h" />
    <ClInclude Include="..\..\public\protected_things.h" />
    <ClInclude Include="..\..\public\vstdlib\random.h" />
    <ClInclude Include="..\shared\rope_helpers.h" />
    <ClInclude Include="..\shared\saverestore_stringtable.h" />
    <ClInclude Include="..\shared\saverestore_utlclass.h" />
    <ClInclude Include="..\shared\saverestore_utlmap.h" />
    <ClInclude Include="..\shared\saverestore_utlrbtree.h" />
    <ClInclude Include="..\..\public\saverestoretypes.h" />
    <ClInclude Include="..\..\public\scratchpad3d.h" />
    <ClInclude Include="scratchpad_gamedll_helpers.h" />
    <ClInclude Include="..\..\public\ScratchPadUtils.h" />
    <ClInclude Include="sendproxy.h" />
    <ClInclude Include="..\..\public\shake.h" />
    <ClInclude Include="..\shared\shared_classnames.h" />
    <ClInclude Include="..\shared\shareddefs.h" />
    <ClInclude Include="..\shared\sharedInterface.h" />
    <ClInclude Include="..\shared\shot_manipulator.h" />
    <ClInclude Include="SkyCamera.h" />
    <ClInclude Include="..\..\public\soundchars.h" />
    <ClInclude Include="..\shared\soundenvelope.h" />
    <ClInclude Include="..\..\public\soundflags.h" />
    <ClInclude Include="soundscape_system.h" />
    <ClInclude Include="..\..\public\stdstring.h" />
    <ClInclude Include="..\..\public\string_t.h" />
    <ClInclude Include="..\..\public\tier1\stringpool.h" />
    <ClInclude Include="..\..\public\vstdlib\strtools.h" />
    <ClInclude Include="..\..\public\studio.h" />
    <ClInclude Include="..\shared\sun_shared.h" />
    <ClInclude Include="..\shared\takedamageinfo.h" />
    <ClInclude Include="te_effect_dispatch.h" />
    <ClInclude Include="tesla.h" />
    <ClInclude Include="test_stressentities.h" />
    <ClInclude Include="textstatsmgr.h" />
    <ClInclude Include="..\..\public\texture_group_names.h" />
    <ClInclude Include="timedeventmgr.h" />
    <ClInclude Include="..\shared\usercmd.h" />
    <ClInclude Include="..\shared\usermessages.h" />
    <ClInclude Include="..\shared\util_shared.h" />
    <ClInclude Include="..\..\public\UtlCachedFileData.h" />
    <ClInclude Include="..\..\public\tier1\utldict.h" />
    <ClInclude Include="..\..\public\tier1\utlfixedlinkedlist.h" />
    <ClInclude Include="..\..\public\tier1\utlfixedmemory.h" />
    <ClInclude Include="..\..\public\tier1\utlhash.h" />
    <ClInclude Include="..\..\public\tier1\utllinkedlist.h" />
    <ClInclude Include="..\..\public\tier1\utlmap.h" />
    <ClInclude Include="..\..\public\tier1\utlmemory.h" />
    <ClInclude Include="..\..\public\tier1\utlmultilist.h" />
    <ClInclude Include="..\..\public\tier1\utlpriorityqueue.h" />
    <ClInclude Include="..\..\public\tier1\utlrbtree.h" />
    <ClInclude Include="..\..\public\tier1\UtlSortVector.h" />
    <ClInclude Include="..\..\public\tier1\utlvector.h" />
    <ClInclude Include="..\..\public\vallocator.h" />
    <ClInclude Include="variant_t.h" />
    <ClInclude Include="..\..\public\vcollide.h" />
    <ClInclude Include="..\..\public\vcollide_parse.h" />
    <ClInclude Include="..\..\public\tier0\vcr_shared.h" />
    <ClInclude Include="..\..\public\tier0\vcrmode.h" />
    <ClInclude Include="..\..\public\mathlib\vector.h" />
    <ClInclude Include="..\..\public\mathlib\vector2d.h" />
    <ClInclude Include="..\..\public\mathlib\vector4d.h" />
    <ClInclude Include="vehicle_base.h" />
    <ClInclude Include="vehicle_baseserver.h" />
    <ClInclude Include="..\shared\vehicle_viewblend_shared.h" />
    <ClInclude Include="..\..\public\vphysics\vehicles.h" />
    <ClInclude Include="..\..\public\vgui\VGUI.h" />
    <ClInclude Include="..\..\public\vphysics_interface.h" />
    <ClInclude Include="..\shared\vphysics_sound.h" />
    <ClInclude Include="..\..\public\mathlib\vplane.h" />
    <ClInclude Include="..\..\public\tier0\vprof.h" />
    <ClInclude Include="..\..\public\vstdlib\vstdlib.h" />
    <ClInclude Include="..\..\public\winlite.h" />
    <ClInclude Include="..\..\public\worldsize.h" />
    <ClInclude Include="..\..\public\zip_uncompressed.h" />
    <ClInclude Include="toolframework_server.h" />
    <ClInclude Include="..\shared\Mod\SharedGlobals.h" />
    <ClInclude Include="..\shared\Mod\SharedMod.h" />
    <ClInclude Include="..\shared\Mod\SharedModCvars.h" />
    <ClInclude Include="..\shared\Mod\WPN_RocketLauncher.h" />
    <ClInclude Include="Mod\Proj_Beacon.h" />
    <ClInclude Include="..\shared\Mod\BalanceMacros.h" />
    <ClInclude Include="Mod\GameRuleMaker.h" />
    <ClInclude Include="Mod\CPhaseControl.h" />
    <ClInclude Include="Mod\ServerCommands.h" />
    <ClInclude Include="Mod\ServerGlobals.h" />
    <ClInclude Include="Mod\CAmmoCrateClassic.h" />
    <ClInclude Include="Mod\CBlockClassic.h" />
    <ClInclude Include="Mod\CBlockSpawnerClassic.h" />
    <ClInclude Include="Mod\CChargersClassic.h" />
    <ClInclude Include="Mod\CDisposerClassic.h" />
    <ClInclude Include="Mod\CFlagClassic.h" />
    <ClInclude Include="Mod\CFlagZoneClassic.h" />
    <ClInclude Include="..\shared\Mod\ClassicCommands.h" />
    <ClInclude Include="..\shared\Mod\MiscCvars.h" />
    <ClInclude Include="..\shared\Mod\ClassicGameRules.h" />
    <ClInclude Include="Mod\BuildOnlyButton.h" />
    <ClInclude Include="Mod\CAmmoCrate.h" />
    <ClInclude Include="Mod\CArmorCharger.h" />
    <ClInclude Include="Mod\CBlockBase.h" />
    <ClInclude Include="Mod\CDispenserBase.h" />
    <ClInclude Include="Mod\CFlagBase.h" />
    <ClInclude Include="Mod\HealthChargers.h" />
    <ClInclude Include="Mod\CBlockDissolver.h" />
    <ClInclude Include="Mod\CBlockSpawner.h" />
    <ClInclude Include="Mod\CGameControl.h" />
    <ClInclude Include="Mod\CSpawnPoint.h" />
    <ClInclude Include="Mod\CDisposerBase.h" />
    <ClInclude Include="Mod\CFlagZoneBase.h" />
    <ClInclude Include="Mod\CNoFreezeBase.h" />
    <ClInclude Include="..\shared\Mod\CSpawnDoorBasic.h" />
    <ClInclude Include="Mod\CModPlayer.h" />
    <ClInclude Include="..\shared\Mod\CModPlayerShared.h" />
    <ClInclude Include="Mod\SF132_Blocks.h" />
    <ClInclude Include="Mod\SF132_Flag.h" />
    <ClInclude Include="Mod\SF132_GameControl.h" />
    <ClInclude Include="..\shared\Mod\SF132_GameRules.h" />
    <ClInclude Include="Mod\SF132_ItemRegister.h" />
    <ClInclude Include="Mod\SF132_Misc.h" />
    <ClInclude Include="..\shared\Mod\SF132_SharedDefs.h" />
    <ClInclude Include="..\shared\Mod\SF132_Spawnpoint.h" />
    <ClInclude Include="Mod\CustomBlocks.h" />
    <ClInclude Include="Mod\CustomBlockSpawner.h" />
    <ClInclude Include="..\shared\Mod\CustomCvars.h" />
    <ClInclude Include="Mod\CustomDispenser.h" />
    <ClInclude Include="Mod\CustomFlag.h" />
    <ClInclude Include="Mod\CustomFlagZone.h" />
    <ClInclude Include="..\shared\Mod\CustomGameRules.h" />
    <ClInclude Include="..\shared\Mod\CustomManagerGameRules.h" />
    <ClInclude Include="Mod\CustomManagerPhases.h" />
    <ClInclude Include="Mod\CustomManagerSpawnPoint.h" />
    <ClInclude Include="Mod\CustomNoFreeze.h" />
    <ClInclude Include="Mod\CustomSpawnPoint.h" />
    <ClInclude Include="hl2\grenade_frag.h" />
    <ClInclude Include="hl2mp\grenade_satchel.h" />
    <ClInclude Include="hl2mp\grenade_tripmine.h" />
    <ClInclude Include="..\shared\hl2\hl_gamemovement.h" />
    <ClInclude Include="..\shared\hl2\hl_movedata.h" />
    <ClInclude Include="..\shared\hl2mp\weapon_ar2.h" />
    <ClInclude Include="..\shared\hl2mp\weapon_physcannon.h" />
    <ClInclude Include="..\shared\hl2mp\weapon_rpg.h" />
    <ClInclude Include="..\shared\hl2mp\weapon_slam.h" />
    <ClInclude Include="..\shared\sdk\sdk_shareddefs.h" />
    <ClInclude Include="sdk\te_firebullets.h" />
    <ClInclude Include="..\shared\sdk\sdk_basegrenade_projectile.h" />
    <ClInclude Include="..\shared\sdk\sdk_fx_shared.h" />
    <ClInclude Include="..\shared\sdk\sdk_weapon_melee.h" />
    <ClInclude Include="..\shared\sdk\sdk_weapon_parse.h" />
    <ClInclude Include="..\shared\sdk\weapon_basesdkgrenade.h" />
    <ClInclude Include="..\shared\sdk\weapon_grenade.h" />
    <ClInclude Include="..\shared\sdk\weapon_sdkbase.h" />
    <ClInclude Include="maprules.h" />
    <ClInclude Include="..\shared\sdk\sdk_gamerules.h" />
    <ClInclude Include="sdk\sdk_team.h" />
    <ClInclude Include="sdk\sdk_player.h" />
    <ClInclude Include="sdk\sdk_player_resource.h" />
    <ClInclude Include="..\shared\sdk\sdk_playeranimstate.h" />
    <ClInclude Include="..\shared\sdk\sdk_playerclass_info_parse.h" />
    <ClInclude Include="sdk\sdk_bot_temp.h" />
  </ItemGroup>
  <ItemGroup>
    <Library Include="..\..\lib\public\choreoobjects.lib" />
    <Library Include="..\..\lib\public\dmxloader.lib" />
    <Library Include="..\..\lib\public\mathlib.lib" />
    <Library Include="..\..\lib\public\particles.lib" />
    <Library Include="..\..\lib\public\steam_api.lib" />
    <Library Include="..\..\lib\public\tier0.lib" />
    <Library Include="..\..\lib\public\tier1.lib" />
    <Library Include="..\..\lib\public\tier2.lib" />
    <Library Include="..\..\lib\public\tier3.lib" />
    <Library Include="..\..\lib\public\vstdlib.lib" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>