Subversion Repositories spk

Rev

Rev 1 | Rev 10 | Go to most recent revision | 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
		/>
15
	</Platforms>
16
	<ToolFiles>
17
	</ToolFiles>
18
	<Configurations>
19
		<Configuration
20
			Name="Debug|Win32"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
2 cycrow 22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\GameLauncher"
1 cycrow 23
			ConfigurationType="1"
24
			CharacterSet="2"
25
			ManagedExtensions="1"
26
			>
27
			<Tool
28
				Name="VCPreBuildEventTool"
29
			/>
30
			<Tool
31
				Name="VCCustomBuildTool"
32
			/>
33
			<Tool
34
				Name="VCXMLDataGeneratorTool"
35
			/>
36
			<Tool
37
				Name="VCWebServiceProxyGeneratorTool"
38
			/>
39
			<Tool
40
				Name="VCMIDLTool"
41
			/>
42
			<Tool
43
				Name="VCCLCompilerTool"
44
				Optimization="0"
45
				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;"
46
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;"
47
				RuntimeLibrary="3"
48
				UsePrecompiledHeader="0"
49
				WarningLevel="3"
50
				DebugInformationFormat="3"
51
			/>
52
			<Tool
53
				Name="VCManagedResourceCompilerTool"
54
			/>
55
			<Tool
56
				Name="VCResourceCompilerTool"
57
			/>
58
			<Tool
59
				Name="VCPreLinkEventTool"
60
			/>
61
			<Tool
62
				Name="VCLinkerTool"
63
				IgnoreImportLibrary="false"
2 cycrow 64
				AdditionalDependencies="LgLcd.lib X-Gui.lib"
1 cycrow 65
				LinkIncremental="2"
66
				AdditionalLibraryDirectories="&quot;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Libs\x86&quot;"
67
				GenerateDebugInformation="true"
68
				AssemblyDebug="1"
69
				SubSystem="2"
70
				EntryPointSymbol="main"
71
				RandomizedBaseAddress="1"
72
				DataExecutionPrevention="0"
73
				TargetMachine="1"
74
			/>
75
			<Tool
76
				Name="VCALinkTool"
77
			/>
78
			<Tool
79
				Name="VCManifestTool"
80
			/>
81
			<Tool
82
				Name="VCXDCMakeTool"
83
			/>
84
			<Tool
85
				Name="VCBscMakeTool"
86
			/>
87
			<Tool
88
				Name="VCFxCopTool"
89
			/>
90
			<Tool
91
				Name="VCAppVerifierTool"
92
			/>
93
			<Tool
94
				Name="VCPostBuildEventTool"
95
			/>
96
		</Configuration>
97
		<Configuration
98
			Name="Release|Win32"
99
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
100
			IntermediateDirectory="$(ConfigurationName)"
101
			ConfigurationType="1"
102
			CharacterSet="2"
103
			ManagedExtensions="1"
104
			WholeProgramOptimization="1"
105
			>
106
			<Tool
107
				Name="VCPreBuildEventTool"
108
			/>
109
			<Tool
110
				Name="VCCustomBuildTool"
111
			/>
112
			<Tool
113
				Name="VCXMLDataGeneratorTool"
114
			/>
115
			<Tool
116
				Name="VCWebServiceProxyGeneratorTool"
117
			/>
118
			<Tool
119
				Name="VCMIDLTool"
120
			/>
121
			<Tool
122
				Name="VCCLCompilerTool"
123
				AdditionalIncludeDirectories="&quot;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI&quot;;&quot;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src&quot;;c:\Users\Cycrow\Documents\Programming\spk\src"
124
				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;"
125
				RuntimeLibrary="2"
126
				UsePrecompiledHeader="0"
127
				WarningLevel="3"
128
				DebugInformationFormat="3"
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="LgLcd.lib  ../SPK/release/X-Gui.lib"
142
				LinkIncremental="1"
143
				GenerateDebugInformation="true"
144
				SubSystem="2"
145
				EntryPointSymbol="main"
146
				RandomizedBaseAddress="1"
147
				DataExecutionPrevention="0"
148
				TargetMachine="1"
149
			/>
150
			<Tool
151
				Name="VCALinkTool"
152
			/>
153
			<Tool
154
				Name="VCManifestTool"
155
			/>
156
			<Tool
157
				Name="VCXDCMakeTool"
158
			/>
159
			<Tool
160
				Name="VCBscMakeTool"
161
			/>
162
			<Tool
163
				Name="VCFxCopTool"
164
			/>
165
			<Tool
166
				Name="VCAppVerifierTool"
167
			/>
168
			<Tool
169
				Name="VCPostBuildEventTool"
170
			/>
171
		</Configuration>
172
	</Configurations>
173
	<References>
174
		<AssemblyReference
175
			RelativePath="System.dll"
176
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
177
			MinFrameworkVersion="131072"
178
		/>
179
		<AssemblyReference
180
			RelativePath="System.Data.dll"
181
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
182
			MinFrameworkVersion="131072"
183
		/>
184
		<AssemblyReference
185
			RelativePath="System.Drawing.dll"
186
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
187
			MinFrameworkVersion="131072"
188
		/>
189
		<AssemblyReference
190
			RelativePath="System.Windows.Forms.dll"
191
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
192
			MinFrameworkVersion="131072"
193
		/>
194
		<AssemblyReference
195
			RelativePath="System.XML.dll"
196
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
197
			MinFrameworkVersion="131072"
198
		/>
199
	</References>
200
	<Files>
201
		<Filter
202
			Name="Source Files"
203
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
204
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
205
			>
206
			<File
207
				RelativePath=".\src\AssemblyInfo.cpp"
208
				>
209
			</File>
210
			<File
211
				RelativePath=".\src\GameLauncher.cpp"
212
				>
213
			</File>
214
			<File
215
				RelativePath=".\src\LcdCustomScreen.cpp"
216
				>
217
			</File>
218
			<File
219
				RelativePath=".\src\LCDDisplay.cpp"
220
				>
221
			</File>
222
			<File
223
				RelativePath=".\src\stdafx.cpp"
224
				>
225
			</File>
226
			<File
227
				RelativePath=".\src\X3Data.cpp"
228
				>
229
			</File>
230
		</Filter>
231
		<Filter
232
			Name="Header Files"
233
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
234
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
235
			>
236
			<File
237
				RelativePath=".\src\LcdCustomScreen.h"
238
				>
239
			</File>
240
			<File
241
				RelativePath=".\src\LCDDisplay.h"
242
				>
243
			</File>
244
			<File
245
				RelativePath=".\src\resource.h"
246
				>
247
			</File>
248
			<File
249
				RelativePath=".\src\stdafx.h"
250
				>
251
			</File>
252
			<File
253
				RelativePath=".\src\X3Data.h"
254
				>
255
			</File>
256
		</Filter>
257
		<Filter
258
			Name="Resource Files"
259
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
260
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
261
			>
262
			<File
263
				RelativePath=".\app.rc"
264
				>
265
			</File>
266
			<File
267
				RelativePath="..\..\..\X-PlugInManager-Icon86px.ico"
268
				>
269
			</File>
270
		</Filter>
271
		<Filter
272
			Name="LCD"
273
			>
274
			<File
275
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD.cpp"
276
				>
277
			</File>
278
			<File
279
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD.h"
280
				>
281
			</File>
282
			<File
283
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD_Defines.h"
284
				>
285
			</File>
286
			<File
287
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD_Page.cpp"
288
				>
289
			</File>
290
			<File
291
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD_Page.h"
292
				>
293
			</File>
294
			<File
295
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\lglcd.h"
296
				>
297
			</File>
298
			<Filter
299
				Name="UI"
300
				>
301
				<File
302
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDAnimatedBitmap.cpp"
303
					>
304
				</File>
305
				<File
306
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDAnimatedBitmap.h"
307
					>
308
				</File>
309
				<File
310
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDBase.cpp"
311
					>
312
				</File>
313
				<File
314
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDBase.h"
315
					>
316
				</File>
317
				<File
318
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDBitmap.cpp"
319
					>
320
				</File>
321
				<File
322
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDBitmap.h"
323
					>
324
				</File>
325
				<File
326
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDCollection.cpp"
327
					>
328
				</File>
329
				<File
330
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDCollection.h"
331
					>
332
				</File>
333
				<File
334
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDGfx.cpp"
335
					>
336
				</File>
337
				<File
338
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDGfx.h"
339
					>
340
				</File>
341
				<File
342
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDIcon.cpp"
343
					>
344
				</File>
345
				<File
346
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDIcon.h"
347
					>
348
				</File>
349
				<File
350
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDManager.cpp"
351
					>
352
				</File>
353
				<File
354
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDManager.h"
355
					>
356
				</File>
357
				<File
358
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDOutput.cpp"
359
					>
360
				</File>
361
				<File
362
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDOutput.h"
363
					>
364
				</File>
365
				<File
366
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDProgressBar.cpp"
367
					>
368
				</File>
369
				<File
370
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDProgressBar.h"
371
					>
372
				</File>
373
				<File
374
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDScrollingText.cpp"
375
					>
376
				</File>
377
				<File
378
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDScrollingText.h"
379
					>
380
				</File>
381
				<File
382
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDStreamingText.cpp"
383
					>
384
				</File>
385
				<File
386
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDStreamingText.h"
387
					>
388
				</File>
389
				<File
390
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDText.cpp"
391
					>
392
				</File>
393
				<File
394
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDText.h"
395
					>
396
				</File>
397
			</Filter>
398
		</Filter>
399
		<Filter
400
			Name="Forms"
401
			>
402
			<File
403
				RelativePath=".\src\Forms\Form1.h"
404
				FileType="3"
405
				>
406
				<File
407
					RelativePath=".\src\Forms\Form1.resx"
408
					>
409
				</File>
410
			</File>
411
			<File
412
				RelativePath=".\src\Forms\ViewData.cpp"
413
				>
414
			</File>
415
			<File
416
				RelativePath=".\src\Forms\ViewData.h"
417
				FileType="3"
418
				>
419
				<File
420
					RelativePath=".\src\Forms\ViewData.resx"
421
					>
422
				</File>
423
			</File>
424
		</Filter>
425
		<File
426
			RelativePath=".\ReadMe.txt"
427
			>
428
		</File>
429
	</Files>
430
	<Globals>
431
	</Globals>
432
</VisualStudioProject>