302 lines
No EOL
16 KiB
XML
302 lines
No EOL
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.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">
|
|
<ProjectGuid>{DC1DD765-CFEB-47DA-A2EA-9F1E20A24272}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>hl_cdll</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<TargetName>client</TargetName>
|
|
<IntDir>$(SolutionDir)$(Configuration)\\$(ProjectName)\int\</IntDir>
|
|
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
|
|
<OutDir>$(SolutionDir)$(Configuration)\\$(ProjectName)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<TargetName>client</TargetName>
|
|
<IntDir>$(SolutionDir)$(Configuration)\\$(ProjectName)\int\</IntDir>
|
|
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
|
|
<OutDir>$(SolutionDir)$(Configuration)\\$(ProjectName)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;CLIENT_DLL;CLIENT_WEAPONS;HL_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>..\..\dlls;..\..\cl_dll;..\..\cl_dll\particleman;..\..\public;..\..\common;..\..\pm_shared;..\..\engine;..\..\utils\vgui\include;..\..\game_shared;..\..\external;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalDependencies>..\..\utils\vgui\lib\win32_vc6\vgui.lib;wsock32.lib;..\..\lib\public\sdl2.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<BaseAddress>
|
|
</BaseAddress>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>cmd /c ""$(ProjectDir)..\..\filecopy.bat" "$(OutDir)" "cl_dlls" "$(TargetFileName)""
|
|
cmd /c ""$(ProjectDir)..\..\filecopy.bat" "$(OutDir)" "cl_dlls" "$(TargetName).pdb""
|
|
cmd /c ""$(ProjectDir)..\..\filecopy.bat" "$(SolutionDir)../../network" "" "delta.lst""</Command>
|
|
<Message>Installing client files</Message>
|
|
</PostBuildEvent>
|
|
<PostBuildEvent />
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_WINDOWS;CLIENT_DLL;CLIENT_WEAPONS;HL_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>..\..\dlls;..\..\cl_dll;..\..\cl_dll\particleman;..\..\public;..\..\common;..\..\pm_shared;..\..\engine;..\..\utils\vgui\include;..\..\game_shared;..\..\external;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<AdditionalDependencies>..\..\utils\vgui\lib\win32_vc6\vgui.lib;wsock32.lib;..\..\lib\public\sdl2.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<BaseAddress>
|
|
</BaseAddress>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>cmd /c ""$(ProjectDir)..\..\filecopy.bat" "$(OutDir)" "cl_dlls" "$(TargetFileName)""
|
|
cmd /c ""$(ProjectDir)..\..\filecopy.bat" "$(OutDir)" "cl_dlls" "$(TargetName).pdb""
|
|
cmd /c ""$(ProjectDir)..\..\filecopy.bat" "$(SolutionDir)../../network" "" "delta.lst""</Command>
|
|
<Message>Installing client files</Message>
|
|
</PostBuildEvent>
|
|
<PostBuildEvent />
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\cl_dll\ammo.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\ammohistory.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\ammo_secondary.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\battery.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\cdll_int.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\com_weapons.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\death.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\demo.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\entity.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\events.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\ev_common.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\ev_hldm.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\flashlight.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\GameStudioModelRenderer.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\geiger.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\health.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\hl\hl_baseentity.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\hl\hl_events.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\hl\hl_objects.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\hl\hl_weapons.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\hud.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\hud_msg.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\hud_redraw.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\hud_spectator.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\hud_update.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\input.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\inputw32.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\interpolation.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\in_camera.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\menu.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\message.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\particleman\CBaseParticle.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\particleman\CMiniMem.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\particleman\CFrustum.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\particleman\IParticleMan_Active.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\saytext.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\statusbar.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\status_icons.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\StudioModelRenderer.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\studio_util.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\text_message.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\train.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\tri.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\util.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\vgui_ClassMenu.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\vgui_CustomObjects.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\vgui_int.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\vgui_MOTDWindow.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\vgui_SchemeManager.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\vgui_ScorePanel.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\vgui_SpectatorPanel.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\vgui_TeamFortressViewport.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\vgui_teammenu.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\view.cpp" />
|
|
<ClCompile Include="..\..\cl_dll\voice_status.cpp" />
|
|
<ClCompile Include="..\..\common\mathlib.cpp" />
|
|
<ClCompile Include="..\..\common\parsemsg.cpp" />
|
|
<ClCompile Include="..\..\dlls\crossbow.cpp" />
|
|
<ClCompile Include="..\..\dlls\crowbar.cpp" />
|
|
<ClCompile Include="..\..\dlls\egon.cpp" />
|
|
<ClCompile Include="..\..\dlls\gauss.cpp" />
|
|
<ClCompile Include="..\..\dlls\handgrenade.cpp" />
|
|
<ClCompile Include="..\..\dlls\hornetgun.cpp" />
|
|
<ClCompile Include="..\..\dlls\mp5.cpp" />
|
|
<ClCompile Include="..\..\dlls\python.cpp" />
|
|
<ClCompile Include="..\..\dlls\rpg.cpp" />
|
|
<ClCompile Include="..\..\dlls\satchel.cpp" />
|
|
<ClCompile Include="..\..\dlls\shotgun.cpp" />
|
|
<ClCompile Include="..\..\dlls\squeakgrenade.cpp" />
|
|
<ClCompile Include="..\..\dlls\tripmine.cpp" />
|
|
<ClCompile Include="..\..\dlls\weapons_shared.cpp" />
|
|
<ClCompile Include="..\..\dlls\glock.cpp" />
|
|
<ClCompile Include="..\..\game_shared\filesystem_utils.cpp" />
|
|
<ClCompile Include="..\..\game_shared\vgui_checkbutton2.cpp" />
|
|
<ClCompile Include="..\..\game_shared\vgui_grid.cpp" />
|
|
<ClCompile Include="..\..\game_shared\vgui_helpers.cpp" />
|
|
<ClCompile Include="..\..\game_shared\vgui_listbox.cpp" />
|
|
<ClCompile Include="..\..\game_shared\vgui_loadtga.cpp" />
|
|
<ClCompile Include="..\..\game_shared\vgui_scrollbar2.cpp" />
|
|
<ClCompile Include="..\..\game_shared\vgui_slider2.cpp" />
|
|
<ClCompile Include="..\..\game_shared\voice_banmgr.cpp" />
|
|
<ClCompile Include="..\..\pm_shared\pm_debug.cpp" />
|
|
<ClCompile Include="..\..\pm_shared\pm_math.cpp" />
|
|
<ClCompile Include="..\..\pm_shared\pm_shared.cpp" />
|
|
<ClCompile Include="..\..\public\interface.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\cl_dll\ammo.h" />
|
|
<ClInclude Include="..\..\cl_dll\ammohistory.h" />
|
|
<ClInclude Include="..\..\cl_dll\camera.h" />
|
|
<ClInclude Include="..\..\cl_dll\cl_dll.h" />
|
|
<ClInclude Include="..\..\cl_dll\cl_util.h" />
|
|
<ClInclude Include="..\..\cl_dll\com_weapons.h" />
|
|
<ClInclude Include="..\..\cl_dll\demo.h" />
|
|
<ClInclude Include="..\..\cl_dll\eventscripts.h" />
|
|
<ClInclude Include="..\..\cl_dll\ev_hldm.h" />
|
|
<ClInclude Include="..\..\cl_dll\GameStudioModelRenderer.h" />
|
|
<ClInclude Include="..\..\cl_dll\health.h" />
|
|
<ClInclude Include="..\..\cl_dll\hud.h" />
|
|
<ClInclude Include="..\..\cl_dll\hud_spectator.h" />
|
|
<ClInclude Include="..\..\cl_dll\interpolation.h" />
|
|
<ClInclude Include="..\..\cl_dll\in_defs.h" />
|
|
<ClInclude Include="..\..\cl_dll\kbutton.h" />
|
|
<ClInclude Include="..\..\cl_dll\particleman\CBaseParticle.h" />
|
|
<ClInclude Include="..\..\cl_dll\particleman\CFrustum.h" />
|
|
<ClInclude Include="..\..\cl_dll\particleman\IParticleMan_Active.h" />
|
|
<ClInclude Include="..\..\cl_dll\particleman\particleman.h" />
|
|
<ClInclude Include="..\..\cl_dll\particleman\particleman_internal.h" />
|
|
<ClInclude Include="..\..\cl_dll\particleman\CMiniMem.h" />
|
|
<ClInclude Include="..\..\cl_dll\StudioModelRenderer.h" />
|
|
<ClInclude Include="..\..\cl_dll\tri.h" />
|
|
<ClInclude Include="..\..\cl_dll\vgui_int.h" />
|
|
<ClInclude Include="..\..\cl_dll\vgui_SchemeManager.h" />
|
|
<ClInclude Include="..\..\cl_dll\vgui_ScorePanel.h" />
|
|
<ClInclude Include="..\..\cl_dll\vgui_SpectatorPanel.h" />
|
|
<ClInclude Include="..\..\cl_dll\view.h" />
|
|
<ClInclude Include="..\..\common\beamdef.h" />
|
|
<ClInclude Include="..\..\common\cl_entity.h" />
|
|
<ClInclude Include="..\..\common\common_types.h" />
|
|
<ClInclude Include="..\..\common\com_model.h" />
|
|
<ClInclude Include="..\..\common\const.h" />
|
|
<ClInclude Include="..\..\common\con_nprint.h" />
|
|
<ClInclude Include="..\..\common\crc.h" />
|
|
<ClInclude Include="..\..\common\cvardef.h" />
|
|
<ClInclude Include="..\..\common\demo_api.h" />
|
|
<ClInclude Include="..\..\common\director_cmds.h" />
|
|
<ClInclude Include="..\..\common\dlight.h" />
|
|
<ClInclude Include="..\..\common\dll_state.h" />
|
|
<ClInclude Include="..\..\common\entity_state.h" />
|
|
<ClInclude Include="..\..\common\entity_types.h" />
|
|
<ClInclude Include="..\..\common\enums.h" />
|
|
<ClInclude Include="..\..\common\event_api.h" />
|
|
<ClInclude Include="..\..\common\event_args.h" />
|
|
<ClInclude Include="..\..\common\event_flags.h" />
|
|
<ClInclude Include="..\..\common\hltv.h" />
|
|
<ClInclude Include="..\..\common\in_buttons.h" />
|
|
<ClInclude Include="..\..\common\ivoicetweak.h" />
|
|
<ClInclude Include="..\..\common\mathlib.h" />
|
|
<ClInclude Include="..\..\common\netadr.h" />
|
|
<ClInclude Include="..\..\common\net_api.h" />
|
|
<ClInclude Include="..\..\common\parsemsg.h" />
|
|
<ClInclude Include="..\..\common\particledef.h" />
|
|
<ClInclude Include="..\..\common\Platform.h" />
|
|
<ClInclude Include="..\..\common\PlatformHeaders.h" />
|
|
<ClInclude Include="..\..\common\pmtrace.h" />
|
|
<ClInclude Include="..\..\common\qfont.h" />
|
|
<ClInclude Include="..\..\common\ref_params.h" />
|
|
<ClInclude Include="..\..\common\r_efx.h" />
|
|
<ClInclude Include="..\..\common\r_studioint.h" />
|
|
<ClInclude Include="..\..\common\screenfade.h" />
|
|
<ClInclude Include="..\..\common\Sequence.h" />
|
|
<ClInclude Include="..\..\common\studio_event.h" />
|
|
<ClInclude Include="..\..\common\triangleapi.h" />
|
|
<ClInclude Include="..\..\common\usercmd.h" />
|
|
<ClInclude Include="..\..\common\weaponinfo.h" />
|
|
<ClInclude Include="..\..\dlls\cdll_dll.h" />
|
|
<ClInclude Include="..\..\engine\APIProxy.h" />
|
|
<ClInclude Include="..\..\engine\cdll_int.h" />
|
|
<ClInclude Include="..\..\engine\custom.h" />
|
|
<ClInclude Include="..\..\engine\customentity.h" />
|
|
<ClInclude Include="..\..\engine\edict.h" />
|
|
<ClInclude Include="..\..\engine\eiface.h" />
|
|
<ClInclude Include="..\..\engine\progdefs.h" />
|
|
<ClInclude Include="..\..\engine\progs.h" />
|
|
<ClInclude Include="..\..\engine\shake.h" />
|
|
<ClInclude Include="..\..\engine\studio.h" />
|
|
<ClInclude Include="..\..\game_shared\filesystem_utils.h" />
|
|
<ClInclude Include="..\..\game_shared\vgui_scrollbar2.h" />
|
|
<ClInclude Include="..\..\game_shared\vgui_slider2.h" />
|
|
<ClInclude Include="..\..\game_shared\voice_banmgr.h" />
|
|
<ClInclude Include="..\..\game_shared\voice_status.h" />
|
|
<ClInclude Include="..\..\pm_shared\pm_debug.h" />
|
|
<ClInclude Include="..\..\pm_shared\pm_defs.h" />
|
|
<ClInclude Include="..\..\pm_shared\pm_info.h" />
|
|
<ClInclude Include="..\..\pm_shared\pm_materials.h" />
|
|
<ClInclude Include="..\..\pm_shared\pm_movevars.h" />
|
|
<ClInclude Include="..\..\pm_shared\pm_shared.h" />
|
|
<ClInclude Include="..\..\public\interface.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |