mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Move project files to dedicated folder and rename solution file
This commit is contained in:
parent
667b51097f
commit
b02929edd1
@ -1,568 +0,0 @@
|
||||
<?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>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>16.0</VCProjectVersion>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<ProjectGuid>{ed2c50b3-7c2c-4e44-988e-daa059f72b9c}</ProjectGuid>
|
||||
<RootNamespace>dedicated</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</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>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Static</UseOfMfc>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Static</UseOfMfc>
|
||||
</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" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
|
||||
<LibraryPath>$(SolutionDir)r5dev\thirdparty\detours\libs;$(SolutionDir)r5dev\thirdparty\lzham\libs;$(LibraryPath);</LibraryPath>
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
|
||||
<LibraryPath>$(SolutionDir)r5dev\thirdparty\detours\libs;$(SolutionDir)r5dev\thirdparty\lzham\libs;$(LibraryPath);</LibraryPath>
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalOptions>/D DEDICATED %(AdditionalOptions)</AdditionalOptions>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalDependencies>User32.lib;bcrypt.lib;protobuf.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>$(SolutionDir)bin\$(Configuration)\</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>IF EXIST "$(SolutionDir)..\..\r5apex_ds.exe" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>if not EXIST $(SolutionDir)bin\$(Configuration)\protobuf.lib (
|
||||
"$(DevEnvDir)devenv" "$(SolutionDir)detours.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5dev\protobuf.vcxproj"
|
||||
);</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalOptions>/D DEDICATED %(AdditionalOptions)</AdditionalOptions>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<StringPooling>true</StringPooling>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalDependencies>User32.lib;bcrypt.lib;protobuf.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>$(SolutionDir)bin\$(Configuration)\</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>IF EXIST "$(SolutionDir)..\..\r5apex_ds.exe" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>if not EXIST $(SolutionDir)bin\$(Configuration)\protobuf.lib (
|
||||
"$(DevEnvDir)devenv" "$(SolutionDir)detours.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5dev\protobuf.vcxproj"
|
||||
);</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="appframework\engine_launcher_api.h" />
|
||||
<ClInclude Include="appframework\iappsystem.h" />
|
||||
<ClInclude Include="bsplib\bsplib.h" />
|
||||
<ClInclude Include="client\cdll_engine_int.h" />
|
||||
<ClInclude Include="client\client.h" />
|
||||
<ClInclude Include="client\IVEngineClient.h" />
|
||||
<ClInclude Include="common\igameserverdata.h" />
|
||||
<ClInclude Include="common\netmessages.h" />
|
||||
<ClInclude Include="common\opcodes.h" />
|
||||
<ClInclude Include="common\protocol.h" />
|
||||
<ClInclude Include="common\psuedodefs.h" />
|
||||
<ClInclude Include="core\assert.h" />
|
||||
<ClInclude Include="core\init.h" />
|
||||
<ClInclude Include="core\logdef.h" />
|
||||
<ClInclude Include="core\r5dev.h" />
|
||||
<ClInclude Include="core\stdafx.h" />
|
||||
<ClInclude Include="core\termutil.h" />
|
||||
<ClInclude Include="ebisusdk\EbisuSDK.h" />
|
||||
<ClInclude Include="engine\baseclient.h" />
|
||||
<ClInclude Include="engine\cl_main.h" />
|
||||
<ClInclude Include="engine\cmodel_bsp.h" />
|
||||
<ClInclude Include="engine\common.h" />
|
||||
<ClInclude Include="engine\host_cmd.h" />
|
||||
<ClInclude Include="engine\host_state.h" />
|
||||
<ClInclude Include="engine\modelloader.h" />
|
||||
<ClInclude Include="engine\net.h" />
|
||||
<ClInclude Include="engine\net_chan.h" />
|
||||
<ClInclude Include="engine\sv_main.h" />
|
||||
<ClInclude Include="engine\sv_rcon.h" />
|
||||
<ClInclude Include="engine\sys_dll.h" />
|
||||
<ClInclude Include="engine\sys_dll2.h" />
|
||||
<ClInclude Include="engine\sys_engine.h" />
|
||||
<ClInclude Include="engine\sys_getmodes.h" />
|
||||
<ClInclude Include="engine\sys_utils.h" />
|
||||
<ClInclude Include="game\server\fairfight_impl.h" />
|
||||
<ClInclude Include="launcher\IApplication.h" />
|
||||
<ClInclude Include="launcher\prx.h" />
|
||||
<ClInclude Include="mathlib\adler32.h" />
|
||||
<ClInclude Include="mathlib\bits.h" />
|
||||
<ClInclude Include="mathlib\color.h" />
|
||||
<ClInclude Include="mathlib\crc32.h" />
|
||||
<ClInclude Include="mathlib\IceKey.H" />
|
||||
<ClInclude Include="mathlib\parallel_for.h" />
|
||||
<ClInclude Include="mathlib\sha256.h" />
|
||||
<ClInclude Include="mathlib\swap.h" />
|
||||
<ClInclude Include="mathlib\vector.h" />
|
||||
<ClInclude Include="networksystem\pylon.h" />
|
||||
<ClInclude Include="networksystem\r5net.h" />
|
||||
<ClInclude Include="networksystem\serverlisting.h" />
|
||||
<ClInclude Include="networksystem\sm_protocol.h" />
|
||||
<ClInclude Include="protoc\cl_rcon.pb.h" />
|
||||
<ClInclude Include="protoc\sv_rcon.pb.h" />
|
||||
<ClInclude Include="public\include\memaddr.h" />
|
||||
<ClInclude Include="public\include\bansystem.h" />
|
||||
<ClInclude Include="public\include\binstream.h" />
|
||||
<ClInclude Include="public\include\httplib.h" />
|
||||
<ClInclude Include="public\include\json.hpp" />
|
||||
<ClInclude Include="public\include\utility.h" />
|
||||
<ClInclude Include="rtech\rtech_utils.h" />
|
||||
<ClInclude Include="rtech\rtech_game.h" />
|
||||
<ClInclude Include="rtech\stryder.h" />
|
||||
<ClInclude Include="server\IVEngineServer.h" />
|
||||
<ClInclude Include="server\server.h" />
|
||||
<ClInclude Include="squirrel\sqapi.h" />
|
||||
<ClInclude Include="squirrel\sqinit.h" />
|
||||
<ClInclude Include="squirrel\sqvm.h" />
|
||||
<ClInclude Include="studiorender\studiorendercontext.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\detours.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\detver.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\idetour.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\syelog.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_assert.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_checksum.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_config.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_core.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_helpers.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_huffman_codes.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_lzbase.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_match_accel.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_math.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_mem.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_null_threading.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_platform.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_polar_codes.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_prefix_coding.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_pthreads_threading.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_static_lib.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_symbol_codec.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_threading.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_timer.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_traits.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_types.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_utils.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_vector.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_win32_threading.h" />
|
||||
<ClInclude Include="thirdparty\lzham\lzhamcomp\lzham_comp.h" />
|
||||
<ClInclude Include="thirdparty\lzham\lzhamcomp\lzham_lzcomp_internal.h" />
|
||||
<ClInclude Include="thirdparty\lzham\lzhamdecomp\lzham_decomp.h" />
|
||||
<ClInclude Include="thirdparty\lzham\lzhamdecomp\lzham_lzdecompbase.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\async.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\async_logger-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\async_logger.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\cfg\argv.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\cfg\env.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\cfg\helpers-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\cfg\helpers.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\common-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\common.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\backtracer-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\backtracer.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\circular_q.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\console_globals.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\file_helper-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\file_helper.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\fmt_helper.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\log_msg-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\log_msg.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\log_msg_buffer-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\log_msg_buffer.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\mpmc_blocking_q.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\null_mutex.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\os-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\os.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\periodic_worker-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\periodic_worker.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\registry-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\registry.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\synchronous_factory.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\tcp_client-windows.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\tcp_client.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\thread_pool-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\thread_pool.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\windows_include.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bin_to_hex.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\args.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\chrono.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\color.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\compile.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\core.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\format-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\format.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\locale.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\os.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\ostream.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\printf.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\ranges.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\xchar.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\chrono.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\fmt.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\ostr.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\xchar.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\formatter.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fwd.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\logger-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\logger.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\pattern_formatter-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\pattern_formatter.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\android_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\ansicolor_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\ansicolor_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\base_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\base_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\basic_file_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\basic_file_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\daily_file_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\dist_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\dup_filter_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\hourly_file_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\mongo_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\msvc_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\null_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\ostream_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\qt_sinks.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\ringbuffer_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\rotating_file_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\rotating_file_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\stdout_color_sinks-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\stdout_color_sinks.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\stdout_sinks-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\stdout_sinks.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\syslog_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\systemd_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\tcp_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\wincolor_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\wincolor_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\win_eventlog_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\spdlog-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\spdlog.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\stopwatch.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\tweakme.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\version.h" />
|
||||
<ClInclude Include="tier0\basetypes.h" />
|
||||
<ClInclude Include="tier0\commandline.h" />
|
||||
<ClInclude Include="tier0\cmd.h" />
|
||||
<ClInclude Include="tier0\completion.h" />
|
||||
<ClInclude Include="tier0\cvar.h" />
|
||||
<ClInclude Include="tier0\IConVar.h" />
|
||||
<ClInclude Include="tier0\interface.h" />
|
||||
<ClInclude Include="tier1\NetAdr2.h" />
|
||||
<ClInclude Include="tier2\socketcreator.h" />
|
||||
<ClInclude Include="vpc\basefilesystem.h" />
|
||||
<ClInclude Include="vpc\IAppSystem.h" />
|
||||
<ClInclude Include="vpc\interfaces.h" />
|
||||
<ClInclude Include="vpc\keyvalues.h" />
|
||||
<ClInclude Include="vphysics\QHull.h" />
|
||||
<ClInclude Include="vpklib\packedstore.h" />
|
||||
<ClInclude Include="windows\console.h" />
|
||||
<ClInclude Include="windows\system.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="bsplib\bsplib.cpp" />
|
||||
<ClCompile Include="client\client.cpp" />
|
||||
<ClCompile Include="client\IVEngineClient.cpp" />
|
||||
<ClCompile Include="common\opcodes.cpp" />
|
||||
<ClCompile Include="core\dllmain.cpp" />
|
||||
<ClCompile Include="core\init.cpp" />
|
||||
<ClCompile Include="core\logdef.cpp" />
|
||||
<ClCompile Include="core\stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="core\termutil.cpp" />
|
||||
<ClCompile Include="ebisusdk\EbisuSDK.cpp" />
|
||||
<ClCompile Include="engine\baseclient.cpp" />
|
||||
<ClCompile Include="engine\common.cpp" />
|
||||
<ClCompile Include="engine\host_cmd.cpp" />
|
||||
<ClCompile Include="engine\host_state.cpp" />
|
||||
<ClCompile Include="engine\net.cpp" />
|
||||
<ClCompile Include="engine\net_chan.cpp" />
|
||||
<ClCompile Include="engine\sv_main.cpp" />
|
||||
<ClCompile Include="engine\sv_rcon.cpp" />
|
||||
<ClCompile Include="engine\sys_dll.cpp" />
|
||||
<ClCompile Include="engine\sys_dll2.cpp" />
|
||||
<ClCompile Include="engine\sys_engine.cpp" />
|
||||
<ClCompile Include="engine\sys_utils.cpp" />
|
||||
<ClCompile Include="launcher\IApplication.cpp" />
|
||||
<ClCompile Include="launcher\prx.cpp" />
|
||||
<ClCompile Include="mathlib\adler32.cpp" />
|
||||
<ClCompile Include="mathlib\bits.cpp" />
|
||||
<ClCompile Include="mathlib\crc32.cpp" />
|
||||
<ClCompile Include="mathlib\IceKey.cpp" />
|
||||
<ClCompile Include="mathlib\sha256.cpp" />
|
||||
<ClCompile Include="networksystem\pylon.cpp" />
|
||||
<ClCompile Include="networksystem\r5net.cpp" />
|
||||
<ClCompile Include="protoc\cl_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="protoc\sv_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="public\bansystem.cpp" />
|
||||
<ClCompile Include="public\binstream.cpp" />
|
||||
<ClCompile Include="public\utility.cpp" />
|
||||
<ClCompile Include="rtech\rtech_utils.cpp" />
|
||||
<ClCompile Include="rtech\rtech_game.cpp" />
|
||||
<ClCompile Include="rtech\stryder.cpp" />
|
||||
<ClCompile Include="server\IVEngineServer.cpp" />
|
||||
<ClCompile Include="server\server.cpp" />
|
||||
<ClCompile Include="squirrel\sqapi.cpp" />
|
||||
<ClCompile Include="squirrel\sqinit.cpp" />
|
||||
<ClCompile Include="squirrel\sqvm.cpp" />
|
||||
<ClCompile Include="thirdparty\detours\src\creatwth.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\detours.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\disasm.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\modules.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamcomp\lzham_lzcomp.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamcomp\lzham_lzcomp_internal.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamcomp\lzham_lzcomp_state.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamdecomp\lzham_lzdecomp.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamdecomp\lzham_lzdecompbase.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_api.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_assert.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_checksum.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_huffman_codes.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_lzbase.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_match_accel.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_mem.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_platform.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_polar_codes.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_prefix_coding.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_pthreads_threading.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_symbol_codec.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_timer.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_vector.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_win32_threading.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="tier0\commandline.cpp" />
|
||||
<ClCompile Include="tier0\cmd.cpp" />
|
||||
<ClCompile Include="tier0\completion.cpp" />
|
||||
<ClCompile Include="tier0\cvar.cpp" />
|
||||
<ClCompile Include="tier0\IConVar.cpp" />
|
||||
<ClCompile Include="tier1\NetAdr2.cpp" />
|
||||
<ClCompile Include="tier2\socketcreator.cpp" />
|
||||
<ClCompile Include="vpc\basefilesystem.cpp" />
|
||||
<ClCompile Include="vpc\IAppSystem.cpp" />
|
||||
<ClCompile Include="vpc\interfaces.cpp" />
|
||||
<ClCompile Include="vpc\keyvalues.cpp" />
|
||||
<ClCompile Include="vphysics\QHull.cpp" />
|
||||
<ClCompile Include="vpklib\packedstore.cpp" />
|
||||
<ClCompile Include="windows\console.cpp" />
|
||||
<ClCompile Include="windows\system.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="r5dev.def" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@ -1,677 +0,0 @@
|
||||
<?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="bsplib\bsplib.cpp" />
|
||||
<ClCompile Include="client\cdll_engine_int.cpp" />
|
||||
<ClCompile Include="client\client.cpp" />
|
||||
<ClCompile Include="client\IVEngineClient.cpp" />
|
||||
<ClCompile Include="common\opcodes.cpp" />
|
||||
<ClCompile Include="core\dllmain.cpp" />
|
||||
<ClCompile Include="core\init.cpp" />
|
||||
<ClCompile Include="core\logdef.cpp" />
|
||||
<ClCompile Include="core\stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="core\termutil.cpp" />
|
||||
<ClCompile Include="ebisusdk\EbisuSDK.cpp" />
|
||||
<ClCompile Include="engine\baseclient.cpp" />
|
||||
<ClCompile Include="engine\baseclientstate.cpp" />
|
||||
<ClCompile Include="engine\cl_rcon.cpp" />
|
||||
<ClCompile Include="engine\common.cpp" />
|
||||
<ClCompile Include="engine\gl_screen.cpp" />
|
||||
<ClCompile Include="engine\host_cmd.cpp" />
|
||||
<ClCompile Include="engine\host_state.cpp" />
|
||||
<ClCompile Include="engine\net.cpp" />
|
||||
<ClCompile Include="engine\net_chan.cpp" />
|
||||
<ClCompile Include="engine\sv_main.cpp" />
|
||||
<ClCompile Include="engine\sys_dll.cpp" />
|
||||
<ClCompile Include="engine\sys_dll2.cpp" />
|
||||
<ClCompile Include="engine\sys_engine.cpp" />
|
||||
<ClCompile Include="engine\sys_utils.cpp" />
|
||||
<ClCompile Include="gameui\IConsole.cpp" />
|
||||
<ClCompile Include="gameui\IBrowser.cpp" />
|
||||
<ClCompile Include="inputsystem\inputsystem.cpp" />
|
||||
<ClCompile Include="launcher\IApplication.cpp" />
|
||||
<ClCompile Include="mathlib\adler32.cpp" />
|
||||
<ClCompile Include="mathlib\bits.cpp" />
|
||||
<ClCompile Include="mathlib\crc32.cpp" />
|
||||
<ClCompile Include="mathlib\IceKey.cpp" />
|
||||
<ClCompile Include="mathlib\sha256.cpp" />
|
||||
<ClCompile Include="networksystem\pylon.cpp" />
|
||||
<ClCompile Include="networksystem\r5net.cpp" />
|
||||
<ClCompile Include="protoc\cl_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="protoc\sv_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="public\bansystem.cpp" />
|
||||
<ClCompile Include="public\binstream.cpp" />
|
||||
<ClCompile Include="public\utility.cpp" />
|
||||
<ClCompile Include="rtech\rtech_utils.cpp" />
|
||||
<ClCompile Include="rtech\rtech_game.cpp" />
|
||||
<ClCompile Include="rtech\stryder.cpp" />
|
||||
<ClCompile Include="server\IVEngineServer.cpp" />
|
||||
<ClCompile Include="server\server.cpp" />
|
||||
<ClCompile Include="squirrel\sqapi.cpp" />
|
||||
<ClCompile Include="squirrel\sqinit.cpp" />
|
||||
<ClCompile Include="squirrel\sqvm.cpp" />
|
||||
<ClCompile Include="thirdparty\detours\src\creatwth.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\detours.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\disasm.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\modules.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\imgui\src\imgui.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\imgui\src\imgui_demo.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\imgui\src\imgui_draw.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\imgui\src\imgui_impl_dx11.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\imgui\src\imgui_impl_win32.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\imgui\src\imgui_stdlib.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\imgui\src\imgui_tables.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\imgui\src\imgui_utility.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Use</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\imgui\src\imgui_widgets.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamcomp\lzham_lzcomp.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamcomp\lzham_lzcomp_internal.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamcomp\lzham_lzcomp_state.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamdecomp\lzham_lzdecomp.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzhamdecomp\lzham_lzdecompbase.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_api.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_assert.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_checksum.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_huffman_codes.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_lzbase.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_match_accel.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_mem.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_platform.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_polar_codes.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_prefix_coding.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_pthreads_threading.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_symbol_codec.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_timer.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_vector.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\lzham\lzham_win32_threading.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="tier0\commandline.cpp" />
|
||||
<ClCompile Include="tier0\cmd.cpp" />
|
||||
<ClCompile Include="tier0\completion.cpp" />
|
||||
<ClCompile Include="tier0\cvar.cpp" />
|
||||
<ClCompile Include="tier0\IConVar.cpp" />
|
||||
<ClCompile Include="tier1\NetAdr2.cpp" />
|
||||
<ClCompile Include="tier2\socketcreator.cpp" />
|
||||
<ClCompile Include="vguimatsurface\MatSystemSurface.cpp" />
|
||||
<ClCompile Include="vgui\vgui_baseui_interface.cpp" />
|
||||
<ClCompile Include="vgui\vgui_debugpanel.cpp" />
|
||||
<ClCompile Include="vgui\vgui_fpspanel.cpp" />
|
||||
<ClCompile Include="vpc\basefilesystem.cpp" />
|
||||
<ClCompile Include="vpc\IAppSystem.cpp" />
|
||||
<ClCompile Include="vpc\interfaces.cpp" />
|
||||
<ClCompile Include="vpc\keyvalues.cpp" />
|
||||
<ClCompile Include="vphysics\QHull.cpp" />
|
||||
<ClCompile Include="vpklib\packedstore.cpp" />
|
||||
<ClCompile Include="windows\console.cpp" />
|
||||
<ClCompile Include="windows\id3dx.cpp" />
|
||||
<ClCompile Include="windows\input.cpp" />
|
||||
<ClCompile Include="windows\system.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="appframework\engine_launcher_api.h" />
|
||||
<ClInclude Include="appframework\iappsystem.h" />
|
||||
<ClInclude Include="bsplib\bsplib.h" />
|
||||
<ClInclude Include="client\cdll_engine_int.h" />
|
||||
<ClInclude Include="client\client.h" />
|
||||
<ClInclude Include="client\IVEngineClient.h" />
|
||||
<ClInclude Include="common\igameserverdata.h" />
|
||||
<ClInclude Include="common\netmessages.h" />
|
||||
<ClInclude Include="common\opcodes.h" />
|
||||
<ClInclude Include="common\protocol.h" />
|
||||
<ClInclude Include="common\pseudodefs.h" />
|
||||
<ClInclude Include="core\assert.h" />
|
||||
<ClInclude Include="core\init.h" />
|
||||
<ClInclude Include="core\logdef.h" />
|
||||
<ClInclude Include="core\r5dev.h" />
|
||||
<ClInclude Include="core\stdafx.h" />
|
||||
<ClInclude Include="core\termutil.h" />
|
||||
<ClInclude Include="ebisusdk\EbisuSDK.h" />
|
||||
<ClInclude Include="engine\baseclient.h" />
|
||||
<ClInclude Include="engine\baseclientstate.h" />
|
||||
<ClInclude Include="engine\cl_main.h" />
|
||||
<ClInclude Include="engine\cl_rcon.h" />
|
||||
<ClInclude Include="engine\cmodel_bsp.h" />
|
||||
<ClInclude Include="engine\common.h" />
|
||||
<ClInclude Include="engine\debugoverlay.h" />
|
||||
<ClInclude Include="engine\gl_screen.h" />
|
||||
<ClInclude Include="engine\host_cmd.h" />
|
||||
<ClInclude Include="engine\host_state.h" />
|
||||
<ClInclude Include="engine\modelloader.h" />
|
||||
<ClInclude Include="engine\net.h" />
|
||||
<ClInclude Include="engine\net_chan.h" />
|
||||
<ClInclude Include="engine\sv_main.h" />
|
||||
<ClInclude Include="engine\sys_dll.h" />
|
||||
<ClInclude Include="engine\sys_dll2.h" />
|
||||
<ClInclude Include="engine\sys_engine.h" />
|
||||
<ClInclude Include="engine\sys_getmodes.h" />
|
||||
<ClInclude Include="engine\sys_utils.h" />
|
||||
<ClInclude Include="gameui\IConsole.h" />
|
||||
<ClInclude Include="gameui\IBrowser.h" />
|
||||
<ClInclude Include="game\server\fairfight_impl.h" />
|
||||
<ClInclude Include="inputsystem\ButtonCode.h" />
|
||||
<ClInclude Include="inputsystem\inputsystem.h" />
|
||||
<ClInclude Include="launcher\IApplication.h" />
|
||||
<ClInclude Include="materialsystem\materialsystem.h" />
|
||||
<ClInclude Include="mathlib\adler32.h" />
|
||||
<ClInclude Include="mathlib\bits.h" />
|
||||
<ClInclude Include="mathlib\color.h" />
|
||||
<ClInclude Include="mathlib\crc32.h" />
|
||||
<ClInclude Include="mathlib\IceKey.H" />
|
||||
<ClInclude Include="mathlib\parallel_for.h" />
|
||||
<ClInclude Include="mathlib\sha256.h" />
|
||||
<ClInclude Include="mathlib\swap.h" />
|
||||
<ClInclude Include="mathlib\vector.h" />
|
||||
<ClInclude Include="milessdk\win64_rrthreads.h" />
|
||||
<ClInclude Include="networksystem\pylon.h" />
|
||||
<ClInclude Include="networksystem\r5net.h" />
|
||||
<ClInclude Include="networksystem\serverlisting.h" />
|
||||
<ClInclude Include="networksystem\sm_protocol.h" />
|
||||
<ClInclude Include="protoc\cl_rcon.pb.h" />
|
||||
<ClInclude Include="protoc\sv_rcon.pb.h" />
|
||||
<ClInclude Include="public\include\memaddr.h" />
|
||||
<ClInclude Include="public\include\bansystem.h" />
|
||||
<ClInclude Include="public\include\binstream.h" />
|
||||
<ClInclude Include="public\include\httplib.h" />
|
||||
<ClInclude Include="public\include\json.hpp" />
|
||||
<ClInclude Include="public\include\stb_image.h" />
|
||||
<ClInclude Include="public\include\utility.h" />
|
||||
<ClInclude Include="core\resource.h" />
|
||||
<ClInclude Include="rtech\rtech_utils.h" />
|
||||
<ClInclude Include="rtech\rtech_game.h" />
|
||||
<ClInclude Include="rtech\stryder.h" />
|
||||
<ClInclude Include="server\IVEngineServer.h" />
|
||||
<ClInclude Include="server\server.h" />
|
||||
<ClInclude Include="squirrel\sqapi.h" />
|
||||
<ClInclude Include="squirrel\sqinit.h" />
|
||||
<ClInclude Include="squirrel\sqvm.h" />
|
||||
<ClInclude Include="studiorender\studiorendercontext.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\detours.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\detver.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\idetour.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\syelog.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imconfig.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imgui.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imgui_impl_dx11.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imgui_impl_win32.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imgui_internal.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imgui_stdlib.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imgui_utility.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imstb_rectpack.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imstb_textedit.h" />
|
||||
<ClInclude Include="thirdparty\imgui\include\imstb_truetype.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_assert.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_checksum.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_config.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_core.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_helpers.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_huffman_codes.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_lzbase.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_match_accel.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_math.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_mem.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_null_threading.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_platform.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_polar_codes.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_prefix_coding.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_pthreads_threading.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_static_lib.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_symbol_codec.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_threading.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_timer.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_traits.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_types.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_utils.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_vector.h" />
|
||||
<ClInclude Include="thirdparty\lzham\include\lzham_win32_threading.h" />
|
||||
<ClInclude Include="thirdparty\lzham\lzhamcomp\lzham_comp.h" />
|
||||
<ClInclude Include="thirdparty\lzham\lzhamcomp\lzham_lzcomp_internal.h" />
|
||||
<ClInclude Include="thirdparty\lzham\lzhamdecomp\lzham_decomp.h" />
|
||||
<ClInclude Include="thirdparty\lzham\lzhamdecomp\lzham_lzdecompbase.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\async.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\async_logger-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\async_logger.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\cfg\argv.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\cfg\env.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\cfg\helpers-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\cfg\helpers.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\common-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\common.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\backtracer-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\backtracer.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\circular_q.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\console_globals.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\file_helper-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\file_helper.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\fmt_helper.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\log_msg-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\log_msg.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\log_msg_buffer-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\log_msg_buffer.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\mpmc_blocking_q.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\null_mutex.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\os-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\os.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\periodic_worker-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\periodic_worker.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\registry-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\registry.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\synchronous_factory.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\tcp_client-windows.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\tcp_client.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\thread_pool-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\thread_pool.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\details\windows_include.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bin_to_hex.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\args.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\chrono.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\color.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\compile.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\core.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\format-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\format.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\locale.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\os.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\ostream.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\printf.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\ranges.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\bundled\xchar.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\chrono.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\fmt.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\ostr.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fmt\xchar.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\formatter.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\fwd.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\logger-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\logger.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\pattern_formatter-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\pattern_formatter.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\android_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\ansicolor_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\ansicolor_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\base_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\base_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\basic_file_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\basic_file_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\daily_file_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\dist_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\dup_filter_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\hourly_file_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\mongo_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\msvc_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\null_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\ostream_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\qt_sinks.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\ringbuffer_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\rotating_file_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\rotating_file_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\stdout_color_sinks-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\stdout_color_sinks.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\stdout_sinks-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\stdout_sinks.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\syslog_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\systemd_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\tcp_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\wincolor_sink-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\wincolor_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\sinks\win_eventlog_sink.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\spdlog-inl.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\spdlog.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\stopwatch.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\tweakme.h" />
|
||||
<ClInclude Include="thirdparty\spdlog\include\version.h" />
|
||||
<ClInclude Include="tier0\basetypes.h" />
|
||||
<ClInclude Include="tier0\commandline.h" />
|
||||
<ClInclude Include="tier0\cmd.h" />
|
||||
<ClInclude Include="tier0\completion.h" />
|
||||
<ClInclude Include="tier0\cvar.h" />
|
||||
<ClInclude Include="tier0\IConVar.h" />
|
||||
<ClInclude Include="tier0\interface.h" />
|
||||
<ClInclude Include="tier1\NetAdr2.h" />
|
||||
<ClInclude Include="tier2\socketcreator.h" />
|
||||
<ClInclude Include="vguimatsurface\MatSystemSurface.h" />
|
||||
<ClInclude Include="vgui\vgui_baseui_interface.h" />
|
||||
<ClInclude Include="vgui\vgui_debugpanel.h" />
|
||||
<ClInclude Include="vgui\vgui.h" />
|
||||
<ClInclude Include="vgui\vgui_fpspanel.h" />
|
||||
<ClInclude Include="vpc\basefilesystem.h" />
|
||||
<ClInclude Include="vpc\IAppSystem.h" />
|
||||
<ClInclude Include="vpc\interfaces.h" />
|
||||
<ClInclude Include="vpc\keyvalues.h" />
|
||||
<ClInclude Include="vphysics\QHull.h" />
|
||||
<ClInclude Include="vpklib\packedstore.h" />
|
||||
<ClInclude Include="windows\console.h" />
|
||||
<ClInclude Include="windows\id3dx.h" />
|
||||
<ClInclude Include="windows\input.h" />
|
||||
<ClInclude Include="windows\system.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="r5dev.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="resource\r5dev.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="shared\resource\lockedserver.png" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>16.0</VCProjectVersion>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<ProjectGuid>{28cc6b4f-7a95-4933-ada9-65e38d48516d}</ProjectGuid>
|
||||
<RootNamespace>r5dev</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
<ProjectName>gamesdk</ProjectName>
|
||||
</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>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Static</UseOfMfc>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Static</UseOfMfc>
|
||||
</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" />
|
||||
<Import Project="PropertySheet.props" />
|
||||
</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" />
|
||||
<Import Project="r5dev.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);$(DXSDK_DIR)Include</IncludePath>
|
||||
<LibraryPath>$(SolutionDir)r5dev\thirdparty\detours\libs;$(SolutionDir)r5dev\thirdparty\lzham\libs;$(LibraryPath);$(DXSDK_DIR)Lib\x64</LibraryPath>
|
||||
<TargetName>r5apexsdkd64</TargetName>
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
||||
<ReferencePath>$(VC_ReferencesPath_x64);</ReferencePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);$(DXSDK_DIR)Include</IncludePath>
|
||||
<LibraryPath>$(SolutionDir)r5dev\thirdparty\detours\libs;$(SolutionDir)r5dev\thirdparty\lzham\libs;$(LibraryPath);$(DXSDK_DIR)Lib\x64</LibraryPath>
|
||||
<TargetName>r5apexsdkd64</TargetName>
|
||||
<ReferencePath>$(VC_ReferencesPath_x64);</ReferencePath>
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;R5DEV_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>
|
||||
<ModuleDefinitionFile>Source.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;R5DEV_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>
|
||||
<ModuleDefinitionFile>Source.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>_DEBUG;R5DEV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
||||
<DisableSpecificWarnings>
|
||||
</DisableSpecificWarnings>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableUAC>false</EnableUAC>
|
||||
<ModuleDefinitionFile>r5dev.def</ModuleDefinitionFile>
|
||||
<AdditionalDependencies>d3d11.lib;bcrypt.lib;protobuf.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>$(SolutionDir)bin\$(Configuration)\</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>IF EXIST "$(SolutionDir)..\..\r5apex.exe" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>if not EXIST $(SolutionDir)bin\$(Configuration)\protobuf.lib (
|
||||
"$(DevEnvDir)devenv" "$(SolutionDir)detours.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5dev\protobuf.vcxproj"
|
||||
);
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>NDEBUG;R5DEV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<DisableSpecificWarnings>
|
||||
</DisableSpecificWarnings>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<StringPooling>true</StringPooling>
|
||||
<CreateHotpatchableImage>
|
||||
</CreateHotpatchableImage>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableUAC>false</EnableUAC>
|
||||
<ModuleDefinitionFile>r5dev.def</ModuleDefinitionFile>
|
||||
<AdditionalDependencies>d3d11.lib;bcrypt.lib;protobuf.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>$(SolutionDir)bin\$(Configuration)\</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>IF EXIST "$(SolutionDir)..\..\r5apex.exe" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>if not EXIST $(SolutionDir)bin\$(Configuration)\protobuf.lib (
|
||||
"$(DevEnvDir)devenv" "$(SolutionDir)detours.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5dev\protobuf.vcxproj"
|
||||
);
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@ -1,546 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClCompile Include="thirdparty\protobuf\compiler\importer.cc">
|
||||
<Filter>compiler</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\compiler\parser.cc">
|
||||
<Filter>compiler</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\bytestream.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\common.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\int128.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\status.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\statusor.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\stringpiece.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\stringprintf.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\structurally_valid.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\strutil.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\substitute.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\time.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\coded_stream.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\gzip_stream.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\io_win32.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\printer.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\strtod.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\tokenizer.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\zero_copy_stream_impl.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\zero_copy_stream_impl_lite.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\zero_copy_stream.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\delimited_message_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\field_comparator.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\field_mask_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\json_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\message_differencer.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\time_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\type_resolver_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\datapiece.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\default_value_objectwriter.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\error_listener.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\field_mask_utility.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\json_objectwriter.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\json_stream_parser.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\json_escaping.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\object_writer.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\proto_writer.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\protostream_objectsource.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\protostream_objectwriter.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\type_info.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\utility.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\any.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\any.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\any_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\api.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\arena.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\arenastring.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\descriptor.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\descriptor.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\descriptor_database.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\duration.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\dynamic_message.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\empty.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\extension_set.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\extension_set_heavy.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\field_mask.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_enum_util.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_bases.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_reflection.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_table_driven.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_table_driven_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_tctable_full.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_tctable_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_util.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\implicit_weak_message.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\inlined_string_field.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\map.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\map_field.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\message.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\message_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\parse_context.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\reflection_ops.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\repeated_field.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\repeated_ptr_field.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\service.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\source_context.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\struct.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\text_format.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\timestamp.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\type.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\unknown_field_set.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\wire_format.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\wire_format_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\wrappers.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="compiler">
|
||||
<UniqueIdentifier>{9938338d-9b4b-4464-97e5-a47636d0b1a4}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="compiler\include">
|
||||
<UniqueIdentifier>{8ce9e500-f5b5-4d81-aafb-becab42d0174}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="stubs">
|
||||
<UniqueIdentifier>{d60db004-45fa-4ae3-b74d-47b327b69c2e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="stubs\include">
|
||||
<UniqueIdentifier>{87c48269-0f18-42b5-b7be-b0ccb26a5f76}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="include">
|
||||
<UniqueIdentifier>{b464f51d-733d-4b4e-8441-b6cabdecd127}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="io">
|
||||
<UniqueIdentifier>{d80f3bd1-5ff7-4d05-a301-b391f6396dea}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="io\include">
|
||||
<UniqueIdentifier>{1f4012c2-e2e2-48f9-b2f3-2ffe80c9a912}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="util">
|
||||
<UniqueIdentifier>{e42972f8-3b4a-4e5f-8bf5-cc88ae71b499}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="util\internal">
|
||||
<UniqueIdentifier>{4cd49ba1-876f-42de-b9e1-fccab9db185e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="util\internal\include">
|
||||
<UniqueIdentifier>{01b23346-904d-4495-b48c-e04281bfda22}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="util\include">
|
||||
<UniqueIdentifier>{8647c75c-0fa4-49fc-a30c-193a45680c43}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="source">
|
||||
<UniqueIdentifier>{23955e3f-a0de-4045-952a-188b5c12144e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="thirdparty\protobuf\compiler\importer.h">
|
||||
<Filter>compiler\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\compiler\parser.h">
|
||||
<Filter>compiler\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\bytestream.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\common.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\int128.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\status.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\statusor.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\stringpiece.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\stringprintf.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\strutil.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\substitute.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\time.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\any.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\any.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\api.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\arena.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\arenastring.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\descriptor.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\descriptor.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\descriptor_database.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\duration.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\dynamic_message.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\empty.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\extension_set.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\extension_set_inl.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\field_mask.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\generated_enum_util.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_bases.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_reflection.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_table_driven.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_table_driven_lite.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_util.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\implicit_weak_message.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\inlined_string_field.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\map.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\map_field.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\message.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\message_lite.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\parse_context.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\reflection_ops.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\repeated_field.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\repeated_ptr_field.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\service.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\source_context.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\struct.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\text_format.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\timestamp.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\type.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\unknown_field_set.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\wire_format_lite.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\wire_format.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\wrappers.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\io\coded_stream.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\io\gzip_stream.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\io\io_win32.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\io\printer.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\io\strtod.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\io\tokenizer.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\io\zero_copy_stream_impl_lite.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\io\zero_copy_stream_impl.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\io\zero_copy_stream.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\datapiece.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\default_value_objectwriter.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\error_listener.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\field_mask_utility.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\json_escaping.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\json_objectwriter.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\json_stream_parser.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\object_writer.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\proto_writer.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\protostream_objectsource.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\protostream_objectwriter.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\type_info.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\utility.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\delimited_message_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\field_comparator.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\field_mask_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\json_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\message_differencer.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\time_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\protobuf\util\type_resolver_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="thirdparty\protobuf\version.rc" />
|
||||
</ItemGroup>
|
||||
</Project>
|
568
r5dev/vproj/dedicated.vcxproj
Normal file
568
r5dev/vproj/dedicated.vcxproj
Normal file
@ -0,0 +1,568 @@
|
||||
<?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>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>16.0</VCProjectVersion>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<ProjectGuid>{ed2c50b3-7c2c-4e44-988e-daa059f72b9c}</ProjectGuid>
|
||||
<RootNamespace>dedicated</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</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>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Static</UseOfMfc>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Static</UseOfMfc>
|
||||
</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" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
|
||||
<LibraryPath>$(SolutionDir)r5dev\thirdparty\detours\libs;$(SolutionDir)r5dev\thirdparty\lzham\libs;$(LibraryPath);</LibraryPath>
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
|
||||
<LibraryPath>$(SolutionDir)r5dev\thirdparty\detours\libs;$(SolutionDir)r5dev\thirdparty\lzham\libs;$(LibraryPath);</LibraryPath>
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalOptions>/D DEDICATED %(AdditionalOptions)</AdditionalOptions>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalDependencies>User32.lib;bcrypt.lib;protobuf.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>$(SolutionDir)bin\$(Configuration)\</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>IF EXIST "$(SolutionDir)..\..\r5apex_ds.exe" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>if not EXIST $(SolutionDir)bin\$(Configuration)\protobuf.lib (
|
||||
"$(DevEnvDir)devenv" "$(SolutionDir)detours.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5dev\protobuf.vcxproj"
|
||||
);</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalOptions>/D DEDICATED %(AdditionalOptions)</AdditionalOptions>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<StringPooling>true</StringPooling>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<AdditionalDependencies>User32.lib;bcrypt.lib;protobuf.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>$(SolutionDir)bin\$(Configuration)\</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>IF EXIST "$(SolutionDir)..\..\r5apex_ds.exe" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>if not EXIST $(SolutionDir)bin\$(Configuration)\protobuf.lib (
|
||||
"$(DevEnvDir)devenv" "$(SolutionDir)detours.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5dev\protobuf.vcxproj"
|
||||
);</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\appframework\engine_launcher_api.h" />
|
||||
<ClInclude Include="..\appframework\iappsystem.h" />
|
||||
<ClInclude Include="..\bsplib\bsplib.h" />
|
||||
<ClInclude Include="..\client\cdll_engine_int.h" />
|
||||
<ClInclude Include="..\client\client.h" />
|
||||
<ClInclude Include="..\client\IVEngineClient.h" />
|
||||
<ClInclude Include="..\common\igameserverdata.h" />
|
||||
<ClInclude Include="..\common\netmessages.h" />
|
||||
<ClInclude Include="..\common\opcodes.h" />
|
||||
<ClInclude Include="..\common\protocol.h" />
|
||||
<ClInclude Include="..\common\psuedodefs.h" />
|
||||
<ClInclude Include="..\core\assert.h" />
|
||||
<ClInclude Include="..\core\init.h" />
|
||||
<ClInclude Include="..\core\logdef.h" />
|
||||
<ClInclude Include="..\core\r5dev.h" />
|
||||
<ClInclude Include="..\core\stdafx.h" />
|
||||
<ClInclude Include="..\core\termutil.h" />
|
||||
<ClInclude Include="..\ebisusdk\EbisuSDK.h" />
|
||||
<ClInclude Include="..\engine\baseclient.h" />
|
||||
<ClInclude Include="..\engine\cl_main.h" />
|
||||
<ClInclude Include="..\engine\cmodel_bsp.h" />
|
||||
<ClInclude Include="..\engine\common.h" />
|
||||
<ClInclude Include="..\engine\host_cmd.h" />
|
||||
<ClInclude Include="..\engine\host_state.h" />
|
||||
<ClInclude Include="..\engine\modelloader.h" />
|
||||
<ClInclude Include="..\engine\net.h" />
|
||||
<ClInclude Include="..\engine\net_chan.h" />
|
||||
<ClInclude Include="..\engine\sv_main.h" />
|
||||
<ClInclude Include="..\engine\sv_rcon.h" />
|
||||
<ClInclude Include="..\engine\sys_dll.h" />
|
||||
<ClInclude Include="..\engine\sys_dll2.h" />
|
||||
<ClInclude Include="..\engine\sys_engine.h" />
|
||||
<ClInclude Include="..\engine\sys_getmodes.h" />
|
||||
<ClInclude Include="..\engine\sys_utils.h" />
|
||||
<ClInclude Include="..\game\server\fairfight_impl.h" />
|
||||
<ClInclude Include="..\launcher\IApplication.h" />
|
||||
<ClInclude Include="..\launcher\prx.h" />
|
||||
<ClInclude Include="..\mathlib\adler32.h" />
|
||||
<ClInclude Include="..\mathlib\bits.h" />
|
||||
<ClInclude Include="..\mathlib\color.h" />
|
||||
<ClInclude Include="..\mathlib\crc32.h" />
|
||||
<ClInclude Include="..\mathlib\IceKey.H" />
|
||||
<ClInclude Include="..\mathlib\parallel_for.h" />
|
||||
<ClInclude Include="..\mathlib\sha256.h" />
|
||||
<ClInclude Include="..\mathlib\swap.h" />
|
||||
<ClInclude Include="..\mathlib\vector.h" />
|
||||
<ClInclude Include="..\networksystem\pylon.h" />
|
||||
<ClInclude Include="..\networksystem\r5net.h" />
|
||||
<ClInclude Include="..\networksystem\serverlisting.h" />
|
||||
<ClInclude Include="..\networksystem\sm_protocol.h" />
|
||||
<ClInclude Include="..\protoc\cl_rcon.pb.h" />
|
||||
<ClInclude Include="..\protoc\sv_rcon.pb.h" />
|
||||
<ClInclude Include="..\public\include\memaddr.h" />
|
||||
<ClInclude Include="..\public\include\bansystem.h" />
|
||||
<ClInclude Include="..\public\include\binstream.h" />
|
||||
<ClInclude Include="..\public\include\httplib.h" />
|
||||
<ClInclude Include="..\public\include\json.hpp" />
|
||||
<ClInclude Include="..\public\include\utility.h" />
|
||||
<ClInclude Include="..\rtech\rtech_utils.h" />
|
||||
<ClInclude Include="..\rtech\rtech_game.h" />
|
||||
<ClInclude Include="..\rtech\stryder.h" />
|
||||
<ClInclude Include="..\server\IVEngineServer.h" />
|
||||
<ClInclude Include="..\server\server.h" />
|
||||
<ClInclude Include="..\squirrel\sqapi.h" />
|
||||
<ClInclude Include="..\squirrel\sqinit.h" />
|
||||
<ClInclude Include="..\squirrel\sqvm.h" />
|
||||
<ClInclude Include="..\studiorender\studiorendercontext.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\detours.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\detver.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\idetour.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\syelog.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_assert.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_checksum.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_config.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_core.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_helpers.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_huffman_codes.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_lzbase.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_match_accel.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_math.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_mem.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_null_threading.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_platform.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_polar_codes.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_prefix_coding.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_pthreads_threading.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_static_lib.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_symbol_codec.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_threading.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_timer.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_traits.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_types.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_utils.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_vector.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_win32_threading.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\lzhamcomp\lzham_comp.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\lzhamcomp\lzham_lzcomp_internal.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\lzhamdecomp\lzham_decomp.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\lzhamdecomp\lzham_lzdecompbase.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\cfg\argv.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\cfg\env.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\cfg\helpers-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\cfg\helpers.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\common-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\common.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\backtracer-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\backtracer.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\circular_q.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\console_globals.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\file_helper-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\file_helper.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\fmt_helper.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg_buffer-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg_buffer.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\mpmc_blocking_q.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\null_mutex.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\os-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\os.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\periodic_worker-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\periodic_worker.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\registry-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\registry.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\synchronous_factory.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\tcp_client-windows.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\tcp_client.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\thread_pool-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\thread_pool.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\windows_include.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bin_to_hex.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\args.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\chrono.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\color.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\compile.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\core.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\format-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\format.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\locale.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\os.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\ostream.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\printf.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\ranges.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\xchar.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\chrono.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\fmt.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\ostr.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\xchar.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\formatter.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fwd.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\logger-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\logger.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\pattern_formatter-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\pattern_formatter.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\android_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ansicolor_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ansicolor_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\base_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\base_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\basic_file_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\basic_file_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\daily_file_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\dist_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\dup_filter_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\hourly_file_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\mongo_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\msvc_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\null_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ostream_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\qt_sinks.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ringbuffer_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\rotating_file_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\rotating_file_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_color_sinks-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_color_sinks.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_sinks-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_sinks.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\syslog_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\systemd_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\tcp_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\wincolor_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\wincolor_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\win_eventlog_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\spdlog-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\spdlog.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\stopwatch.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\tweakme.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\version.h" />
|
||||
<ClInclude Include="..\tier0\basetypes.h" />
|
||||
<ClInclude Include="..\tier0\commandline.h" />
|
||||
<ClInclude Include="..\tier0\cmd.h" />
|
||||
<ClInclude Include="..\tier0\completion.h" />
|
||||
<ClInclude Include="..\tier0\cvar.h" />
|
||||
<ClInclude Include="..\tier0\IConVar.h" />
|
||||
<ClInclude Include="..\tier0\interface.h" />
|
||||
<ClInclude Include="..\tier1\NetAdr2.h" />
|
||||
<ClInclude Include="..\tier2\socketcreator.h" />
|
||||
<ClInclude Include="..\vpc\basefilesystem.h" />
|
||||
<ClInclude Include="..\vpc\IAppSystem.h" />
|
||||
<ClInclude Include="..\vpc\interfaces.h" />
|
||||
<ClInclude Include="..\vpc\keyvalues.h" />
|
||||
<ClInclude Include="..\vphysics\QHull.h" />
|
||||
<ClInclude Include="..\vpklib\packedstore.h" />
|
||||
<ClInclude Include="..\windows\console.h" />
|
||||
<ClInclude Include="..\windows\system.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\bsplib\bsplib.cpp" />
|
||||
<ClCompile Include="..\client\client.cpp" />
|
||||
<ClCompile Include="..\client\IVEngineClient.cpp" />
|
||||
<ClCompile Include="..\common\opcodes.cpp" />
|
||||
<ClCompile Include="..\core\dllmain.cpp" />
|
||||
<ClCompile Include="..\core\init.cpp" />
|
||||
<ClCompile Include="..\core\logdef.cpp" />
|
||||
<ClCompile Include="..\core\stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\core\termutil.cpp" />
|
||||
<ClCompile Include="..\ebisusdk\EbisuSDK.cpp" />
|
||||
<ClCompile Include="..\engine\baseclient.cpp" />
|
||||
<ClCompile Include="..\engine\common.cpp" />
|
||||
<ClCompile Include="..\engine\host_cmd.cpp" />
|
||||
<ClCompile Include="..\engine\host_state.cpp" />
|
||||
<ClCompile Include="..\engine\net.cpp" />
|
||||
<ClCompile Include="..\engine\net_chan.cpp" />
|
||||
<ClCompile Include="..\engine\sv_main.cpp" />
|
||||
<ClCompile Include="..\engine\sv_rcon.cpp" />
|
||||
<ClCompile Include="..\engine\sys_dll.cpp" />
|
||||
<ClCompile Include="..\engine\sys_dll2.cpp" />
|
||||
<ClCompile Include="..\engine\sys_engine.cpp" />
|
||||
<ClCompile Include="..\engine\sys_utils.cpp" />
|
||||
<ClCompile Include="..\launcher\IApplication.cpp" />
|
||||
<ClCompile Include="..\launcher\prx.cpp" />
|
||||
<ClCompile Include="..\mathlib\adler32.cpp" />
|
||||
<ClCompile Include="..\mathlib\bits.cpp" />
|
||||
<ClCompile Include="..\mathlib\crc32.cpp" />
|
||||
<ClCompile Include="..\mathlib\IceKey.cpp" />
|
||||
<ClCompile Include="..\mathlib\sha256.cpp" />
|
||||
<ClCompile Include="..\networksystem\pylon.cpp" />
|
||||
<ClCompile Include="..\networksystem\r5net.cpp" />
|
||||
<ClCompile Include="..\protoc\cl_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\protoc\sv_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\public\bansystem.cpp" />
|
||||
<ClCompile Include="..\public\binstream.cpp" />
|
||||
<ClCompile Include="..\public\utility.cpp" />
|
||||
<ClCompile Include="..\rtech\rtech_utils.cpp" />
|
||||
<ClCompile Include="..\rtech\rtech_game.cpp" />
|
||||
<ClCompile Include="..\rtech\stryder.cpp" />
|
||||
<ClCompile Include="..\server\IVEngineServer.cpp" />
|
||||
<ClCompile Include="..\server\server.cpp" />
|
||||
<ClCompile Include="..\squirrel\sqapi.cpp" />
|
||||
<ClCompile Include="..\squirrel\sqinit.cpp" />
|
||||
<ClCompile Include="..\squirrel\sqvm.cpp" />
|
||||
<ClCompile Include="..\thirdparty\detours\src\creatwth.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\detours\src\detours.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\detours\src\disasm.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\detours\src\modules.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamcomp\lzham_lzcomp.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamcomp\lzham_lzcomp_internal.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamcomp\lzham_lzcomp_state.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamdecomp\lzham_lzdecomp.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamdecomp\lzham_lzdecompbase.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_api.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_assert.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_checksum.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_huffman_codes.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_lzbase.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_match_accel.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_mem.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_platform.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_polar_codes.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_prefix_coding.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_pthreads_threading.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_symbol_codec.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_timer.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_vector.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_win32_threading.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\tier0\commandline.cpp" />
|
||||
<ClCompile Include="..\tier0\cmd.cpp" />
|
||||
<ClCompile Include="..\tier0\completion.cpp" />
|
||||
<ClCompile Include="..\tier0\cvar.cpp" />
|
||||
<ClCompile Include="..\tier0\IConVar.cpp" />
|
||||
<ClCompile Include="..\tier1\NetAdr2.cpp" />
|
||||
<ClCompile Include="..\tier2\socketcreator.cpp" />
|
||||
<ClCompile Include="..\vpc\basefilesystem.cpp" />
|
||||
<ClCompile Include="..\vpc\IAppSystem.cpp" />
|
||||
<ClCompile Include="..\vpc\interfaces.cpp" />
|
||||
<ClCompile Include="..\vpc\keyvalues.cpp" />
|
||||
<ClCompile Include="..\vphysics\QHull.cpp" />
|
||||
<ClCompile Include="..\vpklib\packedstore.cpp" />
|
||||
<ClCompile Include="..\windows\console.cpp" />
|
||||
<ClCompile Include="..\windows\system.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\r5dev.def" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
File diff suppressed because it is too large
Load Diff
677
r5dev/vproj/gamesdk.vcxproj
Normal file
677
r5dev/vproj/gamesdk.vcxproj
Normal file
@ -0,0 +1,677 @@
|
||||
<?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="..\bsplib\bsplib.cpp" />
|
||||
<ClCompile Include="..\client\cdll_engine_int.cpp" />
|
||||
<ClCompile Include="..\client\client.cpp" />
|
||||
<ClCompile Include="..\client\IVEngineClient.cpp" />
|
||||
<ClCompile Include="..\common\opcodes.cpp" />
|
||||
<ClCompile Include="..\core\dllmain.cpp" />
|
||||
<ClCompile Include="..\core\init.cpp" />
|
||||
<ClCompile Include="..\core\logdef.cpp" />
|
||||
<ClCompile Include="..\core\stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\core\termutil.cpp" />
|
||||
<ClCompile Include="..\ebisusdk\EbisuSDK.cpp" />
|
||||
<ClCompile Include="..\engine\baseclient.cpp" />
|
||||
<ClCompile Include="..\engine\baseclientstate.cpp" />
|
||||
<ClCompile Include="..\engine\cl_rcon.cpp" />
|
||||
<ClCompile Include="..\engine\common.cpp" />
|
||||
<ClCompile Include="..\engine\gl_screen.cpp" />
|
||||
<ClCompile Include="..\engine\host_cmd.cpp" />
|
||||
<ClCompile Include="..\engine\host_state.cpp" />
|
||||
<ClCompile Include="..\engine\net.cpp" />
|
||||
<ClCompile Include="..\engine\net_chan.cpp" />
|
||||
<ClCompile Include="..\engine\sv_main.cpp" />
|
||||
<ClCompile Include="..\engine\sys_dll.cpp" />
|
||||
<ClCompile Include="..\engine\sys_dll2.cpp" />
|
||||
<ClCompile Include="..\engine\sys_engine.cpp" />
|
||||
<ClCompile Include="..\engine\sys_utils.cpp" />
|
||||
<ClCompile Include="..\gameui\IConsole.cpp" />
|
||||
<ClCompile Include="..\gameui\IBrowser.cpp" />
|
||||
<ClCompile Include="..\inputsystem\inputsystem.cpp" />
|
||||
<ClCompile Include="..\launcher\IApplication.cpp" />
|
||||
<ClCompile Include="..\mathlib\adler32.cpp" />
|
||||
<ClCompile Include="..\mathlib\bits.cpp" />
|
||||
<ClCompile Include="..\mathlib\crc32.cpp" />
|
||||
<ClCompile Include="..\mathlib\IceKey.cpp" />
|
||||
<ClCompile Include="..\mathlib\sha256.cpp" />
|
||||
<ClCompile Include="..\networksystem\pylon.cpp" />
|
||||
<ClCompile Include="..\networksystem\r5net.cpp" />
|
||||
<ClCompile Include="..\protoc\cl_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\protoc\sv_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\public\bansystem.cpp" />
|
||||
<ClCompile Include="..\public\binstream.cpp" />
|
||||
<ClCompile Include="..\public\utility.cpp" />
|
||||
<ClCompile Include="..\rtech\rtech_utils.cpp" />
|
||||
<ClCompile Include="..\rtech\rtech_game.cpp" />
|
||||
<ClCompile Include="..\rtech\stryder.cpp" />
|
||||
<ClCompile Include="..\server\IVEngineServer.cpp" />
|
||||
<ClCompile Include="..\server\server.cpp" />
|
||||
<ClCompile Include="..\squirrel\sqapi.cpp" />
|
||||
<ClCompile Include="..\squirrel\sqinit.cpp" />
|
||||
<ClCompile Include="..\squirrel\sqvm.cpp" />
|
||||
<ClCompile Include="..\thirdparty\detours\src\creatwth.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\detours\src\detours.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\detours\src\disasm.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\detours\src\modules.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\imgui\src\imgui.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\imgui\src\imgui_demo.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\imgui\src\imgui_draw.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\imgui\src\imgui_impl_dx11.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\imgui\src\imgui_impl_win32.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\imgui\src\imgui_stdlib.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\imgui\src\imgui_tables.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\imgui\src\imgui_utility.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Use</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\imgui\src\imgui_widgets.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamcomp\lzham_lzcomp.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamcomp\lzham_lzcomp_internal.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamcomp\lzham_lzcomp_state.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamdecomp\lzham_lzdecomp.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzhamdecomp\lzham_lzdecompbase.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_api.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_assert.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_checksum.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_huffman_codes.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_lzbase.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_match_accel.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_mem.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_platform.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_polar_codes.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_prefix_coding.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_pthreads_threading.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_symbol_codec.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_timer.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_vector.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\lzham\lzham_win32_threading.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\tier0\commandline.cpp" />
|
||||
<ClCompile Include="..\tier0\cmd.cpp" />
|
||||
<ClCompile Include="..\tier0\completion.cpp" />
|
||||
<ClCompile Include="..\tier0\cvar.cpp" />
|
||||
<ClCompile Include="..\tier0\IConVar.cpp" />
|
||||
<ClCompile Include="..\tier1\NetAdr2.cpp" />
|
||||
<ClCompile Include="..\tier2\socketcreator.cpp" />
|
||||
<ClCompile Include="..\vguimatsurface\MatSystemSurface.cpp" />
|
||||
<ClCompile Include="..\vgui\vgui_baseui_interface.cpp" />
|
||||
<ClCompile Include="..\vgui\vgui_debugpanel.cpp" />
|
||||
<ClCompile Include="..\vgui\vgui_fpspanel.cpp" />
|
||||
<ClCompile Include="..\vpc\basefilesystem.cpp" />
|
||||
<ClCompile Include="..\vpc\IAppSystem.cpp" />
|
||||
<ClCompile Include="..\vpc\interfaces.cpp" />
|
||||
<ClCompile Include="..\vpc\keyvalues.cpp" />
|
||||
<ClCompile Include="..\vphysics\QHull.cpp" />
|
||||
<ClCompile Include="..\vpklib\packedstore.cpp" />
|
||||
<ClCompile Include="..\windows\console.cpp" />
|
||||
<ClCompile Include="..\windows\id3dx.cpp" />
|
||||
<ClCompile Include="..\windows\input.cpp" />
|
||||
<ClCompile Include="..\windows\system.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\appframework\engine_launcher_api.h" />
|
||||
<ClInclude Include="..\appframework\iappsystem.h" />
|
||||
<ClInclude Include="..\bsplib\bsplib.h" />
|
||||
<ClInclude Include="..\client\cdll_engine_int.h" />
|
||||
<ClInclude Include="..\client\client.h" />
|
||||
<ClInclude Include="..\client\IVEngineClient.h" />
|
||||
<ClInclude Include="..\common\igameserverdata.h" />
|
||||
<ClInclude Include="..\common\netmessages.h" />
|
||||
<ClInclude Include="..\common\opcodes.h" />
|
||||
<ClInclude Include="..\common\protocol.h" />
|
||||
<ClInclude Include="..\common\pseudodefs.h" />
|
||||
<ClInclude Include="..\core\assert.h" />
|
||||
<ClInclude Include="..\core\init.h" />
|
||||
<ClInclude Include="..\core\logdef.h" />
|
||||
<ClInclude Include="..\core\r5dev.h" />
|
||||
<ClInclude Include="..\core\stdafx.h" />
|
||||
<ClInclude Include="..\core\termutil.h" />
|
||||
<ClInclude Include="..\ebisusdk\EbisuSDK.h" />
|
||||
<ClInclude Include="..\engine\baseclient.h" />
|
||||
<ClInclude Include="..\engine\baseclientstate.h" />
|
||||
<ClInclude Include="..\engine\cl_main.h" />
|
||||
<ClInclude Include="..\engine\cl_rcon.h" />
|
||||
<ClInclude Include="..\engine\cmodel_bsp.h" />
|
||||
<ClInclude Include="..\engine\common.h" />
|
||||
<ClInclude Include="..\engine\debugoverlay.h" />
|
||||
<ClInclude Include="..\engine\gl_screen.h" />
|
||||
<ClInclude Include="..\engine\host_cmd.h" />
|
||||
<ClInclude Include="..\engine\host_state.h" />
|
||||
<ClInclude Include="..\engine\modelloader.h" />
|
||||
<ClInclude Include="..\engine\net.h" />
|
||||
<ClInclude Include="..\engine\net_chan.h" />
|
||||
<ClInclude Include="..\engine\sv_main.h" />
|
||||
<ClInclude Include="..\engine\sys_dll.h" />
|
||||
<ClInclude Include="..\engine\sys_dll2.h" />
|
||||
<ClInclude Include="..\engine\sys_engine.h" />
|
||||
<ClInclude Include="..\engine\sys_getmodes.h" />
|
||||
<ClInclude Include="..\engine\sys_utils.h" />
|
||||
<ClInclude Include="..\gameui\IConsole.h" />
|
||||
<ClInclude Include="..\gameui\IBrowser.h" />
|
||||
<ClInclude Include="..\game\server\fairfight_impl.h" />
|
||||
<ClInclude Include="..\inputsystem\ButtonCode.h" />
|
||||
<ClInclude Include="..\inputsystem\inputsystem.h" />
|
||||
<ClInclude Include="..\launcher\IApplication.h" />
|
||||
<ClInclude Include="..\materialsystem\materialsystem.h" />
|
||||
<ClInclude Include="..\mathlib\adler32.h" />
|
||||
<ClInclude Include="..\mathlib\bits.h" />
|
||||
<ClInclude Include="..\mathlib\color.h" />
|
||||
<ClInclude Include="..\mathlib\crc32.h" />
|
||||
<ClInclude Include="..\mathlib\IceKey.H" />
|
||||
<ClInclude Include="..\mathlib\parallel_for.h" />
|
||||
<ClInclude Include="..\mathlib\sha256.h" />
|
||||
<ClInclude Include="..\mathlib\swap.h" />
|
||||
<ClInclude Include="..\mathlib\vector.h" />
|
||||
<ClInclude Include="..\milessdk\win64_rrthreads.h" />
|
||||
<ClInclude Include="..\networksystem\pylon.h" />
|
||||
<ClInclude Include="..\networksystem\r5net.h" />
|
||||
<ClInclude Include="..\networksystem\serverlisting.h" />
|
||||
<ClInclude Include="..\networksystem\sm_protocol.h" />
|
||||
<ClInclude Include="..\protoc\cl_rcon.pb.h" />
|
||||
<ClInclude Include="..\protoc\sv_rcon.pb.h" />
|
||||
<ClInclude Include="..\public\include\memaddr.h" />
|
||||
<ClInclude Include="..\public\include\bansystem.h" />
|
||||
<ClInclude Include="..\public\include\binstream.h" />
|
||||
<ClInclude Include="..\public\include\httplib.h" />
|
||||
<ClInclude Include="..\public\include\json.hpp" />
|
||||
<ClInclude Include="..\public\include\stb_image.h" />
|
||||
<ClInclude Include="..\public\include\utility.h" />
|
||||
<ClInclude Include="..\core\resource.h" />
|
||||
<ClInclude Include="..\rtech\rtech_utils.h" />
|
||||
<ClInclude Include="..\rtech\rtech_game.h" />
|
||||
<ClInclude Include="..\rtech\stryder.h" />
|
||||
<ClInclude Include="..\server\IVEngineServer.h" />
|
||||
<ClInclude Include="..\server\server.h" />
|
||||
<ClInclude Include="..\squirrel\sqapi.h" />
|
||||
<ClInclude Include="..\squirrel\sqinit.h" />
|
||||
<ClInclude Include="..\squirrel\sqvm.h" />
|
||||
<ClInclude Include="..\studiorender\studiorendercontext.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\detours.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\detver.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\idetour.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\syelog.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imconfig.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imgui.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imgui_impl_dx11.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imgui_impl_win32.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imgui_internal.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imgui_stdlib.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imgui_utility.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imstb_rectpack.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imstb_textedit.h" />
|
||||
<ClInclude Include="..\thirdparty\imgui\include\imstb_truetype.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_assert.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_checksum.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_config.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_core.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_helpers.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_huffman_codes.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_lzbase.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_match_accel.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_math.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_mem.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_null_threading.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_platform.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_polar_codes.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_prefix_coding.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_pthreads_threading.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_static_lib.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_symbol_codec.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_threading.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_timer.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_traits.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_types.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_utils.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_vector.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\include\lzham_win32_threading.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\lzhamcomp\lzham_comp.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\lzhamcomp\lzham_lzcomp_internal.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\lzhamdecomp\lzham_decomp.h" />
|
||||
<ClInclude Include="..\thirdparty\lzham\lzhamdecomp\lzham_lzdecompbase.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\async_logger.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\cfg\argv.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\cfg\env.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\cfg\helpers-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\cfg\helpers.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\common-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\common.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\backtracer-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\backtracer.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\circular_q.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\console_globals.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\file_helper-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\file_helper.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\fmt_helper.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg_buffer-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\log_msg_buffer.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\mpmc_blocking_q.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\null_mutex.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\os-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\os.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\periodic_worker-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\periodic_worker.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\registry-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\registry.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\synchronous_factory.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\tcp_client-windows.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\tcp_client.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\thread_pool-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\thread_pool.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\details\windows_include.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bin_to_hex.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\args.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\chrono.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\color.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\compile.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\core.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\format-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\format.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\locale.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\os.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\ostream.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\printf.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\ranges.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\bundled\xchar.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\chrono.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\fmt.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\ostr.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fmt\xchar.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\formatter.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\fwd.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\logger-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\logger.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\pattern_formatter-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\pattern_formatter.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\android_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ansicolor_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ansicolor_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\base_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\base_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\basic_file_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\basic_file_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\daily_file_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\dist_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\dup_filter_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\hourly_file_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\mongo_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\msvc_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\null_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ostream_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\qt_sinks.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\ringbuffer_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\rotating_file_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\rotating_file_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_color_sinks-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_color_sinks.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_sinks-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\stdout_sinks.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\syslog_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\systemd_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\tcp_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\wincolor_sink-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\wincolor_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\sinks\win_eventlog_sink.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\spdlog-inl.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\spdlog.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\stopwatch.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\tweakme.h" />
|
||||
<ClInclude Include="..\thirdparty\spdlog\include\version.h" />
|
||||
<ClInclude Include="..\tier0\basetypes.h" />
|
||||
<ClInclude Include="..\tier0\commandline.h" />
|
||||
<ClInclude Include="..\tier0\cmd.h" />
|
||||
<ClInclude Include="..\tier0\completion.h" />
|
||||
<ClInclude Include="..\tier0\cvar.h" />
|
||||
<ClInclude Include="..\tier0\IConVar.h" />
|
||||
<ClInclude Include="..\tier0\interface.h" />
|
||||
<ClInclude Include="..\tier1\NetAdr2.h" />
|
||||
<ClInclude Include="..\tier2\socketcreator.h" />
|
||||
<ClInclude Include="..\vguimatsurface\MatSystemSurface.h" />
|
||||
<ClInclude Include="..\vgui\vgui_baseui_interface.h" />
|
||||
<ClInclude Include="..\vgui\vgui_debugpanel.h" />
|
||||
<ClInclude Include="..\vgui\vgui.h" />
|
||||
<ClInclude Include="..\vgui\vgui_fpspanel.h" />
|
||||
<ClInclude Include="..\vpc\basefilesystem.h" />
|
||||
<ClInclude Include="..\vpc\IAppSystem.h" />
|
||||
<ClInclude Include="..\vpc\interfaces.h" />
|
||||
<ClInclude Include="..\vpc\keyvalues.h" />
|
||||
<ClInclude Include="..\vphysics\QHull.h" />
|
||||
<ClInclude Include="..\vpklib\packedstore.h" />
|
||||
<ClInclude Include="..\windows\console.h" />
|
||||
<ClInclude Include="..\windows\id3dx.h" />
|
||||
<ClInclude Include="..\windows\input.h" />
|
||||
<ClInclude Include="..\windows\system.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\r5dev.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="..\resource\r5dev.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\shared\resource\lockedserver.png" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>16.0</VCProjectVersion>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<ProjectGuid>{28cc6b4f-7a95-4933-ada9-65e38d48516d}</ProjectGuid>
|
||||
<RootNamespace>r5dev</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
<ProjectName>gamesdk</ProjectName>
|
||||
</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>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Static</UseOfMfc>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Static</UseOfMfc>
|
||||
</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" />
|
||||
<Import Project="..\PropertySheet.props" />
|
||||
</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" />
|
||||
<Import Project="..\r5dev.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);$(DXSDK_DIR)Include</IncludePath>
|
||||
<LibraryPath>$(SolutionDir)r5dev\thirdparty\detours\libs;$(SolutionDir)r5dev\thirdparty\lzham\libs;$(LibraryPath);$(DXSDK_DIR)Lib\x64</LibraryPath>
|
||||
<TargetName>r5apexsdkd64</TargetName>
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
||||
<ReferencePath>$(VC_ReferencesPath_x64);</ReferencePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);$(DXSDK_DIR)Include</IncludePath>
|
||||
<LibraryPath>$(SolutionDir)r5dev\thirdparty\detours\libs;$(SolutionDir)r5dev\thirdparty\lzham\libs;$(LibraryPath);$(DXSDK_DIR)Lib\x64</LibraryPath>
|
||||
<TargetName>r5apexsdkd64</TargetName>
|
||||
<ReferencePath>$(VC_ReferencesPath_x64);</ReferencePath>
|
||||
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;R5DEV_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>
|
||||
<ModuleDefinitionFile>Source.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;R5DEV_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>
|
||||
<ModuleDefinitionFile>Source.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>_DEBUG;R5DEV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
||||
<DisableSpecificWarnings>
|
||||
</DisableSpecificWarnings>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableUAC>false</EnableUAC>
|
||||
<ModuleDefinitionFile>..\r5dev.def</ModuleDefinitionFile>
|
||||
<AdditionalDependencies>d3d11.lib;bcrypt.lib;protobuf.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>$(SolutionDir)bin\$(Configuration)\</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>IF EXIST "$(SolutionDir)..\..\r5apex.exe" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>if not EXIST $(SolutionDir)bin\$(Configuration)\protobuf.lib (
|
||||
"$(DevEnvDir)devenv" "$(SolutionDir)detours.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5dev\protobuf.vcxproj"
|
||||
);
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>NDEBUG;R5DEV_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<DisableSpecificWarnings>
|
||||
</DisableSpecificWarnings>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<StringPooling>true</StringPooling>
|
||||
<CreateHotpatchableImage>
|
||||
</CreateHotpatchableImage>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableUAC>false</EnableUAC>
|
||||
<ModuleDefinitionFile>..\r5dev.def</ModuleDefinitionFile>
|
||||
<AdditionalDependencies>d3d11.lib;bcrypt.lib;protobuf.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>$(SolutionDir)bin\$(Configuration)\</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>IF EXIST "$(SolutionDir)..\..\r5apex.exe" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>if not EXIST $(SolutionDir)bin\$(Configuration)\protobuf.lib (
|
||||
"$(DevEnvDir)devenv" "$(SolutionDir)detours.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5dev\protobuf.vcxproj"
|
||||
);
|
||||
</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
File diff suppressed because it is too large
Load Diff
@ -19,40 +19,40 @@
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="core\stdafx.cpp">
|
||||
<ClCompile Include="..\core\stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="core\termutil.cpp" />
|
||||
<ClCompile Include="engine\net.cpp" />
|
||||
<ClCompile Include="netconsole\netconsole.cpp" />
|
||||
<ClCompile Include="protoc\cl_rcon.pb.cc">
|
||||
<ClCompile Include="..\core\termutil.cpp" />
|
||||
<ClCompile Include="..\engine\net.cpp" />
|
||||
<ClCompile Include="..\netconsole\netconsole.cpp" />
|
||||
<ClCompile Include="..\protoc\cl_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="protoc\sv_rcon.pb.cc">
|
||||
<ClCompile Include="..\protoc\sv_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="public\utility.cpp" />
|
||||
<ClCompile Include="tier1\NetAdr2.cpp" />
|
||||
<ClCompile Include="tier2\socketcreator.cpp" />
|
||||
<ClCompile Include="..\public\utility.cpp" />
|
||||
<ClCompile Include="..\tier1\NetAdr2.cpp" />
|
||||
<ClCompile Include="..\tier2\socketcreator.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="core\stdafx.h" />
|
||||
<ClInclude Include="core\termutil.h" />
|
||||
<ClInclude Include="engine\net.h" />
|
||||
<ClInclude Include="netconsole\netconsole.h" />
|
||||
<ClInclude Include="protoc\cl_rcon.pb.h" />
|
||||
<ClInclude Include="protoc\sv_rcon.pb.h" />
|
||||
<ClInclude Include="tier1\NetAdr2.h" />
|
||||
<ClInclude Include="tier2\socketcreator.h" />
|
||||
<ClInclude Include="..\core\stdafx.h" />
|
||||
<ClInclude Include="..\core\termutil.h" />
|
||||
<ClInclude Include="..\engine\net.h" />
|
||||
<ClInclude Include="..\netconsole\netconsole.h" />
|
||||
<ClInclude Include="..\protoc\cl_rcon.pb.h" />
|
||||
<ClInclude Include="..\protoc\sv_rcon.pb.h" />
|
||||
<ClInclude Include="..\tier1\NetAdr2.h" />
|
||||
<ClInclude Include="..\tier2\socketcreator.h" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>16.0</VCProjectVersion>
|
@ -28,57 +28,57 @@
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="tier1\NetAdr2.cpp">
|
||||
<ClCompile Include="..\tier1\NetAdr2.cpp">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="public\utility.cpp">
|
||||
<ClCompile Include="..\public\utility.cpp">
|
||||
<Filter>sdk\public</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="core\stdafx.cpp">
|
||||
<ClCompile Include="..\core\stdafx.cpp">
|
||||
<Filter>core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="tier2\socketcreator.cpp">
|
||||
<ClCompile Include="..\tier2\socketcreator.cpp">
|
||||
<Filter>sdk\tier2</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="engine\net.cpp">
|
||||
<ClCompile Include="..\engine\net.cpp">
|
||||
<Filter>sdk\engine</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="netconsole\netconsole.cpp">
|
||||
<ClCompile Include="..\netconsole\netconsole.cpp">
|
||||
<Filter>core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="core\termutil.cpp">
|
||||
<ClCompile Include="..\core\termutil.cpp">
|
||||
<Filter>core</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="protoc\sv_rcon.pb.cc">
|
||||
<ClCompile Include="..\protoc\sv_rcon.pb.cc">
|
||||
<Filter>thirdparty\protobuf</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="protoc\cl_rcon.pb.cc">
|
||||
<ClCompile Include="..\protoc\cl_rcon.pb.cc">
|
||||
<Filter>thirdparty\protobuf</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="tier1\NetAdr2.h">
|
||||
<ClInclude Include="..\tier1\NetAdr2.h">
|
||||
<Filter>sdk\tier1</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="core\stdafx.h">
|
||||
<ClInclude Include="..\core\stdafx.h">
|
||||
<Filter>core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="tier2\socketcreator.h">
|
||||
<ClInclude Include="..\tier2\socketcreator.h">
|
||||
<Filter>sdk\tier2</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="engine\net.h">
|
||||
<ClInclude Include="..\engine\net.h">
|
||||
<Filter>sdk\engine</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="netconsole\netconsole.h">
|
||||
<ClInclude Include="..\netconsole\netconsole.h">
|
||||
<Filter>core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="core\termutil.h">
|
||||
<ClInclude Include="..\core\termutil.h">
|
||||
<Filter>core</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="protoc\sv_rcon.pb.h">
|
||||
<ClInclude Include="..\protoc\sv_rcon.pb.h">
|
||||
<Filter>thirdparty\protobuf</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="protoc\cl_rcon.pb.h">
|
||||
<ClInclude Include="..\protoc\cl_rcon.pb.h">
|
||||
<Filter>thirdparty\protobuf</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
@ -163,511 +163,511 @@
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="thirdparty\protobuf\any.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\any.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\any.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\any.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\any_lite.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\any_lite.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\api.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\api.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\arena.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\arena.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\arenastring.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\arenastring.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\compiler\importer.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\compiler\importer.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\compiler\parser.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\compiler\parser.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\descriptor.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\descriptor.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\descriptor.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\descriptor.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\descriptor_database.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\descriptor_database.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\duration.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\duration.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\dynamic_message.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\dynamic_message.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\empty.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\empty.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\extension_set.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\extension_set.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\extension_set_heavy.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\extension_set_heavy.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\field_mask.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\field_mask.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_enum_util.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_enum_util.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_bases.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_bases.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_reflection.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_reflection.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_table_driven.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_table_driven.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_table_driven_lite.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_table_driven_lite.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_tctable_full.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_tctable_full.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_tctable_lite.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_tctable_lite.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\generated_message_util.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_util.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\implicit_weak_message.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\implicit_weak_message.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\inlined_string_field.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\inlined_string_field.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\coded_stream.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\coded_stream.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\gzip_stream.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\gzip_stream.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\io_win32.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\io_win32.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\printer.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\printer.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\strtod.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\strtod.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\tokenizer.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\tokenizer.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\zero_copy_stream.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\zero_copy_stream.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\zero_copy_stream_impl.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\zero_copy_stream_impl.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\io\zero_copy_stream_impl_lite.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\zero_copy_stream_impl_lite.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\map.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\map.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\map_field.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\map_field.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\message.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\message.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\message_lite.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\message_lite.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\parse_context.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\parse_context.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\reflection_ops.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\reflection_ops.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\repeated_field.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\repeated_field.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\repeated_ptr_field.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\repeated_ptr_field.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\service.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\service.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\source_context.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\source_context.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\struct.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\struct.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\bytestream.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\bytestream.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\common.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\common.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\int128.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\int128.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\status.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\status.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\statusor.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\statusor.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\stringpiece.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\stringpiece.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\stringprintf.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\stringprintf.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\structurally_valid.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\structurally_valid.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\strutil.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\strutil.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\substitute.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\substitute.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\stubs\time.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\time.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\text_format.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\text_format.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\timestamp.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\timestamp.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\type.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\type.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\unknown_field_set.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\unknown_field_set.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\delimited_message_util.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\delimited_message_util.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\field_comparator.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\field_comparator.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\field_mask_util.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\field_mask_util.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\datapiece.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\datapiece.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\default_value_objectwriter.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\default_value_objectwriter.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\error_listener.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\error_listener.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\field_mask_utility.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\field_mask_utility.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\json_escaping.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\json_escaping.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\json_objectwriter.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\json_objectwriter.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\json_stream_parser.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\json_stream_parser.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\object_writer.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\object_writer.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\protostream_objectsource.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\protostream_objectsource.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\protostream_objectwriter.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\protostream_objectwriter.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\proto_writer.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\proto_writer.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\type_info.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\type_info.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\internal\utility.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\utility.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\json_util.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\json_util.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\message_differencer.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\message_differencer.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\time_util.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\time_util.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\util\type_resolver_util.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\type_resolver_util.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\wire_format.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\wire_format.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\wire_format_lite.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\wire_format_lite.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\protobuf\wrappers.pb.cc">
|
||||
<ClCompile Include="..\thirdparty\protobuf\wrappers.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
@ -675,90 +675,90 @@
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="thirdparty\protobuf\any.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\any.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\api.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\arena.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\arenastring.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\compiler\importer.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\compiler\parser.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\descriptor.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\descriptor.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\descriptor_database.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\duration.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\dynamic_message.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\empty.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\extension_set.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\extension_set_inl.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\field_mask.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\generated_enum_util.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_bases.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_reflection.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_table_driven.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_table_driven_lite.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\generated_message_util.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\implicit_weak_message.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\inlined_string_field.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\io\coded_stream.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\io\gzip_stream.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\io\io_win32.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\io\printer.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\io\strtod.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\io\tokenizer.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\io\zero_copy_stream.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\io\zero_copy_stream_impl.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\io\zero_copy_stream_impl_lite.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\map.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\map_field.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\message.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\message_lite.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\parse_context.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\reflection_ops.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\repeated_field.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\repeated_ptr_field.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\service.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\source_context.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\struct.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\bytestream.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\common.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\int128.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\status.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\statusor.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\stringpiece.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\stringprintf.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\strutil.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\substitute.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\stubs\time.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\text_format.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\timestamp.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\type.pb.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\unknown_field_set.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\delimited_message_util.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\field_comparator.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\field_mask_util.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\datapiece.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\default_value_objectwriter.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\error_listener.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\field_mask_utility.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\json_escaping.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\json_objectwriter.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\json_stream_parser.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\object_writer.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\protostream_objectsource.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\protostream_objectwriter.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\proto_writer.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\type_info.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\internal\utility.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\json_util.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\message_differencer.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\time_util.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\util\type_resolver_util.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\wire_format.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\wire_format_lite.h" />
|
||||
<ClInclude Include="thirdparty\protobuf\wrappers.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\any.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\any.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\api.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\arena.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\arenastring.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\compiler\importer.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\compiler\parser.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\descriptor.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\descriptor.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\descriptor_database.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\duration.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\dynamic_message.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\empty.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\extension_set.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\extension_set_inl.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\field_mask.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_enum_util.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_bases.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_reflection.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_table_driven.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_table_driven_lite.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_util.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\implicit_weak_message.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\inlined_string_field.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\coded_stream.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\gzip_stream.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\io_win32.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\printer.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\strtod.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\tokenizer.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\zero_copy_stream.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\zero_copy_stream_impl.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\zero_copy_stream_impl_lite.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\map.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\map_field.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\message.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\message_lite.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\parse_context.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\reflection_ops.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\repeated_field.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\repeated_ptr_field.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\service.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\source_context.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\struct.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\bytestream.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\common.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\int128.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\status.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\statusor.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\stringpiece.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\stringprintf.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\strutil.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\substitute.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\time.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\text_format.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\timestamp.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\type.pb.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\unknown_field_set.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\delimited_message_util.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\field_comparator.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\field_mask_util.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\datapiece.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\default_value_objectwriter.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\error_listener.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\field_mask_utility.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\json_escaping.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\json_objectwriter.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\json_stream_parser.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\object_writer.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\protostream_objectsource.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\protostream_objectwriter.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\proto_writer.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\type_info.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\utility.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\json_util.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\message_differencer.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\time_util.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\type_resolver_util.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\wire_format.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\wire_format_lite.h" />
|
||||
<ClInclude Include="..\thirdparty\protobuf\wrappers.pb.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="thirdparty\protobuf\version.rc" />
|
||||
<ResourceCompile Include="..\thirdparty\protobuf\version.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
546
r5dev/vproj/protobuf.vcxproj.filters
Normal file
546
r5dev/vproj/protobuf.vcxproj.filters
Normal file
@ -0,0 +1,546 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\thirdparty\protobuf\compiler\importer.cc">
|
||||
<Filter>compiler</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\compiler\parser.cc">
|
||||
<Filter>compiler</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\bytestream.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\common.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\int128.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\status.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\statusor.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\stringpiece.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\stringprintf.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\structurally_valid.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\strutil.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\substitute.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\stubs\time.cc">
|
||||
<Filter>stubs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\coded_stream.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\gzip_stream.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\io_win32.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\printer.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\strtod.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\tokenizer.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\zero_copy_stream_impl.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\zero_copy_stream_impl_lite.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\io\zero_copy_stream.cc">
|
||||
<Filter>io</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\delimited_message_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\field_comparator.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\field_mask_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\json_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\message_differencer.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\time_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\type_resolver_util.cc">
|
||||
<Filter>util</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\datapiece.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\default_value_objectwriter.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\error_listener.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\field_mask_utility.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\json_objectwriter.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\json_stream_parser.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\json_escaping.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\object_writer.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\proto_writer.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\protostream_objectsource.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\protostream_objectwriter.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\type_info.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\util\internal\utility.cc">
|
||||
<Filter>util\internal</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\any.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\any.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\any_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\api.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\arena.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\arenastring.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\descriptor.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\descriptor.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\descriptor_database.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\duration.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\dynamic_message.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\empty.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\extension_set.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\extension_set_heavy.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\field_mask.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_enum_util.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_bases.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_reflection.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_table_driven.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_table_driven_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_tctable_full.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_tctable_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\generated_message_util.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\implicit_weak_message.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\inlined_string_field.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\map.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\map_field.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\message.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\message_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\parse_context.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\reflection_ops.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\repeated_field.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\repeated_ptr_field.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\service.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\source_context.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\struct.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\text_format.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\timestamp.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\type.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\unknown_field_set.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\wire_format.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\wire_format_lite.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\thirdparty\protobuf\wrappers.pb.cc">
|
||||
<Filter>source</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="compiler">
|
||||
<UniqueIdentifier>{9938338d-9b4b-4464-97e5-a47636d0b1a4}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="compiler\include">
|
||||
<UniqueIdentifier>{8ce9e500-f5b5-4d81-aafb-becab42d0174}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="stubs">
|
||||
<UniqueIdentifier>{d60db004-45fa-4ae3-b74d-47b327b69c2e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="stubs\include">
|
||||
<UniqueIdentifier>{87c48269-0f18-42b5-b7be-b0ccb26a5f76}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="include">
|
||||
<UniqueIdentifier>{b464f51d-733d-4b4e-8441-b6cabdecd127}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="io">
|
||||
<UniqueIdentifier>{d80f3bd1-5ff7-4d05-a301-b391f6396dea}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="io\include">
|
||||
<UniqueIdentifier>{1f4012c2-e2e2-48f9-b2f3-2ffe80c9a912}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="util">
|
||||
<UniqueIdentifier>{e42972f8-3b4a-4e5f-8bf5-cc88ae71b499}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="util\internal">
|
||||
<UniqueIdentifier>{4cd49ba1-876f-42de-b9e1-fccab9db185e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="util\internal\include">
|
||||
<UniqueIdentifier>{01b23346-904d-4495-b48c-e04281bfda22}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="util\include">
|
||||
<UniqueIdentifier>{8647c75c-0fa4-49fc-a30c-193a45680c43}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="source">
|
||||
<UniqueIdentifier>{23955e3f-a0de-4045-952a-188b5c12144e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\thirdparty\protobuf\compiler\importer.h">
|
||||
<Filter>compiler\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\compiler\parser.h">
|
||||
<Filter>compiler\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\bytestream.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\common.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\int128.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\status.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\statusor.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\stringpiece.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\stringprintf.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\strutil.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\substitute.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\stubs\time.h">
|
||||
<Filter>stubs\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\any.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\any.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\api.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\arena.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\arenastring.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\descriptor.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\descriptor.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\descriptor_database.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\duration.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\dynamic_message.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\empty.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\extension_set.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\extension_set_inl.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\field_mask.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_enum_util.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_bases.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_reflection.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_table_driven.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_table_driven_lite.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\generated_message_util.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\implicit_weak_message.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\inlined_string_field.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\map.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\map_field.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\message.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\message_lite.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\parse_context.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\reflection_ops.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\repeated_field.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\repeated_ptr_field.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\service.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\source_context.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\struct.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\text_format.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\timestamp.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\type.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\unknown_field_set.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\wire_format_lite.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\wire_format.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\wrappers.pb.h">
|
||||
<Filter>include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\coded_stream.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\gzip_stream.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\io_win32.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\printer.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\strtod.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\tokenizer.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\zero_copy_stream_impl_lite.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\zero_copy_stream_impl.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\io\zero_copy_stream.h">
|
||||
<Filter>io\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\datapiece.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\default_value_objectwriter.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\error_listener.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\field_mask_utility.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\json_escaping.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\json_objectwriter.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\json_stream_parser.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\object_writer.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\proto_writer.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\protostream_objectsource.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\protostream_objectwriter.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\type_info.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\internal\utility.h">
|
||||
<Filter>util\internal\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\delimited_message_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\field_comparator.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\field_mask_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\json_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\message_differencer.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\time_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\thirdparty\protobuf\util\type_resolver_util.h">
|
||||
<Filter>util\include</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="..\thirdparty\protobuf\version.rc" />
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -68,7 +68,7 @@
|
||||
</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" />
|
||||
<Import Project="r5dev.props" />
|
||||
<Import Project="..\r5dev.props" />
|
||||
</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" />
|
||||
@ -180,44 +180,44 @@
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="core\stdafx.cpp">
|
||||
<ClCompile Include="..\core\stdafx.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="public\utility.cpp" />
|
||||
<ClCompile Include="sdklauncher\sdklauncher.cpp" />
|
||||
<ClCompile Include="thirdparty\detours\src\creatwth.cpp">
|
||||
<ClCompile Include="..\public\utility.cpp" />
|
||||
<ClCompile Include="..\sdklauncher\sdklauncher.cpp" />
|
||||
<ClCompile Include="..\thirdparty\detours\src\creatwth.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\detours.cpp">
|
||||
<ClCompile Include="..\thirdparty\detours\src\detours.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\disasm.cpp">
|
||||
<ClCompile Include="..\thirdparty\detours\src\disasm.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\modules.cpp">
|
||||
<ClCompile Include="..\thirdparty\detours\src\modules.cpp">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="resource\sdklauncher.rc" />
|
||||
<ResourceCompile Include="..\resource\sdklauncher.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="resource\ico\sdklauncher_dbg.ico" />
|
||||
<Image Include="resource\ico\sdklauncher_rel.ico" />
|
||||
<Image Include="..\resource\ico\sdklauncher_dbg.ico" />
|
||||
<Image Include="..\resource\ico\sdklauncher_rel.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="core\stdafx.h" />
|
||||
<ClInclude Include="public\include\utility.h" />
|
||||
<ClInclude Include="sdklauncher\sdklauncher.h" />
|
||||
<ClInclude Include="sdklauncher\sdklauncher_res.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\detours.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\detver.h" />
|
||||
<ClInclude Include="thirdparty\detours\include\syelog.h" />
|
||||
<ClInclude Include="..\core\stdafx.h" />
|
||||
<ClInclude Include="..\public\include\utility.h" />
|
||||
<ClInclude Include="..\sdklauncher\sdklauncher.h" />
|
||||
<ClInclude Include="..\sdklauncher\sdklauncher_res.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\detours.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\detver.h" />
|
||||
<ClInclude Include="..\thirdparty\detours\include\syelog.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
@ -21,61 +21,61 @@
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="sdklauncher\sdklauncher.cpp">
|
||||
<ClCompile Include="..\sdklauncher\sdklauncher.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="core\stdafx.cpp">
|
||||
<ClCompile Include="..\core\stdafx.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\detours.cpp">
|
||||
<ClCompile Include="..\thirdparty\detours\src\detours.cpp">
|
||||
<Filter>Detours Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\disasm.cpp">
|
||||
<ClCompile Include="..\thirdparty\detours\src\disasm.cpp">
|
||||
<Filter>Detours Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\modules.cpp">
|
||||
<ClCompile Include="..\thirdparty\detours\src\modules.cpp">
|
||||
<Filter>Detours Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="thirdparty\detours\src\creatwth.cpp">
|
||||
<ClCompile Include="..\thirdparty\detours\src\creatwth.cpp">
|
||||
<Filter>Detours Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="public\utility.cpp">
|
||||
<ClCompile Include="..\public\utility.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="resource\sdklauncher.rc">
|
||||
<ResourceCompile Include="..\resource\sdklauncher.rc">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="core\stdafx.h">
|
||||
<ClInclude Include="..\core\stdafx.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="sdklauncher\sdklauncher.h">
|
||||
<ClInclude Include="..\sdklauncher\sdklauncher.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="sdklauncher\sdklauncher_res.h">
|
||||
<ClInclude Include="..\sdklauncher\sdklauncher_res.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\detours\include\detver.h">
|
||||
<ClInclude Include="..\thirdparty\detours\include\detver.h">
|
||||
<Filter>Detours Files\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\detours\include\syelog.h">
|
||||
<ClInclude Include="..\thirdparty\detours\include\syelog.h">
|
||||
<Filter>Detours Files\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="thirdparty\detours\include\detours.h">
|
||||
<ClInclude Include="..\thirdparty\detours\include\detours.h">
|
||||
<Filter>Detours Files\include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="public\include\utility.h">
|
||||
<ClInclude Include="..\public\include\utility.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="resource\ico\sdklauncher_rel.ico">
|
||||
<Image Include="..\resource\ico\sdklauncher_rel.ico">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="resource\ico\sdklauncher_dbg.ico">
|
||||
<Image Include="..\resource\ico\sdklauncher_dbg.ico">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
</ItemGroup>
|
@ -3,15 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.0.31808.319
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gamesdk", "r5dev\gamesdk.vcxproj", "{28CC6B4F-7A95-4933-ADA9-65E38D48516D}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gamesdk", "r5dev\vproj\gamesdk.vcxproj", "{28CC6B4F-7A95-4933-ADA9-65E38D48516D}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdklauncher", "r5dev\sdklauncher.vcxproj", "{18F8C75E-3844-4AA6-AB93-980A08253519}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdklauncher", "r5dev\vproj\sdklauncher.vcxproj", "{18F8C75E-3844-4AA6-AB93-980A08253519}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dedicated", "r5dev\dedicated.vcxproj", "{ED2C50B3-7C2C-4E44-988E-DAA059F72B9C}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dedicated", "r5dev\vproj\dedicated.vcxproj", "{ED2C50B3-7C2C-4E44-988E-DAA059F72B9C}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "netconsole", "r5dev\netconsole.vcxproj", "{9579B31F-CE24-4852-A941-CD1AD71E2248}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "netconsole", "r5dev\vproj\netconsole.vcxproj", "{9579B31F-CE24-4852-A941-CD1AD71E2248}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "protobuf", "r5dev\protobuf.vcxproj", "{B273A875-6618-49FE-8CA4-0B693BA264D5}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "protobuf", "r5dev\vproj\protobuf.vcxproj", "{B273A875-6618-49FE-8CA4-0B693BA264D5}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
Loading…
x
Reference in New Issue
Block a user