forked from spomile/LoopHPCs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LoopHPCs.vcxproj
238 lines (238 loc) · 12.2 KB
/
LoopHPCs.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Driver|Win32">
<Configuration>Driver</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Driver|x64">
<Configuration>Driver</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win8 Debug|Win32">
<Configuration>Win8 Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win8 Release|Win32">
<Configuration>Win8 Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win7 Debug|Win32">
<Configuration>Win7 Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win7 Release|Win32">
<Configuration>Win7 Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Vista Debug|Win32">
<Configuration>Vista Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Vista Release|Win32">
<Configuration>Vista Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win8 Debug|x64">
<Configuration>Win8 Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win8 Release|x64">
<Configuration>Win8 Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win7 Debug|x64">
<Configuration>Win7 Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Win7 Release|x64">
<Configuration>Win7 Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Vista Debug|x64">
<Configuration>Vista Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Vista Release|x64">
<Configuration>Vista Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="LoopHPCs.rc" />
<Inf Include="LoopHPCs.inf" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{85E636CD-AE84-42B2-9226-1C133A236073}</ProjectGuid>
<TemplateGuid>{f2f62967-0815-4fd7-9b86-6eedcac766eb}</TemplateGuid>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<Configuration>Win8 Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
</PropertyGroup>
<PropertyGroup Label="Globals">
<RootNamespace>BranchMonitor</RootNamespace>
<VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VisualStudioVersion)' == '11.0'">$(VCTargetsPath11)</VCTargetsPath>
<ProjectName>LoopHPCs</ProjectName>
</PropertyGroup>
<PropertyGroup Label="PropertySheets">
<PlatformToolset>WindowsKernelModeDriver8.0</PlatformToolset>
<ConfigurationType>Driver</ConfigurationType>
<DriverType>WDM</DriverType>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'" Label="Configuration">
<TargetVersion>Windows8</TargetVersion>
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'" Label="Configuration">
<TargetVersion>Windows8</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|Win32'" Label="Configuration">
<TargetVersion>Windows7</TargetVersion>
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'" Label="Configuration">
<TargetVersion>Windows7</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Driver|Win32'" Label="Configuration">
<TargetVersion>Windows7</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Vista Debug|Win32'" Label="Configuration">
<TargetVersion>Vista</TargetVersion>
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Vista Release|Win32'" Label="Configuration">
<TargetVersion>Vista</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'" Label="Configuration">
<TargetVersion>Windows8</TargetVersion>
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'" Label="Configuration">
<TargetVersion>Windows8</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'" Label="Configuration">
<TargetVersion>Windows7</TargetVersion>
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'" Label="Configuration">
<TargetVersion>Windows7</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Driver|x64'" Label="Configuration">
<TargetVersion>Windows7</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Vista Debug|x64'" Label="Configuration">
<TargetVersion>Vista</TargetVersion>
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Vista Release|x64'" Label="Configuration">
<TargetVersion>Vista</TargetVersion>
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
<IncludePath>C:\BranchMonitoringProject\BranchMonitor\src;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup>
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">
<TargetExt>.sys</TargetExt>
<ExecutablePath>d:\WinDDK\7600.16385.1\bin\amd64;$(ExecutablePath)</ExecutablePath>
<IncludePath>D:\WinDDK\7600.16385.1\inc;D:\WinDDK\7600.16385.1\inc\ddk;D:\WinDDK\7600.16385.1\inc\api;.\src;$(IncludePath)</IncludePath>
<LibraryPath>D:\WinDDK\7600.16385.1\lib\win7\amd64;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'">
<IncludePath>.\src;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)$(Platform)\$(ConfigurationName)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'">
<IncludePath>.\src;$(IncludePath)</IncludePath>
<OutDir>c:\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>ntoskrnl.lib;Hal.lib;wdm.lib;wdmsec.lib;wmilib.lib;%(AdditionalDependencies);ndis.lib;MSVCRT.LIB;LIBCMT.LIB</AdditionalDependencies>
<OutputFile Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">c:\$(TargetName)$(TargetExt)</OutputFile>
<EnableUAC Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">false</EnableUAC>
<SubSystem Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">Console</SubSystem>
<EntryPointSymbol Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">DriverEntry</EntryPointSymbol>
<BaseAddress Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">0X10000</BaseAddress>
<OutputFile Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'">$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
<OutputFile Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'">c:\$(TargetName)$(TargetExt)</OutputFile>
</Link>
<ClCompile>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">TurnOffAllWarnings</WarningLevel>
</ClCompile>
<ClCompile>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'">C:\Users\marcus\Documents\BranchMonitor\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<ClCompile>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">WIN32=100;_X86_=1;WINVER=0x501;DBG=1</PreprocessorDefinitions>
<CallingConvention Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">StdCall</CallingConvention>
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">false</ExceptionHandling>
<BufferSecurityCheck Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">false</BufferSecurityCheck>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">CompileAsC</CompileAs>
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">MultiThreadedDebug</RuntimeLibrary>
<Optimization Condition="'$(Configuration)|$(Platform)'=='Driver|x64'">Disabled</Optimization>
</ClCompile>
<ClCompile>
<TreatWarningAsError Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'">false</TreatWarningAsError>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'">_WIN64;_AMD64_;AMD64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'">false</SDLCheck>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<FilesToPackage Include="$(TargetPath)" />
<FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="MyCode.c" />
<ClCompile Include="simple-pebs.c" />
<ClCompile Include="src\LoopHPCs.c" />
<ClCompile Include="src\checks\apic\apic.c" />
<ClCompile Include="src\checks\checks.c" />
<ClCompile Include="src\checks\cpu\cpuid.c" />
<ClCompile Include="src\dbg\debug.c" />
<ClCompile Include="src\device\device.c" />
<ClCompile Include="src\IO\IO.c" />
<ClCompile Include="src\LBR\LBR.c" />
<ClCompile Include="src\list\list.c" />
<ClCompile Include="src\MagicCheck\MagicCheck.c" />
<ClCompile Include="src\PMI.c" />
<ClCompile Include="src\Threading\thread.c" />
<ClCompile Include="src\WriteFile\WriteFile.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="simple-pebs.h" />
<ClInclude Include="src\checks\checks.h" />
<ClInclude Include="src\config.h" />
<ClInclude Include="src\dbg\debug.h" />
<ClInclude Include="src\device\device.h" />
<ClInclude Include="src\ioctl.h" />
<ClInclude Include="src\IO\IO.h" />
<ClInclude Include="src\LBR\LBR.h" />
<ClInclude Include="src\list\list.h" />
<ClInclude Include="src\MagicCheck\MagicCheck.h" />
<ClInclude Include="src\Threading\thread.h" />
<ClInclude Include="src\WriteFile\WriteFile.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>