Subversion Repositories spk

Rev

Rev 21 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 cycrow 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="9.00"
5
	Name="Direct3D-Hook"
6
	ProjectGUID="{A181F2F9-5D2C-4AEB-9309-291F50997A37}"
7
	RootNamespace="Direct3DHook"
8
	Keyword="Win32Proj"
9
	TargetFrameworkVersion="131072"
10
	>
11
	<Platforms>
12
		<Platform
13
			Name="Win32"
14
		/>
63 cycrow 15
		<Platform
16
			Name="x64"
17
		/>
12 cycrow 18
	</Platforms>
19
	<ToolFiles>
20
	</ToolFiles>
21
	<Configurations>
22
		<Configuration
23
			Name="Debug|Win32"
24
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
25
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\Direct3D-Hook"
26
			ConfigurationType="2"
27
			CharacterSet="2"
28
			>
29
			<Tool
30
				Name="VCPreBuildEventTool"
31
			/>
32
			<Tool
33
				Name="VCCustomBuildTool"
34
			/>
35
			<Tool
36
				Name="VCXMLDataGeneratorTool"
37
			/>
38
			<Tool
39
				Name="VCWebServiceProxyGeneratorTool"
40
			/>
41
			<Tool
42
				Name="VCMIDLTool"
43
			/>
44
			<Tool
45
				Name="VCCLCompilerTool"
46
				Optimization="0"
47
				AdditionalIncludeDirectories="../../libspk/src"
48
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
49
				MinimalRebuild="true"
50
				BasicRuntimeChecks="3"
51
				RuntimeLibrary="3"
52
				UsePrecompiledHeader="0"
53
				WarningLevel="3"
54
				Detect64BitPortabilityProblems="false"
55
				DebugInformationFormat="4"
56
			/>
57
			<Tool
58
				Name="VCManagedResourceCompilerTool"
59
			/>
60
			<Tool
61
				Name="VCResourceCompilerTool"
62
			/>
63
			<Tool
64
				Name="VCPreLinkEventTool"
65
			/>
66
			<Tool
67
				Name="VCLinkerTool"
68
				AdditionalDependencies="d3d9.lib shlwapi.lib d3dx9.lib dinput.lib dinput8.lib dxguid.lib dxerr.lib winmm.lib fmodex_vc.lib $(SolutionDir)$(ConfigurationName)\spk.lib"
69
				OutputFile="$(OutDir)\X-Gui.dll"
70
				LinkIncremental="2"
71
				GenerateDebugInformation="true"
72
				SubSystem="2"
73
				RandomizedBaseAddress="1"
74
				DataExecutionPrevention="0"
75
				TargetMachine="1"
76
			/>
77
			<Tool
78
				Name="VCALinkTool"
79
			/>
80
			<Tool
81
				Name="VCManifestTool"
82
			/>
83
			<Tool
84
				Name="VCXDCMakeTool"
85
			/>
86
			<Tool
87
				Name="VCBscMakeTool"
88
			/>
89
			<Tool
90
				Name="VCFxCopTool"
91
			/>
92
			<Tool
93
				Name="VCAppVerifierTool"
94
			/>
95
			<Tool
96
				Name="VCPostBuildEventTool"
97
			/>
98
		</Configuration>
99
		<Configuration
100
			Name="Release|Win32"
101
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
102
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\Direct3D-Hook"
103
			ConfigurationType="2"
104
			CharacterSet="2"
105
			WholeProgramOptimization="1"
106
			>
107
			<Tool
108
				Name="VCPreBuildEventTool"
109
			/>
110
			<Tool
111
				Name="VCCustomBuildTool"
112
			/>
113
			<Tool
114
				Name="VCXMLDataGeneratorTool"
115
			/>
116
			<Tool
117
				Name="VCWebServiceProxyGeneratorTool"
118
			/>
119
			<Tool
120
				Name="VCMIDLTool"
121
			/>
122
			<Tool
123
				Name="VCCLCompilerTool"
124
				Optimization="3"
125
				AdditionalIncludeDirectories="&quot;C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses&quot;;&quot;C:\Program Files (x86)\Microsoft DirectX SDK (February 2010)\Include&quot;;../../libspk/src"
126
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
127
				RuntimeLibrary="2"
128
				UsePrecompiledHeader="0"
129
				WarningLevel="3"
130
				Detect64BitPortabilityProblems="false"
131
				DebugInformationFormat="0"
132
			/>
133
			<Tool
134
				Name="VCManagedResourceCompilerTool"
135
			/>
136
			<Tool
137
				Name="VCResourceCompilerTool"
138
			/>
139
			<Tool
140
				Name="VCPreLinkEventTool"
141
			/>
142
			<Tool
143
				Name="VCLinkerTool"
144
				AdditionalDependencies="shlwapi.lib d3dx9.lib dinput8.lib dxguid.lib winmm.lib fmodex_vc.lib $(SolutionDir)$(ConfigurationName)\spk.lib"
21 cycrow 145
				OutputFile="$(OutDir)\X-Gui.dll"
12 cycrow 146
				LinkIncremental="1"
147
				GenerateDebugInformation="true"
148
				SubSystem="2"
149
				OptimizeReferences="2"
150
				EnableCOMDATFolding="2"
151
				RandomizedBaseAddress="1"
152
				DataExecutionPrevention="0"
153
				TargetMachine="1"
154
			/>
155
			<Tool
156
				Name="VCALinkTool"
157
			/>
158
			<Tool
159
				Name="VCManifestTool"
160
			/>
161
			<Tool
162
				Name="VCXDCMakeTool"
163
			/>
164
			<Tool
165
				Name="VCBscMakeTool"
166
			/>
167
			<Tool
168
				Name="VCFxCopTool"
169
			/>
170
			<Tool
171
				Name="VCAppVerifierTool"
172
			/>
173
			<Tool
174
				Name="VCPostBuildEventTool"
175
			/>
176
		</Configuration>
177
		<Configuration
178
			Name="x3|Win32"
179
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
180
			IntermediateDirectory="$(ConfigurationName)"
181
			ConfigurationType="2"
182
			CharacterSet="2"
183
			>
184
			<Tool
185
				Name="VCPreBuildEventTool"
186
			/>
187
			<Tool
188
				Name="VCCustomBuildTool"
189
			/>
190
			<Tool
191
				Name="VCXMLDataGeneratorTool"
192
			/>
193
			<Tool
194
				Name="VCWebServiceProxyGeneratorTool"
195
			/>
196
			<Tool
197
				Name="VCMIDLTool"
198
			/>
199
			<Tool
200
				Name="VCCLCompilerTool"
201
				Optimization="0"
202
				AdditionalIncludeDirectories="c:\Users\Cycrow\Documents\Programming\spk\src"
203
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
204
				MinimalRebuild="true"
205
				BasicRuntimeChecks="3"
206
				RuntimeLibrary="3"
207
				UsePrecompiledHeader="0"
208
				WarningLevel="3"
209
				Detect64BitPortabilityProblems="false"
210
				DebugInformationFormat="4"
211
			/>
212
			<Tool
213
				Name="VCManagedResourceCompilerTool"
214
			/>
215
			<Tool
216
				Name="VCResourceCompilerTool"
217
			/>
218
			<Tool
219
				Name="VCPreLinkEventTool"
220
			/>
221
			<Tool
222
				Name="VCLinkerTool"
223
				AdditionalDependencies="shlwapi.lib d3dx9.lib dinput.lib dinput8.lib dxguid.lib dxerr9.lib winmm.lib fmodex_vc.lib ../../debug/spk.lib "
224
				OutputFile="d:\games\X3.5\X-Gui.dll"
225
				LinkIncremental="2"
226
				GenerateDebugInformation="true"
227
				SubSystem="2"
228
				RandomizedBaseAddress="1"
229
				DataExecutionPrevention="0"
230
				TargetMachine="1"
231
			/>
232
			<Tool
233
				Name="VCALinkTool"
234
			/>
235
			<Tool
236
				Name="VCManifestTool"
237
			/>
238
			<Tool
239
				Name="VCXDCMakeTool"
240
			/>
