Subversion Repositories spk

Rev

Rev 68 | 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="SpkExplorer"
6
	ProjectGUID="{2E489570-2052-4C36-AD10-31B26A2D7F74}"
7
	RootNamespace="SpkExplorer"
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)\SpkExplorer"
1 cycrow 26
			ConfigurationType="1"
27
			CharacterSet="1"
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"
48
				AdditionalIncludeDirectories="../libspk/src"
49
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
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"
79 cycrow 66
				AdditionalDependencies="$(NOINHERIT)"
1 cycrow 67
				LinkIncremental="2"
68
				GenerateDebugInformation="true"
69
				AssemblyDebug="1"
70
				SubSystem="2"
71
				EntryPointSymbol="main"
72
				RandomizedBaseAddress="1"
73
				DataExecutionPrevention="0"
74
				TargetMachine="1"
75
			/>
76
			<Tool
77
				Name="VCALinkTool"
78
			/>
79
			<Tool
80
				Name="VCManifestTool"
81
			/>
82
			<Tool
83
				Name="VCXDCMakeTool"
84
			/>
85
			<Tool
86
				Name="VCBscMakeTool"
87
			/>
88
			<Tool
89
				Name="VCFxCopTool"
90
			/>
91
			<Tool
92
				Name="VCAppVerifierTool"
93
			/>
94
			<Tool
95
				Name="VCPostBuildEventTool"
96
			/>
97
		</Configuration>
98
		<Configuration
99
			Name="Release|Win32"
100
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
10 cycrow 101
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\SpkExplorer"
1 cycrow 102
			ConfigurationType="1"
103
			CharacterSet="1"
104
			ManagedExtensions="1"
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"
10 cycrow 124
				AdditionalIncludeDirectories="../libspk/src"
1 cycrow 125
				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_SPKDLL"
126
				RuntimeLibrary="2"
10 cycrow 127
				UsePrecompiledHeader="0"
1 cycrow 128
				WarningLevel="3"
129
				DebugInformationFormat="3"
130
			/>
131
			<Tool
132
				Name="VCManagedResourceCompilerTool"
133
			/>
134
			<Tool
135
				Name="VCResourceCompilerTool"
136
			/>
137
			<Tool
138
				Name="VCPreLinkEventTool"
139
			/>
140
			<Tool
141
				Name="VCLinkerTool"
79 cycrow 142
				AdditionalDependencies="$(NOINHERIT)"
36 cycrow 143
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 144
				LinkIncremental="1"
145
				GenerateDebugInformation="true"
146
				SubSystem="2"
147
				EntryPointSymbol="main"
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>
63 cycrow 174
		<Configuration
175
			Name="Debug|x64"
176
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
177
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
178
			ConfigurationType="1"
179
			CharacterSet="1"
180
			ManagedExtensions="1"
181
			>
182
			<Tool
183
				Name="VCPreBuildEventTool"
184
			/>
185
			<Tool
186
				Name="VCCustomBuildTool"
187
			/>
188
			<Tool
189
				Name="VCXMLDataGeneratorTool"
190
			/>
191
			<Tool
192
				Name="VCWebServiceProxyGeneratorTool"
193
			/>
194
			<Tool
195
				Name="VCMIDLTool"
196
				TargetEnvironment="3"
197
			/>
198
			<Tool
199
				Name="VCCLCompilerTool"
200
				Optimization="0"
201
				AdditionalIncludeDirectories="../libspk/src"
202
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
203
				RuntimeLibrary="3"
204
				UsePrecompiledHeader="0"
205
				WarningLevel="3"
206
				DebugInformationFormat="3"
207
			/>
208
			<Tool
209
				Name="VCManagedResourceCompilerTool"
210
			/>
211
			<Tool
212
				Name="VCResourceCompilerTool"
213
			/>
214
			<Tool
215
				Name="VCPreLinkEventTool"
216
			/>
217
			<Tool
218
				Name="VCLinkerTool"
219
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib $(NOINHERIT)"
220
				LinkIncremental="2"
221
				GenerateDebugInformation="true"
222
				AssemblyDebug="1"
223
				SubSystem="2"
224
				EntryPointSymbol="main"
225
				RandomizedBaseAddress="1"
226
				DataExecutionPrevention="0"
227
				TargetMachine="17"
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
		<Configuration
252
			Name="Release|x64"
253
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
254
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
255
			ConfigurationType="1"
256
			CharacterSet="1"
257
			ManagedExtensions="1"
258
			WholeProgramOptimization="1"
259
			>
260
			<Tool
261
				Name="VCPreBuildEventTool"
262
			/>
263
			<Tool
264
				Name="VCCustomBuildTool"
265
			/>
266
			<Tool
