1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.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 =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</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 >{33A91BC5-C798-4CA3-BDE2-ED317FCBCD7F}</ProjectGuid >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <RootNamespace >junk</RootNamespace >
25
+ <ProjectName >sysret</ProjectName >
26
+ </PropertyGroup >
27
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29
+ <ConfigurationType >Application</ConfigurationType >
30
+ <UseDebugLibraries >true</UseDebugLibraries >
31
+ <CharacterSet >NotSet</CharacterSet >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >true</UseDebugLibraries >
36
+ <CharacterSet >NotSet</CharacterSet >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
39
+ <ConfigurationType >Application</ConfigurationType >
40
+ <UseDebugLibraries >false</UseDebugLibraries >
41
+ <WholeProgramOptimization >true</WholeProgramOptimization >
42
+ <CharacterSet >Unicode</CharacterSet >
43
+ </PropertyGroup >
44
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
45
+ <ConfigurationType >Application</ConfigurationType >
46
+ <UseDebugLibraries >false</UseDebugLibraries >
47
+ <WholeProgramOptimization >true</WholeProgramOptimization >
48
+ <CharacterSet >NotSet</CharacterSet >
49
+ </PropertyGroup >
50
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
51
+ <ImportGroup Label =" ExtensionSettings" >
52
+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\masm.props" />
53
+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\vsyasm.props" />
54
+ </ImportGroup >
55
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <PropertyGroup Label =" UserMacros" />
68
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
69
+ <LinkIncremental >true</LinkIncremental >
70
+ </PropertyGroup >
71
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
72
+ <LinkIncremental >true</LinkIncremental >
73
+ </PropertyGroup >
74
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
75
+ <LinkIncremental >false</LinkIncremental >
76
+ </PropertyGroup >
77
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
78
+ <LinkIncremental >false</LinkIncremental >
79
+ </PropertyGroup >
80
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
81
+ <ClCompile >
82
+ <PrecompiledHeader >Use</PrecompiledHeader >
83
+ <WarningLevel >Level3</WarningLevel >
84
+ <Optimization >Disabled</Optimization >
85
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
86
+ </ClCompile >
87
+ <Link >
88
+ <SubSystem >Console</SubSystem >
89
+ <GenerateDebugInformation >true</GenerateDebugInformation >
90
+ <TargetMachine >MachineX64</TargetMachine >
91
+ </Link >
92
+ </ItemDefinitionGroup >
93
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
94
+ <ClCompile >
95
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
96
+ <WarningLevel >Level3</WarningLevel >
97
+ <Optimization >Disabled</Optimization >
98
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99
+ </ClCompile >
100
+ <Link >
101
+ <SubSystem >Console</SubSystem >
102
+ <GenerateDebugInformation >true</GenerateDebugInformation >
103
+ </Link >
104
+ </ItemDefinitionGroup >
105
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
106
+ <ClCompile >
107
+ <WarningLevel >Level3</WarningLevel >
108
+ <PrecompiledHeader >Use</PrecompiledHeader >
109
+ <Optimization >MaxSpeed</Optimization >
110
+ <FunctionLevelLinking >true</FunctionLevelLinking >
111
+ <IntrinsicFunctions >true</IntrinsicFunctions >
112
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
113
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
114
+ </ClCompile >
115
+ <Link >
116
+ <SubSystem >Console</SubSystem >
117
+ <GenerateDebugInformation >true</GenerateDebugInformation >
118
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
119
+ <OptimizeReferences >true</OptimizeReferences >
120
+ </Link >
121
+ </ItemDefinitionGroup >
122
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
123
+ <ClCompile >
124
+ <WarningLevel >Level3</WarningLevel >
125
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
126
+ <Optimization >MaxSpeed</Optimization >
127
+ <FunctionLevelLinking >true</FunctionLevelLinking >
128
+ <IntrinsicFunctions >true</IntrinsicFunctions >
129
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
130
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
131
+ </ClCompile >
132
+ <Link >
133
+ <SubSystem >Console</SubSystem >
134
+ <GenerateDebugInformation >true</GenerateDebugInformation >
135
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
136
+ <OptimizeReferences >true</OptimizeReferences >
137
+ </Link >
138
+ </ItemDefinitionGroup >
139
+ <ItemGroup >
140
+ <None Include =" ReadMe.txt" />
141
+ <MASM Include =" trigger.asm" >
142
+ <FileType >Document</FileType >
143
+ </MASM >
144
+ </ItemGroup >
145
+ <ItemGroup >
146
+ <ClInclude Include =" log.h" />
147
+ <ClInclude Include =" MinHook\MinHook.h" />
148
+ <ClInclude Include =" peutil.h" />
149
+ <ClInclude Include =" sources\include\beaengine\basic_types.h" />
150
+ <ClInclude Include =" sources\include\beaengine\BeaEngine.h" />
151
+ <ClInclude Include =" sources\include\beaengine\export.h" />
152
+ <ClInclude Include =" sources\include\beaengine\macros.h" />
153
+ <ClInclude Include =" stdafx.h" />
154
+ <ClInclude Include =" sysret.h" />
155
+ <ClInclude Include =" targetver.h" />
156
+ </ItemGroup >
157
+ <ItemGroup >
158
+ <ClCompile Include =" KrnlUtils.cpp" />
159
+ <ClCompile Include =" log.cpp" />
160
+ <ClCompile Include =" peutils.cpp" />
161
+ <ClCompile Include =" sources\beaengineSources\BeaEngine.c" />
162
+ <ClCompile Include =" sysret.cpp" />
163
+ <ClCompile Include =" stdafx.cpp" >
164
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
165
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
166
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
167
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
168
+ </ClCompile >
169
+ </ItemGroup >
170
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
171
+ <ImportGroup Label =" ExtensionTargets" >
172
+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\masm.targets" />
173
+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\vsyasm.targets" />
174
+ </ImportGroup >
175
+ </Project >
0 commit comments