241
			<Tool
242
				Name="VCBscMakeTool"
243
			/>
244
			<Tool
245
				Name="VCFxCopTool"
246
			/>
247
			<Tool
248
				Name="VCAppVerifierTool"
249
			/>
250
			<Tool
251
				Name="VCPostBuildEventTool"
252
			/>
253
		</Configuration>
63 cycrow 254
		<Configuration
255
			Name="Debug|x64"
256
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
257
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
258
			ConfigurationType="2"
259
			CharacterSet="2"
260
			>
261
			<Tool
262
				Name="VCPreBuildEventTool"
263
			/>
264
			<Tool
265
				Name="VCCustomBuildTool"
266
			/>
267
			<Tool
268
				Name="VCXMLDataGeneratorTool"
269
			/>
270
			<Tool
271
				Name="VCWebServiceProxyGeneratorTool"
272
			/>
273
			<Tool
274
				Name="VCMIDLTool"
275
				TargetEnvironment="3"
276
			/>
277
			<Tool
278
				Name="VCCLCompilerTool"
279
				Optimization="0"
280
				AdditionalIncludeDirectories="../../libspk/src"
281
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
282
				MinimalRebuild="true"
283
				BasicRuntimeChecks="3"
284
				RuntimeLibrary="3"
285
				UsePrecompiledHeader="0"
286
				WarningLevel="3"
287
				Detect64BitPortabilityProblems="false"
288
				DebugInformationFormat="3"
289
			/>
290
			<Tool
291
				Name="VCManagedResourceCompilerTool"
292
			/>
293
			<Tool
294
				Name="VCResourceCompilerTool"
295
			/>
296
			<Tool
297
				Name="VCPreLinkEventTool"
298
			/>
299
			<Tool
300
				Name="VCLinkerTool"
301
				AdditionalDependencies="d3d9.lib shlwapi.lib d3dx9.lib dinput.lib dinput8.lib dxguid.lib dxerr.lib winmm.lib fmodex_vc.lib $(SolutionDir)$(ConfigurationName)\spk.lib"
302
				OutputFile="$(OutDir)\X-Gui.dll"
303
				LinkIncremental="2"
304
				GenerateDebugInformation="true"
305
				SubSystem="2"
306
				RandomizedBaseAddress="1"
307
				DataExecutionPrevention="0"
308
				TargetMachine="17"
309
			/>
310
			<Tool
311
				Name="VCALinkTool"
312
			/>
313
			<Tool
314
				Name="VCManifestTool"
315
			/>
316
			<Tool
317
				Name="VCXDCMakeTool"
318
			/>
319
			<Tool
320
				Name="VCBscMakeTool"
321
			/>
322
			<Tool
323
				Name="VCFxCopTool"
324
			/>
325
			<Tool
326
				Name="VCAppVerifierTool"
327
			/>
328
			<Tool
329
				Name="VCPostBuildEventTool"
330
			/>
331
		</Configuration>
332
		<Configuration
333
			Name="Release|x64"
334
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
335
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
336
			ConfigurationType="2"
337
			CharacterSet="2"
338
			WholeProgramOptimization="1"
339
			>
340
			<Tool
341
				Name="VCPreBuildEventTool"
342
			/>
343
			<Tool
344
				Name="VCCustomBuildTool"
345
			/>
346
			<Tool
347
				Name="VCXMLDataGeneratorTool"
348
			/>
349
			<Tool
350
				Name="VCWebServiceProxyGeneratorTool"
351
			/>
352
			<Tool
353
				Name="VCMIDLTool"
354
				TargetEnvironment="3"
355
			/>
356
			<Tool
357
				Name="VCCLCompilerTool"
358
				Optimization="3"
359
				AdditionalIncludeDirectories="&quot;C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses&quot;;&quot;C:\Program Files (x86)\Microsoft DirectX SDK (February 2010)\Include&quot;;../../libspk/src"
360
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
361
				RuntimeLibrary="2"
362
				UsePrecompiledHeader="0"
363
				WarningLevel="3"
364
				Detect64BitPortabilityProblems="false"
365
				DebugInformationFormat="0"
