Subversion Repositories spk

Rev

Rev 21 | 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
		/>
15
	</Platforms>
16
	<ToolFiles>
17
	</ToolFiles>
18
	<Configurations>
19
		<Configuration
20
			Name="Debug|Win32"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\Direct3D-Hook"
23
			ConfigurationType="2"
24
			CharacterSet="2"
25
			>
26
			<Tool
27
				Name="VCPreBuildEventTool"
28
			/>
29
			<Tool
30
				Name="VCCustomBuildTool"
31
			/>
32
			<Tool
33
				Name="VCXMLDataGeneratorTool"
34
			/>
35
			<Tool
36
				Name="VCWebServiceProxyGeneratorTool"
37
			/>
38
			<Tool
39
				Name="VCMIDLTool"
40
			/>
41
			<Tool
42
				Name="VCCLCompilerTool"
43
				Optimization="0"
44
				AdditionalIncludeDirectories="../../libspk/src"
45
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
46
				MinimalRebuild="true"
47
				BasicRuntimeChecks="3"
48
				RuntimeLibrary="3"
49
				UsePrecompiledHeader="0"
50
				WarningLevel="3"
51
				Detect64BitPortabilityProblems="false"
52
				DebugInformationFormat="4"
53
			/>
54
			<Tool
55
				Name="VCManagedResourceCompilerTool"
56
			/>
57
			<Tool
58
				Name="VCResourceCompilerTool"
59
			/>
60
			<Tool
61
				Name="VCPreLinkEventTool"
62
			/>
63
			<Tool
64
				Name="VCLinkerTool"
65
				AdditionalDependencies="d3d9.lib shlwapi.lib d3dx9.lib dinput.lib dinput8.lib dxguid.lib dxerr.lib winmm.lib fmodex_vc.lib $(SolutionDir)$(ConfigurationName)\spk.lib"
66
				OutputFile="$(OutDir)\X-Gui.dll"
67
				LinkIncremental="2"
68
				GenerateDebugInformation="true"
69
				SubSystem="2"
70
				RandomizedBaseAddress="1"
71
				DataExecutionPrevention="0"
72
				TargetMachine="1"
73
			/>
74
			<Tool
75
				Name="VCALinkTool"
76
			/>
77
			<Tool
78
				Name="VCManifestTool"
79
			/>
80
			<Tool
81
				Name="VCXDCMakeTool"
82
			/>
83
			<Tool
84
				Name="VCBscMakeTool"
85
			/>
86
			<Tool
87
				Name="VCFxCopTool"
88
			/>
89
			<Tool
90
				Name="VCAppVerifierTool"
91
			/>
92
			<Tool
93
				Name="VCPostBuildEventTool"
94
			/>
95
		</Configuration>
96
		<Configuration
97
			Name="Release|Win32"
98
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
99
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\Direct3D-Hook"
100
			ConfigurationType="2"
101
			CharacterSet="2"
102
			WholeProgramOptimization="1"
103
			>
104
			<Tool
105
				Name="VCPreBuildEventTool"
106
			/>
107
			<Tool
108
				Name="VCCustomBuildTool"
109
			/>
110
			<Tool
111
				Name="VCXMLDataGeneratorTool"
112
			/>
113
			<Tool
114
				Name="VCWebServiceProxyGeneratorTool"
115
			/>
116
			<Tool
117
				Name="VCMIDLTool"
118
			/>
119
			<Tool
120
				Name="VCCLCompilerTool"
121
				Optimization="3"
122
				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"
123
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
124
				RuntimeLibrary="2"
125
				UsePrecompiledHeader="0"
126
				WarningLevel="3"
127
				Detect64BitPortabilityProblems="false"
128
				DebugInformationFormat="0"
129
			/>
130
			<Tool
131
				Name="VCManagedResourceCompilerTool"
132
			/>
133
			<Tool
134
				Name="VCResourceCompilerTool"
135
			/>
136
			<Tool
137
				Name="VCPreLinkEventTool"
138
			/>
139
			<Tool
140
				Name="VCLinkerTool"
141
				AdditionalDependencies="shlwapi.lib d3dx9.lib dinput8.lib dxguid.lib winmm.lib fmodex_vc.lib $(SolutionDir)$(ConfigurationName)\spk.lib"
21 cycrow 142
				OutputFile="$(OutDir)\X-Gui.dll"
12 cycrow 143
				LinkIncremental="1"
144
				GenerateDebugInformation="true"
145
				SubSystem="2"
146
				OptimizeReferences="2"
147
				EnableCOMDATFolding="2"
148
				RandomizedBaseAddress="1"
149
				DataExecutionPrevention="0"
150
				TargetMachine="1"
151
			/>
152
			<Tool
153
				Name="VCALinkTool"
154
			/>
155
			<Tool
156
				Name="VCManifestTool"
157
			/>
158
			<Tool
159
				Name="VCXDCMakeTool"
160
			/>
161
			<Tool
162
				Name="VCBscMakeTool"
163
			/>
164
			<Tool
165
				Name="VCFxCopTool"
166
			/>
167
			<Tool
168
				Name="VCAppVerifierTool"
169
			/>
170
			<Tool
171
				Name="VCPostBuildEventTool"
172
			/>
173
		</Configuration>
174
		<Configuration
175
			Name="x3|Win32"
176
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
177
			IntermediateDirectory="$(ConfigurationName)"
178
			ConfigurationType="2"
179
			CharacterSet="2"
180
			>
181
			<Tool
182
				Name="VCPreBuildEventTool"
183
			/>
184
			<Tool
185
				Name="VCCustomBuildTool"
186
			/>
187
			<Tool
188
				Name="VCXMLDataGeneratorTool"
189
			/>
190
			<Tool
191
				Name="VCWebServiceProxyGeneratorTool"
192
			/>
193
			<Tool
194
				Name="VCMIDLTool"
195
			/>
196
			<Tool
197
				Name="VCCLCompilerTool"
198
				Optimization="0"
199
				AdditionalIncludeDirectories="c:\Users\Cycrow\Documents\Programming\spk\src"
200
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DIRECT3DHOOK_EXPORTS;CY_USESECURE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
201
				MinimalRebuild="true"
202
				BasicRuntimeChecks="3"
203
				RuntimeLibrary="3"
204
				UsePrecompiledHeader="0"
205
				WarningLevel="3"
206
				Detect64BitPortabilityProblems="false"
207
				DebugInformationFormat="4"
208
			/>
209
			<Tool
210
				Name="VCManagedResourceCompilerTool"
211
			/>
212
			<Tool
213
				Name="VCResourceCompilerTool"
214
			/>
215
			<Tool
216
				Name="VCPreLinkEventTool"
217
			/>
218
			<Tool
219
				Name="VCLinkerTool"
220
				AdditionalDependencies="shlwapi.lib d3dx9.lib dinput.lib dinput8.lib dxguid.lib dxerr9.lib winmm.lib fmodex_vc.lib ../../debug/spk.lib "
221
				OutputFile="d:\games\X3.5\X-Gui.dll"
222
				LinkIncremental="2"
223
				GenerateDebugInformation="true"
224
				SubSystem="2"
225
				RandomizedBaseAddress="1"
226
				DataExecutionPrevention="0"
227
				TargetMachine="1"
228
			/>
229
			<Tool
230
				Name="VCALinkTool"
231
			/>
232
			<Tool
233
				Name="VCManifestTool"
234
			/>
235
			<Tool
236
				Name="VCXDCMakeTool"
237
			/>
238
			<Tool
239
				Name="VCBscMakeTool"
240
			/>
241
			<Tool
242
				Name="VCFxCopTool"
243
			/>
244
			<Tool
245
				Name="VCAppVerifierTool"
246
			/>
247
			<Tool
248
				Name="VCPostBuildEventTool"
249
			/>
250
		</Configuration>
251
	</Configurations>
252
	<References>
253
	</References>
254
	<Files>
255
		<Filter
256
			Name="Source Files"
257
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
258
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
259
			>
260
			<File
261
				RelativePath="..\src\stdafx.cpp"
262
				>
263
			</File>
264
			<File
265
				RelativePath="..\src\X3Overlay.cpp"
266
				>
267
			</File>
268
		</Filter>
269
		<Filter
270
			Name="Header Files"
271
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
272
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
273
			>
274
			<File
275
				RelativePath="..\src\Overlay.h"
276
				>
277
			</File>
278
			<File
279
				RelativePath="..\src\stdafx.h"
280
				>
281
			</File>
282
			<File
283
				RelativePath="..\src\X3Overlay.h"
284
				>
285
			</File>
286
		</Filter>
287
		<Filter
288
			Name="Resource Files"
289
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
290
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
291
			>
292
		</Filter>
293
		<Filter
294
			Name="Visualisation"
295
			>
296
			<File
297
				RelativePath="..\src\Visualisation\TextureFile.cpp"
298
				>
299
			</File>
300
			<File
301
				RelativePath="..\src\Visualisation\TextureFile.h"
302
				>
303
			</File>
304
		</Filter>
305
		<Filter
306
			Name="Hook"
307
			>
308
			<File
309
				RelativePath="..\src\Hook\apihijack.cpp"
310
				>
311
			</File>
312
			<File
313
				RelativePath="..\src\Hook\apihijack.h"
314
				>
315
			</File>
316
			<File
317
				RelativePath="..\src\Hook\Direct3D-Hook.cpp"
318
				>
319
			</File>
320
			<File
321
				RelativePath="..\src\Hook\Direct3D-Hook.h"
322
				>
323
			</File>
324
			<File
325
				RelativePath="..\src\Hook\KeyboardDevice.h"
326
				>
327
			</File>
328
			<File
329
				RelativePath="..\src\Hook\MouseDevice.h"
330
				>
331
			</File>
332
			<File
333
				RelativePath="..\src\Hook\MyDirect3D9.h"
334
				>
335
			</File>
336
			<File
337
				RelativePath="..\src\Hook\MyDirect3DDevice9.h"
338
				>
339
			</File>
340
			<File
341
				RelativePath="..\src\Hook\MyDirectInput8.h"
342
				>
343
			</File>
344
		</Filter>
345
		<Filter
346
			Name="Render"
347
			>
348
			<File
349
				RelativePath="..\src\Render\Display.cpp"
350
				>
351
			</File>
352
			<File
353
				RelativePath="..\src\Render\Display.h"
354
				>
355
			</File>
356
			<File
357
				RelativePath="..\src\Render\DisplayCustom.cpp"
358
				>
359
			</File>
360
			<File
361
				RelativePath="..\src\Render\DisplayCustom.h"
362
				>
363
			</File>
364
			<File
365
				RelativePath="..\src\Render\DisplayMessage.h"
366
				>
367
			</File>
368
			<File
369
				RelativePath="..\src\Render\DisplayText.h"
370
				>
371
			</File>
372
			<File
373
				RelativePath="..\src\Render\RenderObject.cpp"
374
				>
375
			</File>
376
			<File
377
				RelativePath="..\src\Render\RenderObject.h"
378
				>
379
			</File>
380
			<File
381
				RelativePath="..\src\Render\RenderSprite.cpp"
382
				>
383
			</File>
384
			<File
385
				RelativePath="..\src\Render\RenderSprite.h"
386
				>
387
			</File>
388
			<File
389
				RelativePath="..\src\Render\RenderText.cpp"
390
				>
391
			</File>
392
			<File
393
				RelativePath="..\src\Render\RenderText.h"
394
				>
395
			</File>
396
			<File
397
				RelativePath="..\src\Render\RenderTexture.cpp"
398
				>
399
			</File>
400
			<File
401
				RelativePath="..\src\Render\RenderTexture.h"
402
				>
403
			</File>
404
		</Filter>
405
	</Files>
406
	<Globals>
407
	</Globals>
408
</VisualStudioProject>