267
				Name="VCXMLDataGeneratorTool"
268
			/>
269
			<Tool
270
				Name="VCWebServiceProxyGeneratorTool"
271
			/>
272
			<Tool
273
				Name="VCMIDLTool"
274
				TargetEnvironment="3"
275
			/>
276
			<Tool
277
				Name="VCCLCompilerTool"
278
				AdditionalIncludeDirectories="../libspk/src"
279
				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_SPKDLL"
280
				RuntimeLibrary="2"
281
				UsePrecompiledHeader="0"
282
				WarningLevel="3"
283
				DebugInformationFormat="3"
284
			/>
285
			<Tool
286
				Name="VCManagedResourceCompilerTool"
287
			/>
288
			<Tool
289
				Name="VCResourceCompilerTool"
290
			/>
291
			<Tool
292
				Name="VCPreLinkEventTool"
293
			/>
294
			<Tool
295
				Name="VCLinkerTool"
296
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib $(NOINHERIT)"
297
				OutputFile="$(OutDir)\$(ProjectName).exe"
298
				LinkIncremental="1"
299
				GenerateDebugInformation="true"
300
				SubSystem="2"
301
				EntryPointSymbol="main"
302
				RandomizedBaseAddress="1"
303
				DataExecutionPrevention="0"
304
				TargetMachine="17"
305
			/>
306
			<Tool
307
				Name="VCALinkTool"
308
			/>
309
			<Tool
310
				Name="VCManifestTool"
311
			/>
312
			<Tool
313
				Name="VCXDCMakeTool"
314
			/>
315
			<Tool
316
				Name="VCBscMakeTool"
317
			/>
318
			<Tool
319
				Name="VCFxCopTool"
320
			/>
321
			<Tool
322
				Name="VCAppVerifierTool"
323
			/>
324
			<Tool
325
				Name="VCPostBuildEventTool"
326
			/>
327
		</Configuration>
1 cycrow 328
	</Configurations>
329
	<References>
330
		<AssemblyReference
331
			RelativePath="System.dll"
332
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
333
			MinFrameworkVersion="131072"
334
		/>
335
		<AssemblyReference
336
			RelativePath="System.Data.dll"
337
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
338
			MinFrameworkVersion="131072"
339
		/>
340
		<AssemblyReference
341
			RelativePath="System.Drawing.dll"
342
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
343
			MinFrameworkVersion="131072"
344
		/>
345
		<AssemblyReference
346
			RelativePath="System.Windows.Forms.dll"
347
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
348
			MinFrameworkVersion="131072"
349
		/>
350
		<AssemblyReference
351
			RelativePath="System.XML.dll"
352
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
353
			MinFrameworkVersion="131072"
354
		/>
79 cycrow 355
		<ProjectReference
356
			ReferencedProjectIdentifier="{C18EC70D-7048-485C-8BB3-E219C6C8E352}"
357
			RelativePathToProject="..\libspk\Windows\spk.vcproj"
358
		/>
1 cycrow 359
	</References>
360
	<Files>
361
		<Filter
362
			Name="Source Files"
363
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
364
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
365
			>
366
			<File
367
				RelativePath=".\src\AssemblyInfo.cpp"
368
				>
369
			</File>
370
			<File
371
				RelativePath=".\src\SpkExplorer.cpp"
372
				>
373
			</File>
374
			<File
375
				RelativePath=".\src\stdafx.cpp"
376
				>
377
			</File>
378
		</Filter>
379
		<Filter
380
			Name="Header Files"
381
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
382
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
383
			>
384
			<File
385
				RelativePath=".\src\resource.h"
386
				>
387
			</File>
388
			<File
389
				RelativePath=".\src\stdafx.h"
390
				>
391
			</File>
392
		</Filter>
393
		<Filter
394
			Name="Resource Files"
395
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
396
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
397
			>
398
			<File
399
				RelativePath="..\spk\Icons\advert.png"
400
				>
401
			</File>
402
			<File
403
				RelativePath=".\app.rc"
404
				>
405
			</File>
406
			<File
407
				RelativePath="..\spk\Icons\backup.png"
408
				>
409
			</File>
410
			<File
411
				RelativePath="..\spk\Icons\cockpitscene.png"
412
				>
413
			</File>
414
			<File
415
				RelativePath="..\spk\Icons\extras.png"
416
				>
417
			</File>
418
			<File
419
				RelativePath="..\spk\Icons\map.png"
420
				>
421
			</File>
422
			<File
423
				RelativePath="..\spk\Icons\mission.png"
424
				>
425
			</File>
426
			<File
427
				RelativePath="..\spk\Icons\mods.png"
428
				>
429
			</File>
430
			<File
431
				RelativePath="..\spk\Icons\readme.png"
