summaryrefslogtreecommitdiff
path: root/driver.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'driver.vcproj')
-rw-r--r--driver.vcproj341
1 files changed, 341 insertions, 0 deletions
diff --git a/driver.vcproj b/driver.vcproj
new file mode 100644
index 0000000..806bc25
--- /dev/null
+++ b/driver.vcproj
@@ -0,0 +1,341 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="driver"
6 ProjectGUID="{D5256063-DBCD-44E3-890B-682CBCF94848}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
23 MinimalRebuild="TRUE"
24 BasicRuntimeChecks="3"
25 RuntimeLibrary="5"
26 UsePrecompiledHeader="0"
27 WarningLevel="3"
28 Detect64BitPortabilityProblems="TRUE"
29 DebugInformationFormat="4"/>
30 <Tool
31 Name="VCCustomBuildTool"/>
32 <Tool
33 Name="VCLinkerTool"
34 OutputFile="$(OutDir)/driver.exe"
35 LinkIncremental="2"
36 GenerateDebugInformation="TRUE"
37 ProgramDatabaseFile="$(OutDir)/driver.pdb"
38 SubSystem="2"
39 TargetMachine="1"/>
40 <Tool
41 Name="VCMIDLTool"/>
42 <Tool
43 Name="VCPostBuildEventTool"/>
44 <Tool
45 Name="VCPreBuildEventTool"/>
46 <Tool
47 Name="VCPreLinkEventTool"/>
48 <Tool
49 Name="VCResourceCompilerTool"/>
50 <Tool
51 Name="VCWebServiceProxyGeneratorTool"/>
52 <Tool
53 Name="VCXMLDataGeneratorTool"/>
54 <Tool
55 Name="VCWebDeploymentTool"/>
56 <Tool
57 Name="VCManagedWrapperGeneratorTool"/>
58 <Tool
59 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60 </Configuration>
61 <Configuration
62 Name="Release|Win32"
63 OutputDirectory="Release"
64 IntermediateDirectory="Release"
65 ConfigurationType="1"
66 CharacterSet="2">
67 <Tool
68 Name="VCCLCompilerTool"
69 Optimization="2"
70 InlineFunctionExpansion="1"
71 OmitFramePointers="TRUE"
72 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
73 StringPooling="TRUE"
74 RuntimeLibrary="4"
75 EnableFunctionLevelLinking="TRUE"
76 UsePrecompiledHeader="0"
77 WarningLevel="3"
78 Detect64BitPortabilityProblems="TRUE"
79 DebugInformationFormat="3"/>
80 <Tool
81 Name="VCCustomBuildTool"/>
82 <Tool
83 Name="VCLinkerTool"
84 OutputFile="$(OutDir)/driver.exe"
85 LinkIncremental="1"
86 GenerateDebugInformation="TRUE"
87 SubSystem="2"
88 OptimizeReferences="2"
89 EnableCOMDATFolding="2"
90 TargetMachine="1"/>
91 <Tool
92 Name="VCMIDLTool"/>
93 <Tool
94 Name="VCPostBuildEventTool"/>
95 <Tool
96 Name="VCPreBuildEventTool"/>
97 <Tool
98 Name="VCPreLinkEventTool"/>
99 <Tool
100 Name="VCResourceCompilerTool"/>
101 <Tool
102 Name="VCWebServiceProxyGeneratorTool"/>
103 <Tool
104 Name="VCXMLDataGeneratorTool"/>
105 <Tool
106 Name="VCWebDeploymentTool"/>
107 <Tool
108 Name="VCManagedWrapperGeneratorTool"/>
109 <Tool
110 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
111 </Configuration>
112 </Configurations>
113 <References>
114 </References>
115 <Files>
116 <Filter
117 Name="Source Files"
118 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
119 <File
120 RelativePath="accessmask.c">
121 </File>
122 <File
123 RelativePath="atom.c">
124 </File>
125 <File
126 RelativePath="boprot.c">
127 </File>
128 <File
129 RelativePath="debug.c">
130 </File>
131 <File
132 RelativePath=".\dirobj.c">
133 </File>
134 <File
135 RelativePath="driver.c">
136 </File>
137 <File
138 RelativePath="driverobj.c">
139 </File>
140 <File
141 RelativePath="event.c">
142 </File>
143 <File
144 RelativePath="file.c">
145 </File>
146 <File
147 RelativePath="hookproc.c">
148 </File>
149 <File
150 RelativePath="i386.c">
151 </File>
152 <File
153 RelativePath="job.c">
154 </File>
155 <File
156 RelativePath="learn.c">
157 </File>
158 <File
159 RelativePath="log.c">
160 </File>
161 <File
162 RelativePath=".\media.c">
163 </File>
164 <File
165 RelativePath="misc.c">
166 </File>
167 <File
168 RelativePath="mutant.c">
169 </File>
170 <File
171 RelativePath="network.c">
172 </File>
173 <File
174 RelativePath="pathproc.c">
175 </File>
176 <File
177 RelativePath="policy.c">
178 </File>
179 <File
180 RelativePath="port.c">
181 </File>
182 <File
183 RelativePath="process.c">
184 </File>
185 <File
186 RelativePath="procname.c">
187 </File>
188 <File
189 RelativePath="registry.c">
190 </File>
191 <File
192 RelativePath="section.c">
193 </File>
194 <File
195 RelativePath="semaphore.c">
196 </File>
197 <File
198 RelativePath="symlink.c">
199 </File>
200 <File
201 RelativePath="sysinfo.c">
202 </File>
203 <File
204 RelativePath="time.c">
205 </File>
206 <File
207 RelativePath="timer.c">
208 </File>
209 <File
210 RelativePath="token.c">
211 </File>
212 <File
213 RelativePath="userland.c">
214 </File>
215 <File
216 RelativePath="vdm.c">
217 </File>
218 <File
219 RelativePath=".\wireless.c">
220 </File>
221 </Filter>
222 <Filter
223 Name="Header Files"
224 Filter="h;hpp;hxx;hm;inl;inc">
225 <File
226 RelativePath="accessmask.h">
227 </File>
228 <File
229 RelativePath="atom.h">
230 </File>
231 <File
232 RelativePath="boprot.h">
233 </File>
234 <File
235 RelativePath="debug.h">
236 </File>
237 <File
238 RelativePath=".\dirobj.h">
239 </File>
240 <File
241 RelativePath="driver.h">
242 </File>
243 <File
244 RelativePath="driverobj.h">
245 </File>
246 <File
247 RelativePath="event.h">
248 </File>
249 <File
250 RelativePath="file.h">
251 </File>
252 <File
253 RelativePath="hookproc.h">
254 </File>
255 <File
256 RelativePath="i386.h">
257 </File>
258 <File
259 RelativePath="job.h">
260 </File>
261 <File
262 RelativePath="learn.h">
263 </File>
264 <File
265 RelativePath="log.h">
266 </File>
267 <File
268 RelativePath=".\media.h">
269 </File>
270 <File
271 RelativePath="misc.h">
272 </File>
273 <File
274 RelativePath="mutant.h">
275 </File>
276 <File
277 RelativePath="network.h">
278 </File>
279 <File
280 RelativePath="ntproto.h">
281 </File>
282 <File
283 RelativePath="pathproc.h">
284 </File>
285 <File
286 RelativePath="policy.h">
287 </File>
288 <File
289 RelativePath="port.h">
290 </File>
291 <File
292 RelativePath="process.h">
293 </File>
294 <File
295 RelativePath="procname.h">
296 </File>
297 <File
298 RelativePath="registry.h">
299 </File>
300 <File
301 RelativePath="resource.h">
302 </File>
303 <File
304 RelativePath="section.h">
305 </File>
306 <File
307 RelativePath="semaphore.h">
308 </File>
309 <File
310 RelativePath="symlink.h">
311 </File>
312 <File
313 RelativePath="sysinfo.h">
314 </File>
315 <File
316 RelativePath="time.h">
317 </File>
318 <File
319 RelativePath="timer.h">
320 </File>
321 <File
322 RelativePath="token.h">
323 </File>
324 <File
325 RelativePath="userland.h">
326 </File>
327 <File
328 RelativePath="vdm.h">
329 </File>
330 <File
331 RelativePath=".\wireless.h">
332 </File>
333 </Filter>
334 <Filter
335 Name="Resource Files"
336 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
337 </Filter>
338 </Files>
339 <Globals>
340 </Globals>
341</VisualStudioProject>