This repository has been archived by the owner on May 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HSR-GC.vcxproj
102 lines (102 loc) · 5.3 KB
/
HSR-GC.vcxproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dependencies\Direct3D\Direct3D.cpp" />
<ClCompile Include="dependencies\ImGui\backends\imgui_impl_dx11.cpp" />
<ClCompile Include="dependencies\ImGui\backends\imgui_impl_dx9.cpp" />
<ClCompile Include="dependencies\ImGui\backends\imgui_impl_win32.cpp" />
<ClCompile Include="dependencies\ImGui\imgui.cpp" />
<ClCompile Include="dependencies\ImGui\imgui_demo.cpp" />
<ClCompile Include="dependencies\ImGui\imgui_draw.cpp" />
<ClCompile Include="dependencies\ImGui\imgui_tables.cpp" />
<ClCompile Include="dependencies\ImGui\imgui_widgets.cpp" />
<ClCompile Include="dependencies\ImGui\misc\cpp\imgui_stdlib.cpp" />
<ClCompile Include="dependencies\MinHook\buffer.c" />
<ClCompile Include="dependencies\MinHook\hde\hde32.c" />
<ClCompile Include="dependencies\MinHook\hde\hde64.c" />
<ClCompile Include="dependencies\MinHook\hook.c" />
<ClCompile Include="dependencies\MinHook\trampoline.c" />
<ClCompile Include="main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Cheat.h" />
<ClInclude Include="Core.hpp" />
<ClInclude Include="dependencies\Direct3D\Direct3D.h" />
<ClInclude Include="dependencies\ImGui\backends\imgui_impl_dx11.h" />
<ClInclude Include="dependencies\ImGui\backends\imgui_impl_dx9.h" />
<ClInclude Include="dependencies\ImGui\backends\imgui_impl_win32.h" />
<ClInclude Include="dependencies\ImGui\imconfig.h" />
<ClInclude Include="dependencies\ImGui\imgui.h" />
<ClInclude Include="dependencies\ImGui\imgui_internal.h" />
<ClInclude Include="dependencies\ImGui\imstb_rectpack.h" />
<ClInclude Include="dependencies\ImGui\imstb_textedit.h" />
<ClInclude Include="dependencies\ImGui\imstb_truetype.h" />
<ClInclude Include="dependencies\ImGui\misc\cpp\imgui_stdlib.h" />
<ClInclude Include="dependencies\MinHook\buffer.h" />
<ClInclude Include="dependencies\MinHook\hde\hde32.h" />
<ClInclude Include="dependencies\MinHook\hde\hde64.h" />
<ClInclude Include="dependencies\MinHook\hde\pstdint.h" />
<ClInclude Include="dependencies\MinHook\hde\table32.h" />
<ClInclude Include="dependencies\MinHook\hde\table64.h" />
<ClInclude Include="dependencies\MinHook\MinHook.h" />
<ClInclude Include="dependencies\MinHook\trampoline.h" />
<ClInclude Include="Device.h" />
<ClInclude Include="GlobalSetting.hpp" />
<ClInclude Include="Utils.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{35e08305-6e14-4a20-9b5a-8aec0dd760cf}</ProjectGuid>
<RootNamespace>HSRGC</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</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" />
<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>
<AdditionalIncludeDirectories>$(SolutionDir)\dependencies\imgui;$(SolutionDir)\dependencies;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>copy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(SolutionDir)HSR-injector\ACE-DRV$(TargetExt)</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>