2021-09-08 00:32:03 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
<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>{28cc6b4f-7a95-4933-ada9-65e38d48516d}</ProjectGuid>
|
|
|
|
|
<RootNamespace>r5dev</RootNamespace>
|
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2021-06-17 17:07:26 -07:00
|
|
|
|
<ProjectName>r5dev</ProjectName>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</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>
|
2021-06-08 10:54:49 -07:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2021-06-08 10:54:49 -07:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2021-07-08 07:07:27 -07:00
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</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="PropertySheet.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>
|
2021-08-14 01:56:05 +02:00
|
|
|
|
<IncludePath>$(SolutionDir)r5net\include\r5;$(SolutionDir)external\minhook\include;$(SolutionDir)external\imgui\include;$(SolutionDir)external\spdlog\include;$(SolutionDir)shared\include;$(SolutionDir)r5dev\include;$(IncludePath)</IncludePath>
|
2021-08-12 14:51:20 +03:00
|
|
|
|
<LibraryPath>$(SolutionDir)external\minhook\lib\$(Configuration);$(SolutionDir)r5net\lib\$(Configuration);$(LibraryPath)</LibraryPath>
|
2021-08-06 16:30:57 +02:00
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
|
|
|
|
<TargetName>r5detours</TargetName>
|
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2021-08-14 01:56:05 +02:00
|
|
|
|
<IncludePath>$(SolutionDir)r5net\include\r5;$(SolutionDir)external\minhook\include;$(SolutionDir)external\imgui\include;$(SolutionDir)external\spdlog\include;$(SolutionDir)shared\include;$(SolutionDir)r5dev\include;$(IncludePath)</IncludePath>
|
2021-08-12 14:51:20 +03:00
|
|
|
|
<LibraryPath>$(SolutionDir)external\minhook\lib\$(Configuration);$(SolutionDir)r5net\lib\$(Configuration);$(LibraryPath)</LibraryPath>
|
2021-08-06 16:30:57 +02:00
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
|
|
|
|
<TargetName>r5detours</TargetName>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</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>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
2021-06-08 10:54:49 -07:00
|
|
|
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableUAC>false</EnableUAC>
|
|
|
|
|
<ModuleDefinitionFile>r5dev.def</ModuleDefinitionFile>
|
2021-09-08 00:32:03 +02:00
|
|
|
|
<AdditionalDependencies>Minhook.x64.lib;r5net.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2021-08-19 15:26:44 +02:00
|
|
|
|
<Command>del "$(SolutionDir)bin\$(Configuration)\r5dev.dll"
|
2021-08-17 22:17:58 +02:00
|
|
|
|
rename "$(TargetPath)" "r5dev.dll"</Command>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</PostBuildEvent>
|
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"
|
2021-08-14 01:56:05 +02:00
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
if not EXIST $(SolutionDir)r5net\lib\$(Configuration)\r5net.lib (
|
|
|
|
|
"$(DevEnvDir)devenv" "$(SolutionDir)apex.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5net\r5net.vcxproj"
|
|
|
|
|
);</Command>
|
2021-08-06 16:30:57 +02:00
|
|
|
|
</PreBuildEvent>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</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>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
2021-06-08 10:54:49 -07:00
|
|
|
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
2021-07-27 23:08:20 +02:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableUAC>false</EnableUAC>
|
|
|
|
|
<ModuleDefinitionFile>r5dev.def</ModuleDefinitionFile>
|
2021-09-08 00:32:03 +02:00
|
|
|
|
<AdditionalDependencies>Minhook.x64.lib;r5net.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
2021-08-06 16:30:57 +02:00
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</PostBuildEvent>
|
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"
|
2021-08-14 01:56:05 +02:00
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
if not EXIST $(SolutionDir)r5net\lib\$(Configuration)\r5net.lib (
|
|
|
|
|
"$(DevEnvDir)devenv" "$(SolutionDir)apex.sln" /Rebuild $(Configuration) /project "$(SolutionDir)r5net\r5net.vcxproj"
|
|
|
|
|
);</Command>
|
2021-08-06 16:30:57 +02:00
|
|
|
|
</PreBuildEvent>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2021-07-08 07:01:02 -07:00
|
|
|
|
<ClInclude Include="..\external\imgui\include\imconfig.h" />
|
|
|
|
|
<ClInclude Include="..\external\imgui\include\imgui.h" />
|
|
|
|
|
<ClInclude Include="..\external\imgui\include\imgui_impl_dx11.h" />
|
|
|
|
|
<ClInclude Include="..\external\imgui\include\imgui_impl_win32.h" />
|
|
|
|
|
<ClInclude Include="..\external\imgui\include\imgui_internal.h" />
|
|
|
|
|
<ClInclude Include="..\external\imgui\include\imstb_rectpack.h" />
|
|
|
|
|
<ClInclude Include="..\external\imgui\include\imstb_textedit.h" />
|
|
|
|
|
<ClInclude Include="..\external\imgui\include\imstb_truetype.h" />
|
2021-07-27 23:08:20 +02:00
|
|
|
|
<ClInclude Include="..\external\minhook\include\MinHook.h" />
|
2021-07-08 07:07:27 -07:00
|
|
|
|
<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" />
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<ClInclude Include="..\shared\include\address.h" />
|
2021-09-08 00:32:03 +02:00
|
|
|
|
<ClInclude Include="..\shared\include\banlist.h" />
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<ClInclude Include="..\shared\include\httplib.h" />
|
|
|
|
|
<ClInclude Include="..\shared\include\json.hpp" />
|
|
|
|
|
<ClInclude Include="..\shared\include\utility.h" />
|
2021-08-06 18:12:07 -07:00
|
|
|
|
<ClInclude Include="include\CCompanion.h" />
|
2021-06-14 17:41:20 -07:00
|
|
|
|
<ClInclude Include="include\console.h" />
|
2021-06-16 16:12:53 -07:00
|
|
|
|
<ClInclude Include="include\enums.h" />
|
2021-07-13 18:38:48 +02:00
|
|
|
|
<ClInclude Include="include\gameclasses.h" />
|
2021-08-06 18:12:07 -07:00
|
|
|
|
<ClInclude Include="include\gui_utility.h" />
|
2021-06-14 17:41:20 -07:00
|
|
|
|
<ClInclude Include="include\hooks.h" />
|
2021-06-14 17:58:48 -07:00
|
|
|
|
<ClInclude Include="include\id3dx.h" />
|
2021-07-24 19:55:23 +03:00
|
|
|
|
<ClInclude Include="include\imgui_stdlib.h" />
|
2021-06-19 11:21:31 -07:00
|
|
|
|
<ClInclude Include="include\input.h" />
|
2021-06-14 17:41:20 -07:00
|
|
|
|
<ClInclude Include="include\opcptc.h" />
|
2021-08-06 18:12:07 -07:00
|
|
|
|
<ClInclude Include="include\CGameConsole.h" />
|
2021-06-14 17:41:20 -07:00
|
|
|
|
<ClInclude Include="include\patterns.h" />
|
2021-07-19 15:45:42 +02:00
|
|
|
|
<ClInclude Include="include\pch.h" />
|
2021-06-14 17:41:20 -07:00
|
|
|
|
<ClInclude Include="include\r5dev.h" />
|
2021-09-14 16:25:22 +01:00
|
|
|
|
<ClInclude Include="include\squirrel.h" />
|
2021-06-14 17:41:20 -07:00
|
|
|
|
<ClInclude Include="include\structs.h" />
|
2021-08-13 22:57:47 +03:00
|
|
|
|
<ClInclude Include="resource.h" />
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
<ClCompile Include="..\external\imgui\src\imgui.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\external\imgui\src\imgui_demo.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\external\imgui\src\imgui_draw.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\external\imgui\src\imgui_impl_dx11.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\external\imgui\src\imgui_impl_win32.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
</ClCompile>
|
2021-07-24 19:55:23 +03:00
|
|
|
|
<ClCompile Include="..\external\imgui\src\imgui_stdlib.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2021-08-06 16:30:57 +02:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
2021-07-24 19:55:23 +03:00
|
|
|
|
</ClCompile>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
<ClCompile Include="..\external\imgui\src\imgui_tables.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\external\imgui\src\imgui_widgets.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
</ClCompile>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<ClCompile Include="..\shared\utility.cpp" />
|
2021-08-06 18:12:07 -07:00
|
|
|
|
<ClCompile Include="src\CCompanion.cpp" />
|
2021-07-19 15:45:42 +02:00
|
|
|
|
<ClCompile Include="src\console.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pch.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="src\dllmain.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pch.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="src\gameclasses.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pch.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
2021-08-08 22:32:30 +02:00
|
|
|
|
<ClCompile Include="src\hooks\cbasefilesystem.cpp" />
|
2021-07-27 23:08:20 +02:00
|
|
|
|
<ClCompile Include="src\hooks\chlclient.cpp" />
|
2021-09-08 00:32:03 +02:00
|
|
|
|
<ClCompile Include="src\hooks\connectclient.cpp" />
|
2021-07-27 23:08:20 +02:00
|
|
|
|
<ClCompile Include="src\hooks\cvengineserver.cpp" />
|
|
|
|
|
<ClCompile Include="src\hooks\hooks.cpp" />
|
|
|
|
|
<ClCompile Include="src\hooks\iconvar.cpp" />
|
2021-08-20 23:40:44 +02:00
|
|
|
|
<ClCompile Include="src\hooks\loadplaylist.cpp" />
|
2021-07-27 23:08:20 +02:00
|
|
|
|
<ClCompile Include="src\hooks\msgbox.cpp" />
|
|
|
|
|
<ClCompile Include="src\hooks\net.cpp" />
|
2021-08-14 12:46:52 +02:00
|
|
|
|
<ClCompile Include="src\hooks\netchannel.cpp" />
|
2021-07-27 23:08:20 +02:00
|
|
|
|
<ClCompile Include="src\hooks\sqvm.cpp" />
|
|
|
|
|
<ClCompile Include="src\hooks\winapi.cpp" />
|
2021-07-19 15:45:42 +02:00
|
|
|
|
<ClCompile Include="src\id3dx.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pch.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="src\input.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pch.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
2021-08-06 18:12:07 -07:00
|
|
|
|
<ClCompile Include="src\gui_utility.cpp" />
|
2021-07-19 15:45:42 +02:00
|
|
|
|
<ClCompile Include="src\opcptc.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pch.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
2021-08-06 18:12:07 -07:00
|
|
|
|
<ClCompile Include="src\CGameConsole.cpp">
|
2021-07-19 15:45:42 +02:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pch.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="src\pch.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pch.h</PrecompiledHeaderFile>
|
2021-07-26 03:32:37 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">pch.h</PrecompiledHeaderFile>
|
2021-07-19 15:45:42 +02:00
|
|
|
|
</ClCompile>
|
2021-09-14 16:25:22 +01:00
|
|
|
|
<ClCompile Include="src\squirrel.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pch.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="r5dev.def" />
|
|
|
|
|
</ItemGroup>
|
2021-08-12 14:51:20 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\r5net\r5net.vcxproj">
|
|
|
|
|
<Project>{f04be619-0326-4ff1-b06b-fbe882e04d5e}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2021-04-13 04:45:22 -07:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|