r5sdk/r5dedicated/r5dedicated.vcxproj

313 lines
18 KiB
XML
Raw Normal View History

<?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>{71988d92-343c-49ab-b52b-0ae0e83b0401}</ProjectGuid>
<RootNamespace>r5dedicated</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<TargetName>dedicated</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetName>dedicated</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<TargetName>dedicated</TargetName>
2021-08-06 16:30:57 +02:00
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)external\minhook\include;$(SolutionDir)external\spdlog\include;$(SolutionDir)shared\include;$(SolutionDir)r5dedicated;$(IncludePath)</IncludePath>
<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(SolutionDir)external\minhook\lib\$(Configuration);$(LibraryPath)</LibraryPath>
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<TargetName>dedicated</TargetName>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)external\minhook\include;$(SolutionDir)external\spdlog\include;$(SolutionDir)shared\include;$(SolutionDir)r5dedicated;$(IncludePath)</IncludePath>
2021-08-06 16:30:57 +02:00
<LibraryPath>$(SolutionDir)external\minhook\lib\$(Configuration);$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(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>
<LanguageStandard>Default</LanguageStandard>
<LanguageStandard_C>Default</LanguageStandard_C>
</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>
<LanguageStandard>Default</LanguageStandard>
<LanguageStandard_C>Default</LanguageStandard_C>
</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>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
2021-08-06 16:30:57 +02:00
<AdditionalDependencies>Minhook.x64.lib</AdditionalDependencies>
<ModuleDefinitionFile>r5dedicated.def</ModuleDefinitionFile>
</Link>
2021-08-06 16:30:57 +02:00
<PreBuildEvent>
<Command>if not EXIST $(SolutionDir)external\minhook\lib\$(Configuration)\Minhook.x64.lib (
"$(DevEnvDir)devenv" "$(SolutionDir)apex.sln" /Rebuild $(Configuration) /project "$(SolutionDir)external\minhook\libMinHook.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>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
<StringPooling>true</StringPooling>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
2021-08-06 16:30:57 +02:00
<AdditionalDependencies>Minhook.x64.lib</AdditionalDependencies>
<ModuleDefinitionFile>r5dedicated.def</ModuleDefinitionFile>
</Link>
2021-08-06 16:30:57 +02:00
<PreBuildEvent>
<Command>if not EXIST $(SolutionDir)external\minhook\lib\$(Configuration)\Minhook.x64.lib (
"$(DevEnvDir)devenv" "$(SolutionDir)apex.sln" /Rebuild $(Configuration) /project "$(SolutionDir)external\minhook\libMinHook.vcxproj"
)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\shared\utility.cpp" />
<ClCompile Include="console.cpp" />
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="hooks.cpp" />
<ClCompile Include="iconvar.cpp" />
<ClCompile Include="msgbox.cpp" />
<ClCompile Include="net.cpp" />
<ClCompile Include="opcodes.cpp" />
<ClCompile Include="pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="cvengineserver.cpp" />
<ClCompile Include="sqvm.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\external\minhook\include\MinHook.h" />
<ClInclude Include="..\external\spdlog\include\async.h" />
<ClInclude Include="..\external\spdlog\include\async_logger-inl.h" />
<ClInclude Include="..\external\spdlog\include\async_logger.h" />
<ClInclude Include="..\external\spdlog\include\cfg\argv.h" />
<ClInclude Include="..\external\spdlog\include\cfg\env.h" />
<ClInclude Include="..\external\spdlog\include\cfg\helpers-inl.h" />
<ClInclude Include="..\external\spdlog\include\cfg\helpers.h" />
<ClInclude Include="..\external\spdlog\include\common-inl.h" />
<ClInclude Include="..\external\spdlog\include\common.h" />
<ClInclude Include="..\external\spdlog\include\details\backtracer-inl.h" />
<ClInclude Include="..\external\spdlog\include\details\backtracer.h" />
<ClInclude Include="..\external\spdlog\include\details\circular_q.h" />
<ClInclude Include="..\external\spdlog\include\details\console_globals.h" />
<ClInclude Include="..\external\spdlog\include\details\file_helper-inl.h" />
<ClInclude Include="..\external\spdlog\include\details\file_helper.h" />
<ClInclude Include="..\external\spdlog\include\details\fmt_helper.h" />
<ClInclude Include="..\external\spdlog\include\details\log_msg-inl.h" />
<ClInclude Include="..\external\spdlog\include\details\log_msg.h" />
<ClInclude Include="..\external\spdlog\include\details\log_msg_buffer-inl.h" />
<ClInclude Include="..\external\spdlog\include\details\log_msg_buffer.h" />
<ClInclude Include="..\external\spdlog\include\details\mpmc_blocking_q.h" />
<ClInclude Include="..\external\spdlog\include\details\null_mutex.h" />
<ClInclude Include="..\external\spdlog\include\details\os-inl.h" />
<ClInclude Include="..\external\spdlog\include\details\os.h" />
<ClInclude Include="..\external\spdlog\include\details\periodic_worker-inl.h" />
<ClInclude Include="..\external\spdlog\include\details\periodic_worker.h" />
<ClInclude Include="..\external\spdlog\include\details\registry-inl.h" />
<ClInclude Include="..\external\spdlog\include\details\registry.h" />
<ClInclude Include="..\external\spdlog\include\details\synchronous_factory.h" />
<ClInclude Include="..\external\spdlog\include\details\tcp_client-windows.h" />
<ClInclude Include="..\external\spdlog\include\details\tcp_client.h" />
<ClInclude Include="..\external\spdlog\include\details\thread_pool-inl.h" />
<ClInclude Include="..\external\spdlog\include\details\thread_pool.h" />
<ClInclude Include="..\external\spdlog\include\details\windows_include.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bin_to_hex.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\args.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\chrono.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\color.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\compile.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\core.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\format-inl.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\format.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\locale.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\os.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\ostream.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\printf.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\ranges.h" />
<ClInclude Include="..\external\spdlog\include\fmt\bundled\xchar.h" />
<ClInclude Include="..\external\spdlog\include\fmt\chrono.h" />
<ClInclude Include="..\external\spdlog\include\fmt\fmt.h" />
<ClInclude Include="..\external\spdlog\include\fmt\ostr.h" />
<ClInclude Include="..\external\spdlog\include\fmt\xchar.h" />
<ClInclude Include="..\external\spdlog\include\formatter.h" />
<ClInclude Include="..\external\spdlog\include\fwd.h" />
<ClInclude Include="..\external\spdlog\include\logger-inl.h" />
<ClInclude Include="..\external\spdlog\include\logger.h" />
<ClInclude Include="..\external\spdlog\include\pattern_formatter-inl.h" />
<ClInclude Include="..\external\spdlog\include\pattern_formatter.h" />
<ClInclude Include="..\external\spdlog\include\sinks\android_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\ansicolor_sink-inl.h" />
<ClInclude Include="..\external\spdlog\include\sinks\ansicolor_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\base_sink-inl.h" />
<ClInclude Include="..\external\spdlog\include\sinks\base_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\basic_file_sink-inl.h" />
<ClInclude Include="..\external\spdlog\include\sinks\basic_file_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\daily_file_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\dist_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\dup_filter_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\hourly_file_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\mongo_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\msvc_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\null_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\ostream_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\qt_sinks.h" />
<ClInclude Include="..\external\spdlog\include\sinks\ringbuffer_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\rotating_file_sink-inl.h" />
<ClInclude Include="..\external\spdlog\include\sinks\rotating_file_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\sink-inl.h" />
<ClInclude Include="..\external\spdlog\include\sinks\sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\stdout_color_sinks-inl.h" />
<ClInclude Include="..\external\spdlog\include\sinks\stdout_color_sinks.h" />
<ClInclude Include="..\external\spdlog\include\sinks\stdout_sinks-inl.h" />
<ClInclude Include="..\external\spdlog\include\sinks\stdout_sinks.h" />
<ClInclude Include="..\external\spdlog\include\sinks\syslog_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\systemd_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\tcp_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\wincolor_sink-inl.h" />
<ClInclude Include="..\external\spdlog\include\sinks\wincolor_sink.h" />
<ClInclude Include="..\external\spdlog\include\sinks\win_eventlog_sink.h" />
<ClInclude Include="..\external\spdlog\include\spdlog-inl.h" />
<ClInclude Include="..\external\spdlog\include\spdlog.h" />
<ClInclude Include="..\external\spdlog\include\stopwatch.h" />
<ClInclude Include="..\external\spdlog\include\tweakme.h" />
<ClInclude Include="..\external\spdlog\include\version.h" />
<ClInclude Include="..\shared\include\address.h" />
<ClInclude Include="..\shared\include\httplib.h" />
<ClInclude Include="..\shared\include\json.hpp" />
<ClInclude Include="..\shared\include\utility.h" />
<ClInclude Include="console.h" />
<ClInclude Include="dllmain.h" />
<ClInclude Include="hooks.h" />
<ClInclude Include="opcodes.h" />
<ClInclude Include="pch.h" />
</ItemGroup>
<ItemGroup>
2021-07-26 05:58:49 -07:00
<None Include="r5dedicated.def" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>