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+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >16.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{12e398cd-74b9-4c0c-8227-634472d2cb04}</ProjectGuid >
25+ <RootNamespace >Dumper</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30+ <ConfigurationType >DynamicLibrary</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v143</PlatformToolset >
33+ <CharacterSet >MultiByte</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v143</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >MultiByte</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43+ <ConfigurationType >DynamicLibrary</ConfigurationType >
44+ <UseDebugLibraries >true</UseDebugLibraries >
45+ <PlatformToolset >v143</PlatformToolset >
46+ <CharacterSet >MultiByte</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49+ <ConfigurationType >DynamicLibrary</ConfigurationType >
50+ <UseDebugLibraries >false</UseDebugLibraries >
51+ <PlatformToolset >v143</PlatformToolset >
52+ <WholeProgramOptimization >true</WholeProgramOptimization >
53+ <CharacterSet >MultiByte</CharacterSet >
54+ </PropertyGroup >
55+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56+ <ImportGroup Label =" ExtensionSettings" >
57+ </ImportGroup >
58+ <ImportGroup Label =" Shared" >
59+ </ImportGroup >
60+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ </ImportGroup >
69+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <PropertyGroup Label =" UserMacros" />
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
74+ <IncludePath >C:\Program Files\Java\jdk-19\include;C:\Program Files\Java\jdk-19\include\win32;C:\Program Files\Java\jdk-19\include\win32\bridge;$(IncludePath)</IncludePath >
75+ </PropertyGroup >
76+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
77+ <IncludePath >C:\Program Files\Java\jdk-19\include;C:\Program Files\Java\jdk-19\include\win32;C:\Program Files\Java\jdk-19\include\win32\bridge;$(IncludePath)</IncludePath >
78+ </PropertyGroup >
79+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
80+ <IncludePath >C:\Program Files\Java\jdk-19\include;C:\Program Files\Java\jdk-19\include\win32;C:\Program Files\Java\jdk-19\include\win32\bridge;$(IncludePath)</IncludePath >
81+ </PropertyGroup >
82+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
83+ <IncludePath >C:\Program Files\Java\jdk-19\include;C:\Program Files\Java\jdk-19\include\win32;C:\Program Files\Java\jdk-19\include\win32\bridge;$(IncludePath)</IncludePath >
84+ </PropertyGroup >
85+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86+ <ClCompile >
87+ <WarningLevel >Level3</WarningLevel >
88+ <SDLCheck >true</SDLCheck >
89+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions >
90+ <ConformanceMode >true</ConformanceMode >
91+ <LanguageStandard >stdcpp20</LanguageStandard >
92+ </ClCompile >
93+ <Link >
94+ <SubSystem >Console</SubSystem >
95+ <GenerateDebugInformation >true</GenerateDebugInformation >
96+ <AdditionalDependencies >$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies >
97+ <ModuleDefinitionFile >
98+ </ModuleDefinitionFile >
99+ </Link >
100+ </ItemDefinitionGroup >
101+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
102+ <ClCompile >
103+ <WarningLevel >Level3</WarningLevel >
104+ <FunctionLevelLinking >true</FunctionLevelLinking >
105+ <IntrinsicFunctions >true</IntrinsicFunctions >
106+ <SDLCheck >true</SDLCheck >
107+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions >
108+ <ConformanceMode >true</ConformanceMode >
109+ <LanguageStandard >stdcpp20</LanguageStandard >
110+ </ClCompile >
111+ <Link >
112+ <SubSystem >Console</SubSystem >
113+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
114+ <OptimizeReferences >true</OptimizeReferences >
115+ <GenerateDebugInformation >true</GenerateDebugInformation >
116+ <AdditionalDependencies >$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies >
117+ <ModuleDefinitionFile >
118+ </ModuleDefinitionFile >
119+ </Link >
120+ </ItemDefinitionGroup >
121+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
122+ <ClCompile >
123+ <WarningLevel >Level3</WarningLevel >
124+ <SDLCheck >true</SDLCheck >
125+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions >
126+ <ConformanceMode >true</ConformanceMode >
127+ <LanguageStandard >stdcpp20</LanguageStandard >
128+ <AdditionalIncludeDirectories >$(SolutionDir)Dumper\hook\min_hook\dll_resources\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
129+ </ClCompile >
130+ <Link >
131+ <SubSystem >Console</SubSystem >
132+ <GenerateDebugInformation >true</GenerateDebugInformation >
133+ <AdditionalDependencies >%(AdditionalDependencies)</AdditionalDependencies >
134+ <ModuleDefinitionFile >
135+ </ModuleDefinitionFile >
136+ <AssemblyLinkResource >
137+ </AssemblyLinkResource >
138+ </Link >
139+ </ItemDefinitionGroup >
140+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
141+ <ClCompile >
142+ <WarningLevel >Level3</WarningLevel >
143+ <FunctionLevelLinking >true</FunctionLevelLinking >
144+ <IntrinsicFunctions >true</IntrinsicFunctions >
145+ <SDLCheck >true</SDLCheck >
146+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions >
147+ <ConformanceMode >true</ConformanceMode >
148+ <LanguageStandard >stdcpp20</LanguageStandard >
149+ </ClCompile >
150+ <Link >
151+ <SubSystem >Console</SubSystem >
152+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
153+ <OptimizeReferences >true</OptimizeReferences >
154+ <GenerateDebugInformation >true</GenerateDebugInformation >
155+ <AdditionalDependencies >$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies >
156+ <ModuleDefinitionFile >
157+ </ModuleDefinitionFile >
158+ <AssemblyLinkResource >%(AssemblyLinkResource)</AssemblyLinkResource >
159+ </Link >
160+ </ItemDefinitionGroup >
161+ <ItemGroup >
162+ <ClCompile Include =" entry\entry.cpp" />
163+ <ClCompile Include =" hook\hook.cpp" />
164+ <ClCompile Include =" main.cpp" />
165+ </ItemGroup >
166+ <ItemGroup >
167+ <ClInclude Include =" hook\hook.h" />
168+ <ClInclude Include =" main.h" />
169+ </ItemGroup >
170+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
171+ <ImportGroup Label =" ExtensionTargets" >
172+ </ImportGroup >
173+ </Project >
0 commit comments