1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{E753FDB6-774D-41ED-9E07-A09B837BE1CC}</ProjectGuid >
23
+ <TemplateGuid >{dd38f7fc-d7bd-488b-9242-7d8754cde80d}</TemplateGuid >
24
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
25
+ <MinimumVisualStudioVersion >12.0</MinimumVisualStudioVersion >
26
+ <Configuration >Debug</Configuration >
27
+ <Platform Condition =" '$(Platform)' == ''" >Win32</Platform >
28
+ <RootNamespace >infinity_hook_pro</RootNamespace >
29
+ </PropertyGroup >
30
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
32
+ <TargetVersion >Windows10</TargetVersion >
33
+ <UseDebugLibraries >true</UseDebugLibraries >
34
+ <PlatformToolset >WindowsKernelModeDriver10.0</PlatformToolset >
35
+ <ConfigurationType >Driver</ConfigurationType >
36
+ <DriverType >WDM</DriverType >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
39
+ <TargetVersion >Windows10</TargetVersion >
40
+ <UseDebugLibraries >false</UseDebugLibraries >
41
+ <PlatformToolset >WindowsKernelModeDriver10.0</PlatformToolset >
42
+ <ConfigurationType >Driver</ConfigurationType >
43
+ <DriverType >WDM</DriverType >
44
+ </PropertyGroup >
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
46
+ <TargetVersion >
47
+ </TargetVersion >
48
+ <UseDebugLibraries >true</UseDebugLibraries >
49
+ <PlatformToolset >WindowsKernelModeDriver10.0</PlatformToolset >
50
+ <ConfigurationType >Driver</ConfigurationType >
51
+ <DriverType >WDM</DriverType >
52
+ <DriverTargetPlatform >Desktop</DriverTargetPlatform >
53
+ </PropertyGroup >
54
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
55
+ <TargetVersion >
56
+ </TargetVersion >
57
+ <UseDebugLibraries >false</UseDebugLibraries >
58
+ <PlatformToolset >WindowsKernelModeDriver10.0</PlatformToolset >
59
+ <ConfigurationType >Driver</ConfigurationType >
60
+ <DriverType >WDM</DriverType >
61
+ <Driver_SpectreMitigation >false</Driver_SpectreMitigation >
62
+ <DriverTargetPlatform >Desktop</DriverTargetPlatform >
63
+ </PropertyGroup >
64
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
65
+ <ImportGroup Label =" ExtensionSettings" >
66
+ </ImportGroup >
67
+ <ImportGroup Label =" PropertySheets" >
68
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69
+ </ImportGroup >
70
+ <PropertyGroup Label =" UserMacros" />
71
+ <PropertyGroup />
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73
+ <DebuggerFlavor >DbgengKernelDebugger</DebuggerFlavor >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
76
+ <DebuggerFlavor >DbgengKernelDebugger</DebuggerFlavor >
77
+ </PropertyGroup >
78
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
79
+ <DebuggerFlavor >DbgengKernelDebugger</DebuggerFlavor >
80
+ </PropertyGroup >
81
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
82
+ <DebuggerFlavor >DbgengKernelDebugger</DebuggerFlavor >
83
+ <EnableInf2cat >false</EnableInf2cat >
84
+ </PropertyGroup >
85
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86
+ <ClCompile >
87
+ <TreatWarningAsError >false</TreatWarningAsError >
88
+ <BufferSecurityCheck >false</BufferSecurityCheck >
89
+ <ControlFlowGuard >false</ControlFlowGuard >
90
+ <DebugInformationFormat >None</DebugInformationFormat >
91
+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
92
+ </ClCompile >
93
+ <Inf >
94
+ <SpecifyArchitecture >false</SpecifyArchitecture >
95
+ </Inf >
96
+ <Link >
97
+ <GenerateDebugInformation >false</GenerateDebugInformation >
98
+ <EntryPointSymbol >DriverEntry</EntryPointSymbol >
99
+ </Link >
100
+ </ItemDefinitionGroup >
101
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
102
+ <DriverSign >
103
+ <FileDigestAlgorithm >sha256</FileDigestAlgorithm >
104
+ </DriverSign >
105
+ <Link >
106
+ <EntryPointSymbol >DriverEntry</EntryPointSymbol >
107
+ </Link >
108
+ </ItemDefinitionGroup >
109
+ <ItemGroup >
110
+ <FilesToPackage Include =" $(TargetPath)" />
111
+ </ItemGroup >
112
+ <ItemGroup >
113
+ <ClCompile Include =" hde\hde64.cpp" />
114
+ <ClCompile Include =" hook.cpp" />
115
+ <ClCompile Include =" main.cpp" />
116
+ </ItemGroup >
117
+ <ItemGroup >
118
+ <ClInclude Include =" defines.h" />
119
+ <ClInclude Include =" hde\hde64.h" />
120
+ <ClInclude Include =" hde\pstdint.h" />
121
+ <ClInclude Include =" hde\table64.h" />
122
+ <ClInclude Include =" headers.hpp" />
123
+ <ClInclude Include =" hook.hpp" />
124
+ <ClInclude Include =" imports.hpp" />
125
+ <ClInclude Include =" utils.hpp" />
126
+ </ItemGroup >
127
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
128
+ <ImportGroup Label =" ExtensionTargets" >
129
+ </ImportGroup >
130
+ </Project >
0 commit comments