1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" 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
+ <ItemGroup >
22
+ <ClInclude Include =" external\safetyhook\safetyhook.hpp" />
23
+ <ClInclude Include =" external\safetyhook\Zydis.h" />
24
+ <ClInclude Include =" src\helper.hpp" />
25
+ <ClInclude Include =" src\stdafx.h" />
26
+ <ClInclude Include =" src\UnrealContainers.hpp" />
27
+ </ItemGroup >
28
+ <ItemGroup >
29
+ <ClCompile Include =" external\safetyhook\safetyhook.cpp" />
30
+ <ClCompile Include =" external\safetyhook\Zydis.c" />
31
+ <ClCompile Include =" src\dllmain.cpp" />
32
+ </ItemGroup >
33
+ <PropertyGroup Label =" Globals" >
34
+ <VCProjectVersion >17.0</VCProjectVersion >
35
+ <Keyword >Win32Proj</Keyword >
36
+ <ProjectGuid >{0f9bdf3d-32e2-4265-aa0b-9f8492fe61ac}</ProjectGuid >
37
+ <RootNamespace >WukongTweak</RootNamespace >
38
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
39
+ </PropertyGroup >
40
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
41
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
42
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
43
+ <UseDebugLibraries >true</UseDebugLibraries >
44
+ <PlatformToolset >v143</PlatformToolset >
45
+ <CharacterSet >Unicode</CharacterSet >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
48
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
49
+ <UseDebugLibraries >false</UseDebugLibraries >
50
+ <PlatformToolset >v143</PlatformToolset >
51
+ <WholeProgramOptimization >true</WholeProgramOptimization >
52
+ <CharacterSet >Unicode</CharacterSet >
53
+ </PropertyGroup >
54
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
55
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
56
+ <UseDebugLibraries >true</UseDebugLibraries >
57
+ <PlatformToolset >v143</PlatformToolset >
58
+ <CharacterSet >Unicode</CharacterSet >
59
+ </PropertyGroup >
60
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
61
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
62
+ <UseDebugLibraries >false</UseDebugLibraries >
63
+ <PlatformToolset >v143</PlatformToolset >
64
+ <WholeProgramOptimization >true</WholeProgramOptimization >
65
+ <CharacterSet >Unicode</CharacterSet >
66
+ </PropertyGroup >
67
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
68
+ <ImportGroup Label =" ExtensionSettings" >
69
+ </ImportGroup >
70
+ <ImportGroup Label =" Shared" >
71
+ </ImportGroup >
72
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74
+ </ImportGroup >
75
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
76
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
77
+ </ImportGroup >
78
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
79
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
80
+ </ImportGroup >
81
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
82
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
83
+ </ImportGroup >
84
+ <PropertyGroup Label =" UserMacros" />
85
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
86
+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
87
+ <TargetExt >.asi</TargetExt >
88
+ <IncludePath >external\safetyhook;external\spdlog\include;external\inipp;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath >
89
+ </PropertyGroup >
90
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
91
+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
92
+ <TargetExt >.asi</TargetExt >
93
+ <IncludePath >external\safetyhook;external\spdlog\include;external\inipp;$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath >
94
+ </PropertyGroup >
95
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
96
+ <ClCompile >
97
+ <WarningLevel >Level3</WarningLevel >
98
+ <SDLCheck >true</SDLCheck >
99
+ <PreprocessorDefinitions >WIN32;_DEBUG;WukongTweak_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
100
+ <ConformanceMode >true</ConformanceMode >
101
+ <PrecompiledHeader >Use</PrecompiledHeader >
102
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
103
+ </ClCompile >
104
+ <Link >
105
+ <SubSystem >Windows</SubSystem >
106
+ <GenerateDebugInformation >true</GenerateDebugInformation >
107
+ <EnableUAC >false</EnableUAC >
108
+ </Link >
109
+ </ItemDefinitionGroup >
110
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
111
+ <ClCompile >
112
+ <WarningLevel >Level3</WarningLevel >
113
+ <FunctionLevelLinking >true</FunctionLevelLinking >
114
+ <IntrinsicFunctions >true</IntrinsicFunctions >
115
+ <SDLCheck >true</SDLCheck >
116
+ <PreprocessorDefinitions >WIN32;NDEBUG;WukongTweak_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
117
+ <ConformanceMode >true</ConformanceMode >
118
+ <PrecompiledHeader >Use</PrecompiledHeader >
119
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
120
+ </ClCompile >
121
+ <Link >
122
+ <SubSystem >Windows</SubSystem >
123
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
124
+ <OptimizeReferences >true</OptimizeReferences >
125
+ <GenerateDebugInformation >true</GenerateDebugInformation >
126
+ <EnableUAC >false</EnableUAC >
127
+ </Link >
128
+ </ItemDefinitionGroup >
129
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
130
+ <ClCompile >
131
+ <WarningLevel >Level3</WarningLevel >
132
+ <SDLCheck >true</SDLCheck >
133
+ <PreprocessorDefinitions >_DEBUG;WukongTweak_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
134
+ <ConformanceMode >true</ConformanceMode >
135
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
136
+ <PrecompiledHeaderFile >stdafx.h</PrecompiledHeaderFile >
137
+ <LanguageStandard >stdcpplatest</LanguageStandard >
138
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
139
+ <AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
140
+ </ClCompile >
141
+ <Link >
142
+ <SubSystem >Windows</SubSystem >
143
+ <GenerateDebugInformation >true</GenerateDebugInformation >
144
+ <EnableUAC >false</EnableUAC >
145
+ </Link >
146
+ </ItemDefinitionGroup >
147
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
148
+ <ClCompile >
149
+ <WarningLevel >Level3</WarningLevel >
150
+ <FunctionLevelLinking >true</FunctionLevelLinking >
151
+ <IntrinsicFunctions >true</IntrinsicFunctions >
152
+ <SDLCheck >true</SDLCheck >
153
+ <PreprocessorDefinitions >NDEBUG;WukongTweak_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
154
+ <ConformanceMode >true</ConformanceMode >
155
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
156
+ <PrecompiledHeaderFile >stdafx.h</PrecompiledHeaderFile >
157
+ <LanguageStandard >stdcpplatest</LanguageStandard >
158
+ <Optimization >MinSpace</Optimization >
159
+ <FavorSizeOrSpeed >Size</FavorSizeOrSpeed >
160
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
161
+ </ClCompile >
162
+ <Link >
163
+ <SubSystem >Windows</SubSystem >
164
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
165
+ <OptimizeReferences >true</OptimizeReferences >
166
+ <EnableUAC >false</EnableUAC >
167
+ </Link >
168
+ </ItemDefinitionGroup >
169
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
170
+ <ImportGroup Label =" ExtensionTargets" >
171
+ </ImportGroup >
172
+ </Project >
0 commit comments