432
				>
433
			</File>
434
			<File
435
				RelativePath="..\spk\Icons\screenshot.png"
436
				>
437
			</File>
438
			<File
439
				RelativePath="..\spk\Icons\script.png"
440
				>
441
			</File>
442
			<File
443
				RelativePath="..\spk\Icons\shipmodel.png"
444
				>
445
			</File>
446
			<File
447
				RelativePath="..\spk\Icons\shipother.png"
448
				>
449
			</File>
450
			<File
451
				RelativePath="..\spk\Icons\shipscene.png"
452
				>
453
			</File>
454
			<File
455
				RelativePath="..\spk\Icons\sound.png"
456
				>
457
			</File>
458
			<File
459
				RelativePath="..\..\..\..\Pictures\spk.bmp"
460
				>
461
			</File>
462
			<File
463
				RelativePath="..\spk\Icons\textfile.png"
464
				>
465
			</File>
466
			<File
467
				RelativePath="..\spk\Icons\uninstall.png"
468
				>
469
			</File>
470
			<File
79 cycrow 471
				RelativePath="..\PluginManager\Icons\X-PlugInManager-Icon86px.ico"
1 cycrow 472
				>
473
			</File>
474
		</Filter>
475
		<Filter
476
			Name="Forms"
477
			>
478
			<File
479
				RelativePath=".\src\Forms\AddDialog.cpp"
480
				>
481
			</File>
482
			<File
483
				RelativePath=".\src\Forms\ExtractDialog.cpp"
484
				>
485
			</File>
486
			<File
487
				RelativePath=".\src\Forms\FileExists.cpp"
488
				>
489
			</File>
490
			<File
491
				RelativePath=".\src\Forms\PackageInfo.cpp"
492
				>
493
			</File>
494
			<File
495
				RelativePath=".\src\Forms\SpkForm.cpp"
496
				>
497
			</File>
498
			<Filter
499
				Name="Headers"
500
				>
501
				<File
502
					RelativePath=".\src\Forms\AddDialog.h"
503
					FileType="3"
504
					>
505
					<File
506
						RelativePath=".\src\Forms\AddDialog.resx"
68 cycrow 507
						SubType="Designer"
1 cycrow 508
						>
509
					</File>
510
				</File>
511
				<File
512
					RelativePath=".\src\Forms\ConvertFile.h"
513
					FileType="3"
514
					>
515
					<File
516
						RelativePath=".\src\Forms\ConvertFile.resx"
68 cycrow 517
						SubType="Designer"
1 cycrow 518
						>
519
					</File>
520
				</File>
521
				<File
522
					RelativePath=".\src\Forms\DropFileDialog.h"
523
					FileType="3"
524
					>
525
					<File
526
						RelativePath=".\src\Forms\DropFileDialog.resx"
68 cycrow 527
						SubType="Designer"
1 cycrow 528
						>
529
					</File>
530
				</File>
531
				<File
532
					RelativePath=".\src\Forms\ExtractDialog.h"
533
					FileType="3"
534
					>
535
					<File
536
						RelativePath=".\src\Forms\ExtractDialog.resx"
68 cycrow 537
						SubType="Designer"
1 cycrow 538
						>
539
					</File>
540
				</File>
541
				<File
542
					RelativePath=".\src\Forms\FileExists.h"
543
					FileType="3"
544
					>
545
					<File
546
						RelativePath=".\src\Forms\FileExists.resx"
68 cycrow 547
						SubType="Designer"
1 cycrow 548
						>
549
					</File>
550
				</File>
551
				<File
552
					RelativePath=".\src\Forms\Form1.h"
553
					FileType="3"
554
					>
555
					<File
556
						RelativePath=".\src\Forms\Form1.resx"
68 cycrow 557
						SubType="Designer"
1 cycrow 558
						>
559
					</File>
560
				</File>
561
				<File
562
					RelativePath=".\src\Forms\PackageInfo.h"
563
					FileType="3"
564
					>
565
					<File
566
						RelativePath=".\src\Forms\PackageInfo.resx"
68 cycrow 567
						SubType="Designer"
1 cycrow 568
						>
569
					</File>
570
				</File>
571
				<File
572
					RelativePath=".\src\Forms\SpkForm.h"
573
					FileType="3"
574
					>
575
					<File
576
						RelativePath=".\src\Forms\SpkForm.resx"
68 cycrow 577
						SubType="Designer"
1 cycrow 578
						>
579
					</File>
580
				</File>
581
			</Filter>
582
		</Filter>
583
		<File
584
			RelativePath=".\ReadMe.txt"
585
			>
586
		</File>
587
	</Files>
588
	<Globals>
589
	</Globals>
590
</VisualStudioProject>