diff options
| author | boris <wzn@moneybot.cc> | 2018-11-28 16:00:02 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-11-28 16:00:02 +1300 |
| commit | 3d412a4b30a9f7c7f51ea6562e694315948bd3da (patch) | |
| tree | 26d67dfd1f3e5fd12903ad13e85d0cb8bcf8f21c /gmod/gmod.vcxproj | |
| parent | e4729e4393d90271a3814c7a79950a660c48325a (diff) | |
cleaned up
in short, the cheat and loader are now separate solutions. unused stuff was moved into the legacy solution in case anyone wants to compile it or whatever.
i can change this back if you want to. also, i configured the loader to compile in x64, and have separate build types for linux and win64
Diffstat (limited to 'gmod/gmod.vcxproj')
| -rw-r--r-- | gmod/gmod.vcxproj | 369 |
1 files changed, 0 insertions, 369 deletions
diff --git a/gmod/gmod.vcxproj b/gmod/gmod.vcxproj deleted file mode 100644 index ce74398..0000000 --- a/gmod/gmod.vcxproj +++ /dev/null @@ -1,369 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="pHit|Win32">
- <Configuration>pHit</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="pHit|x64">
- <Configuration>pHit</Configuration>
- <Platform>x64</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>
- <ProjectConfiguration Include="optimize_test|Win32">
- <Configuration>optimize_test</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="base_cheat.hpp" />
- <ClInclude Include="bf_write.hpp" />
- <ClInclude Include="CHLClient.hpp" />
- <ClInclude Include="CInput.hpp" />
- <ClInclude Include="ClientClass.hpp" />
- <ClInclude Include="CLuaInterface.hpp" />
- <ClInclude Include="CLuaShared.hpp" />
- <ClInclude Include="color.hpp" />
- <ClInclude Include="console.hpp" />
- <ClInclude Include="context.hpp" />
- <ClInclude Include="con_alias.hpp" />
- <ClInclude Include="con_fn.hpp" />
- <ClInclude Include="CUtlVector.hpp" />
- <ClInclude Include="c_base_player.hpp" />
- <ClInclude Include="c_base_weapon.hpp" />
- <ClInclude Include="d3d.hpp" />
- <ClInclude Include="d3d_sprite.hpp" />
- <ClInclude Include="extra.hpp" />
- <ClInclude Include="factory.hpp" />
- <ClInclude Include="GlobalVars_t.hpp" />
- <ClInclude Include="hooks.hpp" />
- <ClInclude Include="IAppSystem.hpp" />
- <ClInclude Include="IClientEntityList.hpp" />
- <ClInclude Include="IClientMode.hpp" />
- <ClInclude Include="icons\config.hpp" />
- <ClInclude Include="icons\legit.hpp" />
- <ClInclude Include="icons\misc.hpp" />
- <ClInclude Include="icons\rage.hpp" />
- <ClInclude Include="icons\visuals.hpp" />
- <ClInclude Include="ICvar.hpp" />
- <ClInclude Include="IEngineTrace.hpp" />
- <ClInclude Include="iface_dllmain_impl.hpp" />
- <ClInclude Include="IGameEventManager.hpp" />
- <ClInclude Include="IMaterialSystem.hpp" />
- <ClInclude Include="IMemAlloc.hpp" />
- <ClInclude Include="input_system.hpp" />
- <ClInclude Include="interface.hpp" />
- <ClInclude Include="IPanel.hpp" />
- <ClInclude Include="IPhysicsSurfaceProps.hpp" />
- <ClInclude Include="IPrediction.hpp" />
- <ClInclude Include="ISurface.hpp" />
- <ClInclude Include="IVEngineClient.hpp" />
- <ClInclude Include="IVModelInfoClient.hpp" />
- <ClInclude Include="IVRenderView.hpp" />
- <ClInclude Include="KeyValues.hpp" />
- <ClInclude Include="lag_mgr.hpp" />
- <ClInclude Include="math.hpp" />
- <ClInclude Include="mem.hpp" />
- <ClInclude Include="movement.hpp" />
- <ClInclude Include="netvars.hpp" />
- <ClInclude Include="netvar_proxy.hpp" />
- <ClInclude Include="playerlist.hpp" />
- <ClInclude Include="prediction.hpp" />
- <ClInclude Include="aimbot.hpp" />
- <ClInclude Include="renderer.hpp" />
- <ClInclude Include="sdk.hpp" />
- <ClInclude Include="settings.hpp" />
- <ClInclude Include="simple_settings.hpp" />
- <ClInclude Include="ui.h" />
- <ClInclude Include="ui_base_item.h" />
- <ClInclude Include="ui_button.h" />
- <ClInclude Include="ui_checkbox.h" />
- <ClInclude Include="ui_color_picker.h" />
- <ClInclude Include="ui_draw.h" />
- <ClInclude Include="ui_dropdown.h" />
- <ClInclude Include="ui_dropdown_item.h" />
- <ClInclude Include="ui_form.h" />
- <ClInclude Include="ui_key_picker.h" />
- <ClInclude Include="ui_label.h" />
- <ClInclude Include="ui_menu.h" />
- <ClInclude Include="ui_render.h" />
- <ClInclude Include="ui_slider.h" />
- <ClInclude Include="ui_tab_manager.h" />
- <ClInclude Include="ui_text_input.h" />
- <ClInclude Include="util.hpp" />
- <ClInclude Include="Valve\dt_common.h" />
- <ClInclude Include="Valve\dt_recv.h" />
- <ClInclude Include="vector.hpp" />
- <ClInclude Include="visual.hpp" />
- <ClInclude Include="vmt.hpp" />
- <ClInclude Include="x86.hpp" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="base_cheat.cpp" />
- <ClCompile Include="console.cpp" />
- <ClCompile Include="context.cpp" />
- <ClCompile Include="create_move.cpp" />
- <ClCompile Include="c_base_player.cpp" />
- <ClCompile Include="c_base_weapon.cpp" />
- <ClCompile Include="d3d.cpp" />
- <ClCompile Include="d3d_sprite.cpp" />
- <ClCompile Include="directx.cpp" />
- <ClCompile Include="extra.cpp" />
- <ClCompile Include="factory.cpp" />
- <ClCompile Include="fire_bullets.cpp" />
- <ClCompile Include="frame_stage_notify.cpp" />
- <ClCompile Include="hooks.cpp" />
- <ClCompile Include="input_system.cpp" />
- <ClCompile Include="interface.cpp" />
- <ClCompile Include="KeyValues.cpp" />
- <ClCompile Include="lag_mgr.cpp" />
- <ClCompile Include="lock_cursor.cpp" />
- <ClCompile Include="math.cpp" />
- <ClCompile Include="movement.cpp" />
- <ClCompile Include="netvars.cpp" />
- <ClCompile Include="override_view.cpp" />
- <ClCompile Include="paint.cpp" />
- <ClCompile Include="playerlist.cpp" />
- <ClCompile Include="prediction.cpp" />
- <ClCompile Include="aimbot.cpp" />
- <ClCompile Include="renderer.cpp" />
- <ClCompile Include="run_command.cpp" />
- <ClCompile Include="simple_settings.cpp" />
- <ClCompile Include="Source.cpp" />
- <ClCompile Include="util.cpp" />
- <ClCompile Include="visual_draw.cpp" />
- <ClCompile Include="visual_player.cpp" />
- <ClCompile Include="window_procedure.cpp" />
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <VCProjectVersion>15.0</VCProjectVersion>
- <ProjectGuid>{82E7C50B-01E3-4D65-AECC-196E9494DFF4}</ProjectGuid>
- <RootNamespace>gmod</RootNamespace>
- <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='optimize_test|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='pHit|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='pHit|x64'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="Shared">
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='optimize_test|Win32'" Label="PropertySheets">
- <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|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 Condition="'$(Configuration)|$(Platform)'=='pHit|Win32'" Label="PropertySheets">
- <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>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='pHit|x64'" Label="PropertySheets">
- <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)'=='optimize_test|Win32'">
- <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
- <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(LibraryPath)</LibraryPath>
- <OutDir>$(SolutionDir)\bin</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
- <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(LibraryPath)</LibraryPath>
- <OutDir>$(SolutionDir)bin</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <OutDir>$(SolutionDir)bin</OutDir>
- <GenerateManifest>false</GenerateManifest>
- <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
- <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(LibraryPath)</LibraryPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='pHit|Win32'">
- <OutDir>$(SolutionDir)bin</OutDir>
- <GenerateManifest>false</GenerateManifest>
- <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(IncludePath)</IncludePath>
- <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(LibraryPath)</LibraryPath>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='optimize_test|Win32'">
- <ClCompile>
- <WarningLevel>Level2</WarningLevel>
- <Optimization>Full</Optimization>
- <SDLCheck>true</SDLCheck>
- <AdditionalOptions>/std:c++latest /Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions>
- <PreprocessorDefinitions>_WINDLL;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_DEBUG;_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS</PreprocessorDefinitions>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- <MinimalRebuild>false</MinimalRebuild>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
- <FloatingPointModel>Fast</FloatingPointModel>
- <StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <UndefinePreprocessorDefinitions>_DEBUG</UndefinePreprocessorDefinitions>
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- <PrecompiledHeaderFile>precompiled.hpp</PrecompiledHeaderFile>
- </ClCompile>
- <Link>
- <AssemblyDebug>false</AssemblyDebug>
- <AdditionalOptions>/FAs %(AdditionalOptions)</AdditionalOptions>
- <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
- <FullProgramDatabaseFile>false</FullProgramDatabaseFile>
- <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <SDLCheck>true</SDLCheck>
- <ConformanceMode>true</ConformanceMode>
- <LanguageStandard>stdcpplatest</LanguageStandard>
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='pHit|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <SDLCheck>true</SDLCheck>
- <ConformanceMode>true</ConformanceMode>
- <LanguageStandard>stdcpplatest</LanguageStandard>
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <SDLCheck>true</SDLCheck>
- <ConformanceMode>false</ConformanceMode>
- <LanguageStandard>stdcpplatest</LanguageStandard>
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <SDLCheck>true</SDLCheck>
- <ConformanceMode>true</ConformanceMode>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <SDLCheck>true</SDLCheck>
- <ConformanceMode>true</ConformanceMode>
- </ClCompile>
- <Link>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='pHit|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <SDLCheck>true</SDLCheck>
- <ConformanceMode>true</ConformanceMode>
- </ClCompile>
- <Link>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file |
