2021-04-13 04:45:22 -07:00
|
|
|
<?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>{28cc6b4f-7a95-4933-ada9-65e38d48516d}</ProjectGuid>
|
|
|
|
<RootNamespace>r5dev</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>
|
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-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-06-14 17:41:20 -07:00
|
|
|
<IncludePath>$(SolutionDir)detours\include;$(SolutionDir)imgui\include;$(SolutionDir)r5dev\include;$(IncludePath)</IncludePath>
|
2021-04-13 04:45:22 -07:00
|
|
|
<LibraryPath>$(SolutionDir)detours\lib.X64;$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2021-06-14 17:41:20 -07:00
|
|
|
<IncludePath>$(SolutionDir)detours\include;$(SolutionDir)imgui\include;$(SolutionDir)r5dev\include;$(IncludePath)</IncludePath>
|
2021-04-13 04:45:22 -07:00
|
|
|
<LibraryPath>$(SolutionDir)detours\lib.X64;$(LibraryPath)</LibraryPath>
|
|
|
|
</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>NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>
|
|
|
|
</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>
|
|
|
|
<AdditionalDependencies>detours.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<PostBuildEvent>
|
2021-06-08 10:54:49 -07:00
|
|
|
<Command>
|
|
|
|
</Command>
|
2021-04-13 04:45:22 -07:00
|
|
|
</PostBuildEvent>
|
|
|
|
</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>NotUsing</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>
|
|
|
|
</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-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>
|
|
|
|
<AdditionalDependencies>detours.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<PostBuildEvent>
|
2021-06-08 10:54:49 -07:00
|
|
|
<Command>
|
|
|
|
</Command>
|
2021-04-13 04:45:22 -07:00
|
|
|
</PostBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2021-06-14 17:42:11 -07:00
|
|
|
<ClInclude Include="..\detours\include\detours.h" />
|
|
|
|
<ClInclude Include="..\detours\include\detver.h" />
|
|
|
|
<ClInclude Include="..\detours\include\syelog.h" />
|
|
|
|
<ClInclude Include="..\imgui\include\imconfig.h" />
|
|
|
|
<ClInclude Include="..\imgui\include\imgui.h" />
|
|
|
|
<ClInclude Include="..\imgui\include\imgui_impl_dx11.h" />
|
|
|
|
<ClInclude Include="..\imgui\include\imgui_impl_win32.h" />
|
|
|
|
<ClInclude Include="..\imgui\include\imgui_internal.h" />
|
|
|
|
<ClInclude Include="..\imgui\include\imstb_rectpack.h" />
|
|
|
|
<ClInclude Include="..\imgui\include\imstb_textedit.h" />
|
|
|
|
<ClInclude Include="..\imgui\include\imstb_truetype.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-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-06-14 17:41:20 -07:00
|
|
|
<ClInclude Include="include\opcptc.h" />
|
2021-06-14 17:58:48 -07:00
|
|
|
<ClInclude Include="include\overlay.h" />
|
2021-06-14 17:41:20 -07:00
|
|
|
<ClInclude Include="include\patterns.h" />
|
|
|
|
<ClInclude Include="include\r5dev.h" />
|
|
|
|
<ClInclude Include="include\structs.h" />
|
|
|
|
<ClInclude Include="include\utility.h" />
|
2021-04-13 04:45:22 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2021-06-14 17:42:11 -07:00
|
|
|
<ClCompile Include="..\imgui\src\imgui.cpp" />
|
|
|
|
<ClCompile Include="..\imgui\src\imgui_demo.cpp" />
|
|
|
|
<ClCompile Include="..\imgui\src\imgui_draw.cpp" />
|
|
|
|
<ClCompile Include="..\imgui\src\imgui_impl_dx11.cpp" />
|
|
|
|
<ClCompile Include="..\imgui\src\imgui_impl_win32.cpp" />
|
|
|
|
<ClCompile Include="..\imgui\src\imgui_tables.cpp" />
|
|
|
|
<ClCompile Include="..\imgui\src\imgui_widgets.cpp" />
|
2021-06-14 17:41:20 -07:00
|
|
|
<ClCompile Include="src\console.cpp" />
|
|
|
|
<ClCompile Include="src\dllmain.cpp" />
|
|
|
|
<ClCompile Include="src\hooks.cpp" />
|
2021-06-14 17:58:48 -07:00
|
|
|
<ClCompile Include="src\id3dx.cpp" />
|
2021-06-14 17:41:20 -07:00
|
|
|
<ClCompile Include="src\opcptc.cpp" />
|
2021-06-14 17:58:48 -07:00
|
|
|
<ClCompile Include="src\overlay.cpp" />
|
2021-06-14 17:41:20 -07:00
|
|
|
<ClCompile Include="src\utility.cpp" />
|
2021-04-13 04:45:22 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="r5dev.def" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|