213 lines
11 KiB
XML
213 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" 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>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="dllmain.cpp" />
|
|
<ClCompile Include="game\hooks\hooks.cpp" />
|
|
<ClCompile Include="game\misc\addresses.cpp" />
|
|
<ClCompile Include="game\misc\math.cpp" />
|
|
<ClCompile Include="game\misc\render.cpp" />
|
|
<ClCompile Include="game\modules.cpp" />
|
|
<ClCompile Include="game\source_engine\datatypes\checksum_crc.cpp" />
|
|
<ClCompile Include="game\source_engine\datatypes\checksum_md5.cpp" />
|
|
<ClCompile Include="game\source_engine\interfaces.cpp" />
|
|
<ClCompile Include="game\source_engine\netvars.cpp" />
|
|
<ClCompile Include="thirdparty\minhook\buffer.c" />
|
|
<ClCompile Include="thirdparty\minhook\hde\hde32.c" />
|
|
<ClCompile Include="thirdparty\minhook\hde\hde64.c" />
|
|
<ClCompile Include="thirdparty\minhook\hook.c" />
|
|
<ClCompile Include="thirdparty\minhook\trampoline.c" />
|
|
<ClCompile Include="utilities\console\console.cpp" />
|
|
<ClCompile Include="utilities\memory\memory.cpp" />
|
|
<ClCompile Include="utilities\module_info\module_info.cpp" />
|
|
<ClCompile Include="utilities\string\string.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="framework.h" />
|
|
<ClInclude Include="game\game.h" />
|
|
<ClInclude Include="game\hooks\hooks.h" />
|
|
<ClInclude Include="game\misc\addresses.h" />
|
|
<ClInclude Include="game\misc\math.h" />
|
|
<ClInclude Include="game\misc\render.h" />
|
|
<ClInclude Include="game\modules.h" />
|
|
<ClInclude Include="game\source_engine\classes\bitflags.h" />
|
|
<ClInclude Include="game\source_engine\classes\color.h" />
|
|
<ClInclude Include="game\source_engine\classes\utls.h" />
|
|
<ClInclude Include="game\source_engine\datatypes\angle.h" />
|
|
<ClInclude Include="game\source_engine\datatypes\checksum_crc.h" />
|
|
<ClInclude Include="game\source_engine\datatypes\checksum_md5.h" />
|
|
<ClInclude Include="game\source_engine\datatypes\datamap.h" />
|
|
<ClInclude Include="game\source_engine\datatypes\matrix.h" />
|
|
<ClInclude Include="game\source_engine\datatypes\usercmd.h" />
|
|
<ClInclude Include="game\source_engine\datatypes\vectors.h" />
|
|
<ClInclude Include="game\source_engine\entity.h" />
|
|
<ClInclude Include="game\source_engine\interfaces.h" />
|
|
<ClInclude Include="game\source_engine\interfaces\base_client.h" />
|
|
<ClInclude Include="game\source_engine\interfaces\clientmode.h" />
|
|
<ClInclude Include="game\source_engine\interfaces\client_entity_list.h" />
|
|
<ClInclude Include="game\source_engine\interfaces\engine_client.h" />
|
|
<ClInclude Include="game\source_engine\interfaces\globalvars.h" />
|
|
<ClInclude Include="game\source_engine\interfaces\input.h" />
|
|
<ClInclude Include="game\source_engine\interfaces\surface.h" />
|
|
<ClInclude Include="game\source_engine\netvars.h" />
|
|
<ClInclude Include="game\source_engine\source_engine.h" />
|
|
<ClInclude Include="thirdparty\minhook\buffer.h" />
|
|
<ClInclude Include="thirdparty\minhook\hde\hde32.h" />
|
|
<ClInclude Include="thirdparty\minhook\hde\hde64.h" />
|
|
<ClInclude Include="thirdparty\minhook\hde\pstdint.h" />
|
|
<ClInclude Include="thirdparty\minhook\hde\table32.h" />
|
|
<ClInclude Include="thirdparty\minhook\hde\table64.h" />
|
|
<ClInclude Include="thirdparty\minhook\MinHook.h" />
|
|
<ClInclude Include="thirdparty\minhook\trampoline.h" />
|
|
<ClInclude Include="utilities\address\address.h" />
|
|
<ClInclude Include="utilities\color\color.h" />
|
|
<ClInclude Include="utilities\console\console.h" />
|
|
<ClInclude Include="utilities\hash\hash.h" />
|
|
<ClInclude Include="utilities\lib.h" />
|
|
<ClInclude Include="utilities\memory\memory.h" />
|
|
<ClInclude Include="utilities\module_info\module_info.h" />
|
|
<ClInclude Include="utilities\string\string.h" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{fc0a0ae9-d014-4e51-af01-35c39e5f272e}</ProjectGuid>
|
|
<RootNamespace>l4d2</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>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</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>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<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|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;L4D2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableUAC>false</EnableUAC>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;L4D2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableUAC>false</EnableUAC>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;L4D2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableUAC>false</EnableUAC>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;L4D2_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableUAC>false</EnableUAC>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |