Subversion Repositories spk

Rev

Rev 79 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 cycrow 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="9.00"
5
	Name="GameLauncher"
6
	ProjectGUID="{AD3434D3-A0B1-4A76-B3D6-AED6F7B71558}"
7
	RootNamespace="GameLauncher"
8
	Keyword="ManagedCProj"
9
	TargetFrameworkVersion="131072"
10
	>
11
	<Platforms>
12
		<Platform
13
			Name="Win32"
14
		/>
63 cycrow 15
		<Platform
16
			Name="x64"
17
		/>
1 cycrow 18
	</Platforms>
19
	<ToolFiles>
20
	</ToolFiles>
21
	<Configurations>
22
		<Configuration
23
			Name="Debug|Win32"
24
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
2 cycrow 25
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\GameLauncher"
1 cycrow 26
			ConfigurationType="1"
27
			CharacterSet="2"
28
			ManagedExtensions="1"
29
			>
30
			<Tool
31
				Name="VCPreBuildEventTool"
32
			/>
33
			<Tool
34
				Name="VCCustomBuildTool"
35
			/>
36
			<Tool
37
				Name="VCXMLDataGeneratorTool"
38
			/>
39
			<Tool
40
				Name="VCWebServiceProxyGeneratorTool"
41
			/>
42
			<Tool
43
				Name="VCMIDLTool"
44
			/>
45
			<Tool
46
				Name="VCCLCompilerTool"
47
				Optimization="0"
79 cycrow 48
				AdditionalIncludeDirectories="../libspk/src;LCD;LCD/LCDUI"
1 cycrow 49
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;"
50
				RuntimeLibrary="3"
51
				UsePrecompiledHeader="0"
52
				WarningLevel="3"
53
				DebugInformationFormat="3"
54
			/>
55
			<Tool
56
				Name="VCManagedResourceCompilerTool"
57
			/>
58
			<Tool
59
				Name="VCResourceCompilerTool"
60
			/>
61
			<Tool
62
				Name="VCPreLinkEventTool"
63
			/>
64
			<Tool
65
				Name="VCLinkerTool"
66
				IgnoreImportLibrary="false"
85 cycrow 67
				AdditionalDependencies="LgLcd.lib &quot;$(SolutionDir)$(ConfigurationName)/X-Gui.lib&quot;"
1 cycrow 68
				LinkIncremental="2"
69
				AdditionalLibraryDirectories="&quot;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Libs\x86&quot;"
70
				GenerateDebugInformation="true"
71
				AssemblyDebug="1"
72
				SubSystem="2"
73
				EntryPointSymbol="main"
74
				RandomizedBaseAddress="1"
75
				DataExecutionPrevention="0"
76
				TargetMachine="1"
77
			/>
78
			<Tool
79
				Name="VCALinkTool"
80
			/>
81
			<Tool
82
				Name="VCManifestTool"
83
			/>
84
			<Tool
85
				Name="VCXDCMakeTool"
86
			/>
87
			<Tool
88
				Name="VCBscMakeTool"
89
			/>
90
			<Tool
91
				Name="VCFxCopTool"
92
			/>
93
			<Tool
94
				Name="VCAppVerifierTool"
95
			/>
96
			<Tool
97
				Name="VCPostBuildEventTool"
98
			/>
99
		</Configuration>
100
		<Configuration
101
			Name="Release|Win32"
102
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
10 cycrow 103
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\GameLauncher"
1 cycrow 104
			ConfigurationType="1"
105
			CharacterSet="2"
106
			ManagedExtensions="1"
107
			WholeProgramOptimization="1"
108
			>
109
			<Tool
110
				Name="VCPreBuildEventTool"
111
			/>
112
			<Tool
113
				Name="VCCustomBuildTool"
114
			/>
115
			<Tool
116
				Name="VCXMLDataGeneratorTool"
117
			/>
118
			<Tool
119
				Name="VCWebServiceProxyGeneratorTool"
120
			/>
121
			<Tool
122
				Name="VCMIDLTool"
123
			/>
124
			<Tool
125
				Name="VCCLCompilerTool"
79 cycrow 126
				AdditionalIncludeDirectories="../libspk/src;LCD;LCD/LCDUI"
1 cycrow 127
				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;"
128
				RuntimeLibrary="2"
129
				UsePrecompiledHeader="0"
130
				WarningLevel="3"
131
				DebugInformationFormat="3"
132
			/>
133
			<Tool
134
				Name="VCManagedResourceCompilerTool"
135
			/>
136
			<Tool
137
				Name="VCResourceCompilerTool"
138
			/>
139
			<Tool
140
				Name="VCPreLinkEventTool"
141
			/>
142
			<Tool
143
				Name="VCLinkerTool"
79 cycrow 144
				AdditionalDependencies="LgLcd.lib &quot;$(SolutionDir)$(ConfigurationName)/X-Gui.lib&quot;"
21 cycrow 145
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 146
				LinkIncremental="1"
147
				GenerateDebugInformation="true"
148
				SubSystem="2"
149
				EntryPointSymbol="main"
150
				RandomizedBaseAddress="1"
151
				DataExecutionPrevention="0"
152
				TargetMachine="1"
153
			/>
154
			<Tool
155
				Name="VCALinkTool"
156
			/>
157
			<Tool
158
				Name="VCManifestTool"
159
			/>
160
			<Tool
161
				Name="VCXDCMakeTool"
162
			/>
163
			<Tool
164
				Name="VCBscMakeTool"
165
			/>
166
			<Tool
167
				Name="VCFxCopTool"
168
			/>
169
			<Tool
170
				Name="VCAppVerifierTool"
171
			/>
172
			<Tool
173
				Name="VCPostBuildEventTool"
174
			/>
175
		</Configuration>
63 cycrow 176
		<Configuration
177
			Name="Debug|x64"
178
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
179
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
180
			ConfigurationType="1"
181
			CharacterSet="2"
182
			ManagedExtensions="1"
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
				TargetEnvironment="3"
199
			/>
200
			<Tool
201
				Name="VCCLCompilerTool"
202
				Optimization="0"
203
				AdditionalIncludeDirectories="../libspk/src;&quot;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src&quot;;&quot;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI&quot;"
204
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;"
205
				RuntimeLibrary="3"
206
				UsePrecompiledHeader="0"
207
				WarningLevel="3"
208
				DebugInformationFormat="3"
209
			/>
210
			<Tool
211
				Name="VCManagedResourceCompilerTool"
212
			/>
213
			<Tool
214
				Name="VCResourceCompilerTool"
215
			/>
216
			<Tool
217
				Name="VCPreLinkEventTool"
218
			/>
219
			<Tool
220
				Name="VCLinkerTool"
221
				IgnoreImportLibrary="false"
222
				AdditionalDependencies="LgLcd.lib $(SolutionDir)$(ConfigurationName)/X-Gui.lib"
223
				LinkIncremental="2"
224
				AdditionalLibraryDirectories="&quot;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Libs\x86&quot;"
225
				GenerateDebugInformation="true"
226
				AssemblyDebug="1"
227
				SubSystem="2"
228
				EntryPointSymbol="main"
229
				RandomizedBaseAddress="1"
230
				DataExecutionPrevention="0"
231
				TargetMachine="17"
232
			/>
233
			<Tool
234
				Name="VCALinkTool"
235
			/>
236
			<Tool
237
				Name="VCManifestTool"
238
			/>
239
			<Tool
240
				Name="VCXDCMakeTool"
241
			/>
242
			<Tool
243
				Name="VCBscMakeTool"
244
			/>
245
			<Tool
246
				Name="VCFxCopTool"
247
			/>
248
			<Tool
249
				Name="VCAppVerifierTool"
250
			/>
251
			<Tool
252
				Name="VCPostBuildEventTool"
253
			/>
254
		</Configuration>
255
		<Configuration
256
			Name="Release|x64"
257
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
258
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
259
			ConfigurationType="1"
260
			CharacterSet="2"
261
			ManagedExtensions="1"
262
			WholeProgramOptimization="1"
263
			>
264
			<Tool
265
				Name="VCPreBuildEventTool"
266
			/>
267
			<Tool
268
				Name="VCCustomBuildTool"
269
			/>
270
			<Tool
271
				Name="VCXMLDataGeneratorTool"
272
			/>
273
			<Tool
274
				Name="VCWebServiceProxyGeneratorTool"
275
			/>
276
			<Tool
277
				Name="VCMIDLTool"
278
				TargetEnvironment="3"
279
			/>
280
			<Tool
281
				Name="VCCLCompilerTool"
282
				AdditionalIncludeDirectories="../libspk/src;&quot;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src&quot;;&quot;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI&quot;"
283
				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;"
284
				RuntimeLibrary="2"
285
				UsePrecompiledHeader="0"
286
				WarningLevel="3"
287
				DebugInformationFormat="3"
288
			/>
289
			<Tool
290
				Name="VCManagedResourceCompilerTool"
291
			/>
292
			<Tool
293
				Name="VCResourceCompilerTool"
294
			/>
295
			<Tool
296
				Name="VCPreLinkEventTool"
297
			/>
298
			<Tool
299
				Name="VCLinkerTool"
300
				AdditionalDependencies="LgLcd.lib $(SolutionDir)$(ConfigurationName)/X-Gui.lib"
301
				OutputFile="$(OutDir)\$(ProjectName).exe"
302
				LinkIncremental="1"
303
				GenerateDebugInformation="true"
304
				SubSystem="2"
305
				EntryPointSymbol="main"
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>
1 cycrow 332
	</Configurations>
333
	<References>
334
		<AssemblyReference
335
			RelativePath="System.dll"
336
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
337
			MinFrameworkVersion="131072"
338
		/>
339
		<AssemblyReference
340
			RelativePath="System.Data.dll"
341
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
342
			MinFrameworkVersion="131072"
343
		/>
344
		<AssemblyReference
345
			RelativePath="System.Drawing.dll"
346
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
347
			MinFrameworkVersion="131072"
348
		/>
349
		<AssemblyReference
350
			RelativePath="System.Windows.Forms.dll"
351
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
352
			MinFrameworkVersion="131072"
353
		/>
354
		<AssemblyReference
355
			RelativePath="System.XML.dll"
356
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
357
			MinFrameworkVersion="131072"
358
		/>
79 cycrow 359
		<ProjectReference
360
			ReferencedProjectIdentifier="{C18EC70D-7048-485C-8BB3-E219C6C8E352}"
361
			RelativePathToProject="..\libspk\Windows\spk.vcproj"
362
		/>
363
		<ProjectReference
364
			ReferencedProjectIdentifier="{A181F2F9-5D2C-4AEB-9309-291F50997A37}"
365
			RelativePathToProject="..\Direct3D-Hook\Windows\Direct3D-Hook.vcproj"
366
		/>
1 cycrow 367
	</References>
368
	<Files>
369
		<Filter
370
			Name="Source Files"
371
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
372
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
373
			>
374
			<File
375
				RelativePath=".\src\AssemblyInfo.cpp"
376
				>
377
			</File>
378
			<File
85 cycrow 379
				RelativePath=".\src\Forms\Form1.cpp"
380
				>
381
			</File>
382
			<File
1 cycrow 383
				RelativePath=".\src\GameLauncher.cpp"
384
				>
385
			</File>
386
			<File
387
				RelativePath=".\src\LcdCustomScreen.cpp"
388
				>
389
			</File>
390
			<File
391
				RelativePath=".\src\LCDDisplay.cpp"
392
				>
393
			</File>
394
			<File
395
				RelativePath=".\src\stdafx.cpp"
396
				>
397
			</File>
398
			<File
399
				RelativePath=".\src\X3Data.cpp"
400
				>
401
			</File>
402
		</Filter>
403
		<Filter
404
			Name="Header Files"
405
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
406
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
407
			>
408
			<File
409
				RelativePath=".\src\LcdCustomScreen.h"
410
				>
411
			</File>
412
			<File
413
				RelativePath=".\src\LCDDisplay.h"
414
				>
415
			</File>
416
			<File
417
				RelativePath=".\src\resource.h"
418
				>
419
			</File>
420
			<File
421
				RelativePath=".\src\stdafx.h"
422
				>
423
			</File>
424
			<File
425
				RelativePath=".\src\X3Data.h"
426
				>
427
			</File>
428
		</Filter>
429
		<Filter
430
			Name="Resource Files"
431
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
432
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
433
			>
434
			<File
435
				RelativePath=".\app.rc"
436
				>
437
			</File>
438
			<File
79 cycrow 439
				RelativePath="..\PluginManager\Icons\X-PlugInManager-Icon86px.ico"
1 cycrow 440
				>
441
			</File>
442
		</Filter>
443
		<Filter
444
			Name="LCD"
445
			>
446
			<File
79 cycrow 447
				RelativePath=".\LCD\EZ_LCD.cpp"
1 cycrow 448
				>
449
			</File>
450
			<File
79 cycrow 451
				RelativePath=".\LCD\EZ_LCD.h"
1 cycrow 452
				>
453
			</File>
454
			<File
79 cycrow 455
				RelativePath=".\LCD\EZ_LCD_Defines.h"
1 cycrow 456
				>
457
			</File>
458
			<File
79 cycrow 459
				RelativePath=".\LCD\EZ_LCD_Page.cpp"
1 cycrow 460
				>
461
			</File>
462
			<File
79 cycrow 463
				RelativePath=".\LCD\EZ_LCD_Page.h"
1 cycrow 464
				>
465
			</File>
466
			<File
79 cycrow 467
				RelativePath=".\LCD\lglcd.h"
1 cycrow 468
				>
469
			</File>
79 cycrow 470
			<File
471
				RelativePath=".\LCD\StdAfx.h"
472
				>
473
			</File>
1 cycrow 474
			<Filter
475
				Name="UI"
476
				>
477
				<File
79 cycrow 478
					RelativePath=".\LCD\LCDUI\LCDAnimatedBitmap.cpp"
1 cycrow 479
					>
480
				</File>
481
				<File
79 cycrow 482
					RelativePath=".\LCD\LCDUI\LCDAnimatedBitmap.h"
1 cycrow 483
					>
484
				</File>
485
				<File
79 cycrow 486
					RelativePath=".\LCD\LCDUI\LCDBase.cpp"
1 cycrow 487
					>
488
				</File>
489
				<File
79 cycrow 490
					RelativePath=".\LCD\LCDUI\LCDBase.h"
1 cycrow 491
					>
492
				</File>
493
				<File
79 cycrow 494
					RelativePath=".\LCD\LCDUI\LCDBitmap.cpp"
1 cycrow 495
					>
496
				</File>
497
				<File
79 cycrow 498
					RelativePath=".\LCD\LCDUI\LCDBitmap.h"
1 cycrow 499
					>
500
				</File>
501
				<File
79 cycrow 502
					RelativePath=".\LCD\LCDUI\LCDCollection.cpp"
1 cycrow 503
					>
504
				</File>
505
				<File
79 cycrow 506
					RelativePath=".\LCD\LCDUI\LCDCollection.h"
1 cycrow 507
					>
508
				</File>
509
				<File
79 cycrow 510
					RelativePath=".\LCD\LCDUI\LCDGfx.cpp"
1 cycrow 511
					>
512
				</File>
513
				<File
79 cycrow 514
					RelativePath=".\LCD\LCDUI\LCDGfx.h"
1 cycrow 515
					>
516
				</File>
517
				<File
79 cycrow 518
					RelativePath=".\LCD\LCDUI\LCDIcon.cpp"
1 cycrow 519
					>
520
				</File>
521
				<File
79 cycrow 522
					RelativePath=".\LCD\LCDUI\LCDIcon.h"
1 cycrow 523
					>
524
				</File>
525
				<File
79 cycrow 526
					RelativePath=".\LCD\LCDUI\LCDManager.cpp"
1 cycrow 527
					>
528
				</File>
529
				<File
79 cycrow 530
					RelativePath=".\LCD\LCDUI\LCDManager.h"
1 cycrow 531
					>
532
				</File>
533
				<File
79 cycrow 534
					RelativePath=".\LCD\LCDUI\LCDOutput.cpp"
1 cycrow 535
					>
536
				</File>
537
				<File
79 cycrow 538
					RelativePath=".\LCD\LCDUI\LCDOutput.h"
1 cycrow 539
					>
540
				</File>
541
				<File
79 cycrow 542
					RelativePath=".\LCD\LCDUI\LCDProgressBar.cpp"
1 cycrow 543
					>
544
				</File>
545
				<File
79 cycrow 546
					RelativePath=".\LCD\LCDUI\LCDProgressBar.h"
1 cycrow 547
					>
548
				</File>
549
				<File
79 cycrow 550
					RelativePath=".\LCD\LCDUI\LCDScrollingText.cpp"
1 cycrow 551
					>
552
				</File>
553
				<File
79 cycrow 554
					RelativePath=".\LCD\LCDUI\LCDScrollingText.h"
1 cycrow 555
					>
556
				</File>
557
				<File
79 cycrow 558
					RelativePath=".\LCD\LCDUI\LCDStreamingText.cpp"
1 cycrow 559
					>
560
				</File>
561
				<File
79 cycrow 562
					RelativePath=".\LCD\LCDUI\LCDStreamingText.h"
1 cycrow 563
					>
564
				</File>
565
				<File
79 cycrow 566
					RelativePath=".\LCD\LCDUI\LCDText.cpp"
1 cycrow 567
					>
568
				</File>
569
				<File
79 cycrow 570
					RelativePath=".\LCD\LCDUI\LCDText.h"
1 cycrow 571
					>
572
				</File>
573
			</Filter>
574
		</Filter>
575
		<Filter
576
			Name="Forms"
577
			>
578
			<File
579
				RelativePath=".\src\Forms\Form1.h"
580
				FileType="3"
581
				>
582
				<File
583
					RelativePath=".\src\Forms\Form1.resx"
68 cycrow 584
					SubType="Designer"
1 cycrow 585
					>
586
				</File>
587
			</File>
588
			<File
589
				RelativePath=".\src\Forms\ViewData.cpp"
590
				>
591
			</File>
592
			<File
593
				RelativePath=".\src\Forms\ViewData.h"
594
				FileType="3"
595
				>
596
				<File
597
					RelativePath=".\src\Forms\ViewData.resx"
68 cycrow 598
					SubType="Designer"
1 cycrow 599
					>
600
				</File>
601
			</File>
602
		</Filter>
603
		<File
604
			RelativePath=".\ReadMe.txt"
605
			>
606
		</File>
607
	</Files>
608
	<Globals>
609
	</Globals>
610
</VisualStudioProject>