366
			/>
367
			<Tool
368
				Name="VCManagedResourceCompilerTool"
369
			/>
370
			<Tool
371
				Name="VCResourceCompilerTool"
372
			/>
373
			<Tool
374
				Name="VCPreLinkEventTool"
375
			/>
376
			<Tool
377
				Name="VCLinkerTool"
378
				AdditionalDependencies="shlwapi.lib d3dx9.lib dinput8.lib dxguid.lib winmm.lib fmodex_vc.lib $(SolutionDir)$(ConfigurationName)\spk.lib"
379
				OutputFile="$(OutDir)\X-Gui.dll"
380
				LinkIncremental="1"
381
				GenerateDebugInformation="true"
382
				SubSystem="2"
383
				OptimizeReferences="2"
384
				EnableCOMDATFolding="2"
385
				RandomizedBaseAddress="1"
386
				DataExecutionPrevention="0"
387
				TargetMachine="17"
388
			/>
389
			<Tool
390
				Name="VCALinkTool"
391
			/>
392
			<Tool
393
				Name="VCManifestTool"
394
			/>
395
			<Tool
396
				Name="VCXDCMakeTool"
397
			/>
398
			<Tool
399
				Name="VCBscMakeTool"
400
			/>
401
			<Tool
402
				Name="VCFxCopTool"
403
			/>
404
			<Tool
405
				Name="VCAppVerifierTool"
406
			/>
407
			<Tool
408
				Name="VCPostBuildEventTool"
409
			/>
410
		</Configuration>
411
		<Configuration
412
			Name="x3|x64"
413
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
414
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
415
			ConfigurationType="2"
416
			CharacterSet="2"
417
			>
418
			<Tool
419
				Name="VCPreBuildEventTool"
420
			/>
421
			<Tool
422
				Name="VCCustomBuildTool"
423
			/>
424
			<Tool
425
				Name="VCXMLDataGeneratorTool"
426
			/>
427
			<Tool
428
				Name="VCWebServiceProxyGeneratorTool"
429
			/>
430
			<Tool
431
				Name="VCMIDLTool"
432
				TargetEnvironment="3"
433
			/>
434
			<Tool
435
				Name="VCCLCompilerTool"
436
				Optimization="0"
437
				AdditionalIncludeDirectories="c:\Users\Cycrow\Documents\Programming\spk\src"
438
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
439
				MinimalRebuild="true"
440
				BasicRuntimeChecks="3"
441
				RuntimeLibrary="3"
442
				UsePrecompiledHeader="0"
443
				WarningLevel="3"
444
				Detect64BitPortabilityProblems="false"
445
				DebugInformationFormat="3"
446
			/>
447
			<Tool
448
				Name="VCManagedResourceCompilerTool"
449
			/>
450
			<Tool
451
				Name="VCResourceCompilerTool"
452
			/>
453
			<Tool
454
				Name="VCPreLinkEventTool"
455
			/>
456
			<Tool
457
				Name="VCLinkerTool"
458
				AdditionalDependencies="shlwapi.lib d3dx9.lib dinput.lib dinput8.lib dxguid.lib dxerr9.lib winmm.lib fmodex_vc.lib ../../debug/spk.lib "
459
				OutputFile="d:\games\X3.5\X-Gui.dll"
460
				LinkIncremental="2"
461
				GenerateDebugInformation="true"
462
				SubSystem="2"
463
				RandomizedBaseAddress="1"
464
				DataExecutionPrevention="0"
465
				TargetMachine="17"
466
			/>
467
			<Tool
468
				Name="VCALinkTool"
469
			/>
470
			<Tool
471
				Name="VCManifestTool"
472
			/>
473
			<Tool
474
				Name="VCXDCMakeTool"
475
			/>
476
			<Tool
477
				Name="VCBscMakeTool"
478
			/>
479
			<Tool
480
				Name="VCFxCopTool"
481
			/>
482
			<Tool
483
				Name="VCAppVerifierTool"
484
			/>
485
			<Tool
486
				Name="VCPostBuildEventTool"
487
			/>
488
		</Configuration>
12 cycrow 489
	</Configurations>
