Subversion Repositories spk

Rev

Rev 30 | 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"
10 cycrow 64
				AdditionalDependencies="LgLcd.lib $(SolutionDir)$(ConfigurationName)/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)"
10 cycrow 100
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\GameLauncher"
1 cycrow 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"
10 cycrow 123
				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;"
1 cycrow 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"
10 cycrow 141
				AdditionalDependencies="LgLcd.lib $(SolutionDir)$(ConfigurationName)/X-Gui.lib"
21 cycrow 142
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 143
				LinkIncremental="1"
144
				GenerateDebugInformation="true"
145
				SubSystem="2"
146
				EntryPointSymbol="main"
147
				RandomizedBaseAddress="1"
148
				DataExecutionPrevention="0"
149
				TargetMachine="1"
150
			/>
151
			<Tool
152
				Name="VCALinkTool"
153
			/>
154
			<Tool
155
				Name="VCManifestTool"
156
			/>
157
			<Tool
158
				Name="VCXDCMakeTool"
159
			/>
160
			<Tool
161
				Name="VCBscMakeTool"
162
			/>
163
			<Tool
164
				Name="VCFxCopTool"
165
			/>
166
			<Tool
167
				Name="VCAppVerifierTool"
168
			/>
169
			<Tool
170
				Name="VCPostBuildEventTool"
171
			/>
172
		</Configuration>
173
	</Configurations>
174
	<References>
175
		<AssemblyReference
176
			RelativePath="System.dll"
177
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
178
			MinFrameworkVersion="131072"
179
		/>
180
		<AssemblyReference
181
			RelativePath="System.Data.dll"
182
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
183
			MinFrameworkVersion="131072"
184
		/>
185
		<AssemblyReference
186
			RelativePath="System.Drawing.dll"
187
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
188
			MinFrameworkVersion="131072"
189
		/>
190
		<AssemblyReference
191
			RelativePath="System.Windows.Forms.dll"
192
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
193
			MinFrameworkVersion="131072"
194
		/>
195
		<AssemblyReference
196
			RelativePath="System.XML.dll"
197
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
198
			MinFrameworkVersion="131072"
199
		/>
200
	</References>
201
	<Files>
202
		<Filter
203
			Name="Source Files"
204
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
205
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
206
			>
207
			<File
208
				RelativePath=".\src\AssemblyInfo.cpp"
209
				>
210
			</File>
211
			<File
212
				RelativePath=".\src\GameLauncher.cpp"
213
				>
214
			</File>
215
			<File
216
				RelativePath=".\src\LcdCustomScreen.cpp"
217
				>
218
			</File>
219
			<File
220
				RelativePath=".\src\LCDDisplay.cpp"
221
				>
222
			</File>
223
			<File
224
				RelativePath=".\src\stdafx.cpp"
225
				>
226
			</File>
227
			<File
228
				RelativePath=".\src\X3Data.cpp"
229
				>
230
			</File>
231
		</Filter>
232
		<Filter
233
			Name="Header Files"
234
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
235
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
236
			>
237
			<File
238
				RelativePath=".\src\LcdCustomScreen.h"
239
				>
240
			</File>
241
			<File
242
				RelativePath=".\src\LCDDisplay.h"
243
				>
244
			</File>
245
			<File
246
				RelativePath=".\src\resource.h"
247
				>
248
			</File>
249
			<File
250
				RelativePath=".\src\stdafx.h"
251
				>
252
			</File>
253
			<File
254
				RelativePath=".\src\X3Data.h"
255
				>
256
			</File>
257
		</Filter>
258
		<Filter
259
			Name="Resource Files"
260
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
261
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
262
			>
263
			<File
264
				RelativePath=".\app.rc"
265
				>
266
			</File>
267
			<File
268
				RelativePath="..\..\..\X-PlugInManager-Icon86px.ico"
269
				>
270
			</File>
271
		</Filter>
272
		<Filter
273
			Name="LCD"
274
			>
275
			<File
276
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD.cpp"
277
				>
278
			</File>
279
			<File
280
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD.h"
281
				>
282
			</File>
283
			<File
284
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD_Defines.h"
285
				>
286
			</File>
287
			<File
288
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD_Page.cpp"
289
				>
290
			</File>
291
			<File
292
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\EZ_LCD_Page.h"
293
				>
294
			</File>
295
			<File
296
				RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\lglcd.h"
297
				>
298
			</File>
299
			<Filter
300
				Name="UI"
301
				>
302
				<File
303
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDAnimatedBitmap.cpp"
304
					>
305
				</File>
306
				<File
307
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDAnimatedBitmap.h"
308
					>
309
				</File>
310
				<File
311
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDBase.cpp"
312
					>
313
				</File>
314
				<File
315
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDBase.h"
316
					>
317
				</File>
318
				<File
319
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDBitmap.cpp"
320
					>
321
				</File>
322
				<File
323
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDBitmap.h"
324
					>
325
				</File>
326
				<File
327
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDCollection.cpp"
328
					>
329
				</File>
330
				<File
331
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDCollection.h"
332
					>
333
				</File>
334
				<File
335
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDGfx.cpp"
336
					>
337
				</File>
338
				<File
339
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDGfx.h"
340
					>
341
				</File>
342
				<File
343
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDIcon.cpp"
344
					>
345
				</File>
346
				<File
347
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDIcon.h"
348
					>
349
				</File>
350
				<File
351
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDManager.cpp"
352
					>
353
				</File>
354
				<File
355
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDManager.h"
356
					>
357
				</File>
358
				<File
359
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDOutput.cpp"
360
					>
361
				</File>
362
				<File
363
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDOutput.h"
364
					>
365
				</File>
366
				<File
367
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDProgressBar.cpp"
368
					>
369
				</File>
370
				<File
371
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDProgressBar.h"
372
					>
373
				</File>
374
				<File
375
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDScrollingText.cpp"
376
					>
377
				</File>
378
				<File
379
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDScrollingText.h"
380
					>
381
				</File>
382
				<File
383
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDStreamingText.cpp"
384
					>
385
				</File>
386
				<File
387
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDStreamingText.h"
388
					>
389
				</File>
390
				<File
391
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDText.cpp"
392
					>
393
				</File>
394
				<File
395
					RelativePath="..\..\..\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI\LCDText.h"
396
					>
397
				</File>
398
			</Filter>
399
		</Filter>
400
		<Filter
401
			Name="Forms"
402
			>
403
			<File
404
				RelativePath=".\src\Forms\Form1.h"
405
				FileType="3"
406
				>
407
				<File
408
					RelativePath=".\src\Forms\Form1.resx"
409
					>
410
				</File>
411
			</File>
412
			<File
413
				RelativePath=".\src\Forms\ViewData.cpp"
414
				>
415
			</File>
416
			<File
417
				RelativePath=".\src\Forms\ViewData.h"
418
				FileType="3"
419
				>
420
				<File
421
					RelativePath=".\src\Forms\ViewData.resx"
422
					>
423
				</File>
424
			</File>
425
		</Filter>
426
		<File
427
			RelativePath=".\ReadMe.txt"
428
			>
429
		</File>
430
	</Files>
431
	<Globals>
432
	</Globals>
433
</VisualStudioProject>