490
	<References>
491
	</References>
492
	<Files>
493
		<Filter
494
			Name="Source Files"
495
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
496
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
497
			>
498
			<File
499
				RelativePath="..\src\stdafx.cpp"
500
				>
501
			</File>
502
			<File
503
				RelativePath="..\src\X3Overlay.cpp"
504
				>
505
			</File>
506
		</Filter>
507
		<Filter
508
			Name="Header Files"
509
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
510
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
511
			>
512
			<File
513
				RelativePath="..\src\Overlay.h"
514
				>
515
			</File>
516
			<File
517
				RelativePath="..\src\stdafx.h"
518
				>
519
			</File>
520
			<File
521
				RelativePath="..\src\X3Overlay.h"
522
				>
523
			</File>
524
		</Filter>
525
		<Filter
526
			Name="Resource Files"
527
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
528
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
529
			>
530
		</Filter>
531
		<Filter
532
			Name="Visualisation"
533
			>
534
			<File
535
				RelativePath="..\src\Visualisation\TextureFile.cpp"
536
				>
537
			</File>
538
			<File
539
				RelativePath="..\src\Visualisation\TextureFile.h"
540
				>
541
			</File>
542
		</Filter>
543
		<Filter
544
			Name="Hook"
545
			>
546
			<File
547
				RelativePath="..\src\Hook\apihijack.cpp"
548
				>
549
			</File>
550
			<File
551
				RelativePath="..\src\Hook\apihijack.h"
552
				>
553
			</File>
554
			<File
555
				RelativePath="..\src\Hook\Direct3D-Hook.cpp"
556
				>
557
			</File>
558
			<File
559
				RelativePath="..\src\Hook\Direct3D-Hook.h"
560
				>
561
			</File>
562
			<File
563
				RelativePath="..\src\Hook\KeyboardDevice.h"
564
				>
565
			</File>
566
			<File
567
				RelativePath="..\src\Hook\MouseDevice.h"
568
				>
569
			</File>
570
			<File
571
				RelativePath="..\src\Hook\MyDirect3D9.h"
572
				>
573
			</File>
574
			<File
575
				RelativePath="..\src\Hook\MyDirect3DDevice9.h"
576
				>
577
			</File>
578
			<File
579
				RelativePath="..\src\Hook\MyDirectInput8.h"
580
				>
581
			</File>
582
		</Filter>
583
		<Filter
584
			Name="Render"
585
			>
586
			<File
587
				RelativePath="..\src\Render\Display.cpp"
588
				>
589
			</File>
590
			<File
591
				RelativePath="..\src\Render\Display.h"
592
				>
593
			</File>
594
			<File
595
				RelativePath="..\src\Render\DisplayCustom.cpp"
596
				>
597
			</File>
598
			<File
599
				RelativePath="..\src\Render\DisplayCustom.h"
600
				>
601
			</File>
602
			<File
603
				RelativePath="..\src\Render\DisplayMessage.h"
604
				>
605
			</File>
606
			<File
607
				RelativePath="..\src\Render\DisplayText.h"
608
				>
609
			</File>
610
			<File
611
				RelativePath="..\src\Render\RenderObject.cpp"
612
				>
613
			</File>
614
			<File
615
				RelativePath="..\src\Render\RenderObject.h"
616
				>
617
			</File>
618
			<File
619
				RelativePath="..\src\Render\RenderSprite.cpp"
620
				>
621
			</File>
622
			<File
623
				RelativePath="..\src\Render\RenderSprite.h"
624
				>
625
			</File>
626
			<File
627
				RelativePath="..\src\Render\RenderText.cpp"
628
				>
629
			</File>
630
			<File
631
				RelativePath="..\src\Render\RenderText.h"
632
				>
633
			</File>
634
			<File
635
				RelativePath="..\src\Render\RenderTexture.cpp"
636
				>
637
			</File>
638
			<File
639
				RelativePath="..\src\Render\RenderTexture.h"
640
				>
641
			</File>
642
		</Filter>
643
	</Files>
644
	<Globals>
645
	</Globals>
646
</VisualStudioProject>