Subversion Repositories spk

Rev

Rev 63 | 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="Creator"
6
	ProjectGUID="{185E2678-8252-47C3-AAA8-535E4CB769C1}"
7
	RootNamespace="Creator"
8
	Keyword="ManagedCProj"
9
	TargetFrameworkVersion="196613"
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)\Creator"
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"
68 cycrow 66
				AdditionalDependencies="shell32.lib $(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)\Creator"
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;_SPKDLL;_STRINGCLR"
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"
10 cycrow 142
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib $(NOINHERIT)"
1 cycrow 143
				LinkIncremental="1"
21 cycrow 144
				GenerateDebugInformation="false"
1 cycrow 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>
63 cycrow 173
		<Configuration
174
			Name="Debug|x64"
175
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
176
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
177
			ConfigurationType="1"
178
			CharacterSet="1"
179
			ManagedExtensions="1"
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
				TargetEnvironment="3"
196
			/>
197
			<Tool
198
				Name="VCCLCompilerTool"
199
				Optimization="0"
200
				AdditionalIncludeDirectories="../libspk/src"
201
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
202
				RuntimeLibrary="3"
203
				UsePrecompiledHeader="0"
204
				WarningLevel="3"
205
				DebugInformationFormat="3"
206
			/>
207
			<Tool
208
				Name="VCManagedResourceCompilerTool"
209
			/>
210
			<Tool
211
				Name="VCResourceCompilerTool"
212
			/>
213
			<Tool
214
				Name="VCPreLinkEventTool"
215
			/>
216
			<Tool
217
				Name="VCLinkerTool"
218
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib $(NOINHERIT)"
219
				LinkIncremental="2"
220
				GenerateDebugInformation="true"
221
				AssemblyDebug="1"
222
				SubSystem="2"
223
				EntryPointSymbol="main"
224
				RandomizedBaseAddress="1"
225
				DataExecutionPrevention="0"
226
				TargetMachine="17"
227
			/>
228
			<Tool
229
				Name="VCALinkTool"
230
			/>
231
			<Tool
232
				Name="VCManifestTool"
233
			/>
234
			<Tool
235
				Name="VCXDCMakeTool"
236
			/>
237
			<Tool
238
				Name="VCBscMakeTool"
239
			/>
240
			<Tool
241
				Name="VCFxCopTool"
242
			/>
243
			<Tool
244
				Name="VCAppVerifierTool"
245
			/>
246
			<Tool
247
				Name="VCPostBuildEventTool"
248
			/>
249
		</Configuration>
250
		<Configuration
251
			Name="Release|x64"
252
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
253
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
254
			ConfigurationType="1"
255
			CharacterSet="1"
256
			ManagedExtensions="1"
257
			WholeProgramOptimization="1"
258
			>
259
			<Tool
260
				Name="VCPreBuildEventTool"
261
			/>
262
			<Tool
263
				Name="VCCustomBuildTool"
264
			/>
265
			<Tool
266
				Name="VCXMLDataGeneratorTool"
267
			/>
268
			<Tool
269
				Name="VCWebServiceProxyGeneratorTool"
270
			/>
271
			<Tool
272
				Name="VCMIDLTool"
273
				TargetEnvironment="3"
274
			/>
275
			<Tool
276
				Name="VCCLCompilerTool"
277
				AdditionalIncludeDirectories="../libspk/src"
278
				PreprocessorDefinitions="WIN32;NDEBUG;;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
279
				RuntimeLibrary="2"
280
				UsePrecompiledHeader="0"
281
				WarningLevel="3"
282
				DebugInformationFormat="3"
283
			/>
284
			<Tool
285
				Name="VCManagedResourceCompilerTool"
286
			/>
287
			<Tool
288
				Name="VCResourceCompilerTool"
289
			/>
290
			<Tool
291
				Name="VCPreLinkEventTool"
292
			/>
293
			<Tool
294
				Name="VCLinkerTool"
295
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib $(NOINHERIT)"
296
				LinkIncremental="1"
297
				GenerateDebugInformation="false"
298
				SubSystem="2"
299
				EntryPointSymbol="main"
300
				RandomizedBaseAddress="1"
301
				DataExecutionPrevention="0"
302
				TargetMachine="17"
303
			/>
304
			<Tool
305
				Name="VCALinkTool"
306
			/>
307
			<Tool
308
				Name="VCManifestTool"
309
			/>
310
			<Tool
311
				Name="VCXDCMakeTool"
312
			/>
313
			<Tool
314
				Name="VCBscMakeTool"
315
			/>
316
			<Tool
317
				Name="VCFxCopTool"
318
			/>
319
			<Tool
320
				Name="VCAppVerifierTool"
321
			/>
322
			<Tool
323
				Name="VCPostBuildEventTool"
324
			/>
325
		</Configuration>
1 cycrow 326
	</Configurations>
327
	<References>
328
		<AssemblyReference
329
			RelativePath="System.dll"
330
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
331
			MinFrameworkVersion="131072"
332
		/>
333
		<AssemblyReference
334
			RelativePath="System.Data.dll"
335
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
336
			MinFrameworkVersion="131072"
337
		/>
338
		<AssemblyReference
339
			RelativePath="System.Drawing.dll"
340
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
341
			MinFrameworkVersion="131072"
342
		/>
343
		<AssemblyReference
344
			RelativePath="System.Windows.Forms.dll"
345
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
346
			MinFrameworkVersion="131072"
347
		/>
348
		<AssemblyReference
349
			RelativePath="System.XML.dll"
350
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
351
			MinFrameworkVersion="131072"
352
		/>
68 cycrow 353
		<ProjectReference
354
			ReferencedProjectIdentifier="{C18EC70D-7048-485C-8BB3-E219C6C8E352}"
355
			RelativePathToProject="..\libspk\Windows\spk.vcproj"
1 cycrow 356
		/>
357
	</References>
358
	<Files>
359
		<Filter
360
			Name="Source Files"
361
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
362
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
363
			>
364
			<File
365
				RelativePath=".\src\AssemblyInfo.cpp"
366
				>
367
			</File>
368
			<File
369
				RelativePath=".\src\Creator.cpp"
370
				>
371
			</File>
372
			<File
373
				RelativePath=".\src\stdafx.cpp"
374
				>
375
			</File>
376
		</Filter>
377
		<Filter
378
			Name="Header Files"
379
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
380
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
381
			>
382
			<File
383
				RelativePath=".\src\resource.h"
384
				>
385
			</File>
386
			<File
39 cycrow 387
				RelativePath="..\common\spknet.h"
388
				>
389
			</File>
390
			<File
1 cycrow 391
				RelativePath=".\src\stdafx.h"
392
				>
393
			</File>
394
		</Filter>
395
		<Filter
396
			Name="Resource Files"
397
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
398
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
399
			>
400
			<File
401
				RelativePath=".\app.rc"
402
				>
403
			</File>
404
			<File
68 cycrow 405
				RelativePath=".\X-PlugInManager-Creator.bmp"
1 cycrow 406
				>
407
			</File>
68 cycrow 408
			<File
409
				RelativePath=".\X-PlugInManager-Creator.ico"
410
				>
411
			</File>
1 cycrow 412
		</Filter>
413
		<Filter
414
			Name="Forms"
415
			>
416
			<Filter
417
				Name="Header"
418
				>
419
				<File
420
					RelativePath=".\src\Forms\AddCockpit.h"
421
					FileType="3"
422
					>
423
					<File
424
						RelativePath=".\src\Forms\AddCockpit.resx"
425
						SubType="Designer"
426
						>
427
					</File>
428
				</File>
429
				<File
430
					RelativePath=".\src\Forms\AddDepend.h"
431
					FileType="3"
432
					>
433
					<File
434
						RelativePath=".\src\Forms\AddDepend.resx"
435
						SubType="Designer"
436
						>
437
					</File>
438
				</File>
439
				<File
440
					RelativePath=".\src\Forms\AddShipPart.h"
441
					FileType="3"
442
					>
443
					<File
444
						RelativePath=".\src\Forms\AddShipPart.resx"
445
						SubType="Designer"
446
						>
447
					</File>
448
				</File>
449
				<File
450
					RelativePath=".\src\Forms\AddShipText.h"
451
					FileType="3"
452
					>
453
					<File
454
						RelativePath=".\src\Forms\AddShipText.resx"
455
						SubType="Designer"
456
						>
457
					</File>
458
				</File>
459
				<File
460
					RelativePath=".\src\Forms\AddWare.h"
461
					FileType="3"
462
					>
463
					<File
464
						RelativePath=".\src\Forms\AddWare.resx"
465
						SubType="Designer"
466
						>
467
					</File>
468
				</File>
469
				<File
470
					RelativePath=".\src\Forms\AddWareText.h"
471
					FileType="3"
472
					>
473
					<File
474
						RelativePath=".\src\Forms\AddWareText.resx"
475
						SubType="Designer"
476
						>
477
					</File>
478
				</File>
479
				<File
480
					RelativePath=".\src\Forms\BaseForm.h"
481
					FileType="3"
482
					>
483
					<File
484
						RelativePath=".\src\Forms\BaseForm.resx"
485
						SubType="Designer"
486
						>
487
					</File>
488
				</File>
489
				<File
490
					RelativePath=".\src\Forms\CreationWizard.h"
491
					FileType="3"
492
					>
493
					<File
494
						RelativePath=".\src\Forms\CreationWizard.resx"
495
						SubType="Designer"
496
						>
497
					</File>
498
				</File>
499
				<File
500
					RelativePath=".\src\Forms\CustomiseGuns.h"
501
					FileType="3"
502
					>
503
					<File
504
						RelativePath=".\src\Forms\CustomiseGuns.resx"
505
						SubType="Designer"
506
						>
507
					</File>
508
				</File>
509
				<File
510
					RelativePath=".\src\Forms\CustomiseInfo.h"
511
					FileType="3"
512
					>
513
					<File
514
						RelativePath=".\src\Forms\CustomiseInfo.resx"
515
						SubType="Designer"
516
						>
517
					</File>
518
				</File>
519
				<File
520
					RelativePath=".\src\Forms\CustomiseModel.h"
521
					FileType="3"
522
					>
523
					<File
524
						RelativePath=".\src\Forms\CustomiseModel.resx"
525
						SubType="Designer"
526
						>
527
					</File>
528
				</File>
529
				<File
530
					RelativePath=".\src\Forms\CustomisePerformance.h"
531
					FileType="3"
532
					>
533
					<File
534
						RelativePath=".\src\Forms\CustomisePerformance.resx"
535
						SubType="Designer"
536
						>
537
					</File>
538
				</File>
539
				<File
540
					RelativePath=".\src\Forms\CustomiseShip.h"
541
					FileType="3"
542
					>
543
					<File
544
						RelativePath=".\src\Forms\CustomiseShip.resx"
545
						SubType="Designer"
546
						>
547
					</File>
548
				</File>
549
				<File
550
					RelativePath=".\src\Forms\CustomiseTurret.h"
551
					FileType="3"
552
					>
553
					<File
554
						RelativePath=".\src\Forms\CustomiseTurret.resx"
555
						SubType="Designer"
556
						>
557
					</File>
558
				</File>
559
				<File
560
					RelativePath=".\src\Forms\CustomiseWeapons.h"
561
					FileType="3"
562
					>
563
					<File
564
						RelativePath=".\src\Forms\CustomiseWeapons.resx"
565
						SubType="Designer"
566
						>
567
					</File>
568
				</File>
569
				<File
570
					RelativePath=".\src\Forms\CustomiseWeapons1.h"
571
					FileType="3"
572
					>
573
					<File
574
						RelativePath=".\src\Forms\CustomiseWeapons1.resx"
575
						SubType="Designer"
576
						>
577
					</File>
578
				</File>
579
				<File
580
					RelativePath=".\src\Forms\FileExplorer.h"
581
					FileType="3"
582
					>
583
					<File
584
						RelativePath=".\src\Forms\FileExplorer.resx"
585
						SubType="Designer"
586
						>
587
					</File>
588
				</File>
589
				<File
590
					RelativePath=".\src\Forms\Form1.h"
591
					FileType="3"
592
					>
593
					<File
594
						RelativePath=".\src\Forms\Form1.resx"
595
						SubType="Designer"
596
						>
597
					</File>
598
				</File>
599
				<File
600
					RelativePath=".\src\Forms\ImportShip.h"
601
					FileType="3"
602
					>
603
					<File
604
						RelativePath=".\src\Forms\ImportShip.resx"
605
						SubType="Designer"
606
						>
607
					</File>
608
				</File>
609
				<File
610
					RelativePath=".\src\Forms\InputBox.h"
611
					FileType="3"
612
					>
613
					<File
614
						RelativePath=".\src\Forms\InputBox.resx"
615
						SubType="Designer"
616
						>
617
					</File>
618
				</File>
619
				<File
620
					RelativePath=".\src\Forms\LoadShip.h"
621
					FileType="3"
622
					>
623
					<File
624
						RelativePath=".\src\Forms\LoadShip.resx"
625
						SubType="Designer"
626
						>
627
					</File>
628
				</File>
629
				<File
630
					RelativePath=".\src\Forms\LoadText.h"
631
					FileType="3"
632
					>
633
					<File
634
						RelativePath=".\src\Forms\LoadText.resx"
635
						SubType="Designer"
636
						>
637
					</File>
638
				</File>
639
				<File
640
					RelativePath=".\src\Forms\ModDiff.h"
641
					FileType="3"
642
					>
643
					<File
644
						RelativePath=".\src\Forms\ModDiff.resx"
645
						SubType="Designer"
646
						>
647
					</File>
648
				</File>
649
				<File
650
					RelativePath=".\src\Forms\MultiForm.h"
651
					FileType="3"
652
					>
653
					<File
654
						RelativePath=".\src\Forms\MultiForm.resx"
655
						SubType="Designer"
656
						>
657
					</File>
658
				</File>
659
				<File
660
					RelativePath=".\src\Forms\Options.h"
661
					FileType="3"
662
					>
663
					<File
664
						RelativePath=".\src\Forms\Options.resx"
665
						SubType="Designer"
666
						>
667
					</File>
668
				</File>
669
				<File
670
					RelativePath=".\src\Forms\PackageForm.h"
671
					FileType="3"
672
					>
673
					<File
674
						RelativePath=".\src\Forms\PackageForm.resx"
675
						SubType="Designer"
676
						>
677
					</File>
678
				</File>
679
				<File
680
					RelativePath=".\src\Forms\SaveDialog.h"
681
					FileType="3"
682
					>
683
					<File
684
						RelativePath=".\src\Forms\SaveDialog.resx"
685
						SubType="Designer"
686
						>
687
					</File>
688
				</File>
689
				<File
36 cycrow 690
					RelativePath=".\src\Forms\SelectFilesystem.h"
691
					FileType="3"
692
					>
693
					<File
694
						RelativePath=".\src\Forms\SelectFilesystem.resx"
695
						SubType="Designer"
696
						>
697
					</File>
698
				</File>
699
				<File
1 cycrow 700
					RelativePath=".\src\Forms\SelectGame.h"
701
					FileType="3"
702
					>
703
					<File
704
						RelativePath=".\src\Forms\SelectGame.resx"
705
						SubType="Designer"
706
						>
707
					</File>
708
				</File>
709
				<File
710
					RelativePath=".\src\Forms\Waiting.h"
711
					FileType="3"
712
					>
713
					<File
714
						RelativePath=".\src\Forms\Waiting.resx"
715
						SubType="Designer"
716
						>
717
					</File>
718
				</File>
719
				<File
720
					RelativePath=".\src\Forms\WizardAdvanced.h"
721
					FileType="4"
722
					>
723
				</File>
724
				<File
725
					RelativePath=".\src\Forms\WizardBasic1.h"
726
					FileType="3"
727
					>
728
					<File
729
						RelativePath=".\src\Forms\WizardBasic1.resx"
730
						SubType="Designer"
731
						>
732
					</File>
733
				</File>
734
				<File
735
					RelativePath=".\src\Forms\WizardCore1.h"
736
					FileType="4"
737
					>
738
				</File>
739
				<File
740
					RelativePath=".\src\Forms\WizardRebalance.h"
741
					FileType="3"
742
					>
743
				</File>
744
				<File
745
					RelativePath=".\src\Forms\WizardStartup.h"
746
					FileType="3"
747
					>
748
					<File
749
						RelativePath=".\src\Forms\WizardStartup.resx"
750
						SubType="Designer"
751
						>
752
					</File>
753
				</File>
754
				<File
755
					RelativePath=".\src\Forms\WizardUpdate.h"
756
					FileType="3"
757
					>
758
					<File
759
						RelativePath=".\src\Forms\WizardUpdate.resx"
760
						SubType="Designer"
761
						>
762
					</File>
763
				</File>
764
			</Filter>
765
			<Filter
766
				Name="Source"
767
				>
768
				<File
769
					RelativePath=".\src\Forms\AddDepend.cpp"
770
					>
771
				</File>
772
				<File
773
					RelativePath=".\src\Forms\AddShipPart.cpp"
774
					>
775
				</File>
776
				<File
777
					RelativePath=".\src\Forms\BaseForm.cpp"
778
					>
779
				</File>
780
				<File
781
					RelativePath=".\src\Forms\CreationWizard.cpp"
782
					>
783
				</File>
784
				<File
785
					RelativePath=".\src\Forms\CustomiseGuns.cpp"
786
					>
787
				</File>
788
				<File
789
					RelativePath=".\src\Forms\CustomiseInfo.cpp"
790
					>
791
				</File>
792
				<File
793
					RelativePath=".\src\Forms\CustomisePerformance.cpp"
794
					>
795
				</File>
796
				<File
797
					RelativePath=".\src\Forms\CustomiseShip.cpp"
798
					>
799
				</File>
800
				<File
801
					RelativePath=".\src\Forms\CustomiseTurret.cpp"
802
					>
803
				</File>
804
				<File
805
					RelativePath=".\src\Forms\CustomiseWeapons.cpp"
806
					>
807
				</File>
808
				<File
809
					RelativePath=".\src\Forms\CustomiseWeapons1.cpp"
810
					>
811
				</File>
812
				<File
813
					RelativePath=".\src\Forms\FileExplorer.cpp"
814
					>
815
				</File>
816
				<File
36 cycrow 817
					RelativePath=".\src\Forms\Form1.cpp"
818
					>
819
				</File>
820
				<File
1 cycrow 821
					RelativePath=".\src\Forms\ImportShip.cpp"
822
					>
823
				</File>
824
				<File
825
					RelativePath=".\src\Forms\InputBox.cpp"
826
					>
827
				</File>
828
				<File
829
					RelativePath=".\src\Forms\LoadShip.cpp"
830
					>
831
				</File>
832
				<File
833
					RelativePath=".\src\Forms\ModDiff.cpp"
834
					>
835
				</File>
836
				<File
837
					RelativePath=".\src\Forms\MultiForm.cpp"
838
					>
839
				</File>
840
				<File
841
					RelativePath=".\src\Forms\PackageForm.cpp"
842
					>
843
				</File>
844
				<File
36 cycrow 845
					RelativePath=".\src\Forms\SelectFilesystem.cpp"
846
					>
847
				</File>
848
				<File
1 cycrow 849
					RelativePath=".\src\Forms\Waiting.cpp"
850
					>
851
				</File>
852
				<File
853
					RelativePath=".\src\Forms\WizardAdvanced.cpp"
854
					>
855
				</File>
856
				<File
857
					RelativePath=".\src\Forms\WizardBasic1.cpp"
858
					>
859
				</File>
860
				<File
861
					RelativePath=".\src\Forms\WizardCore1.cpp"
862
					>
863
				</File>
864
				<File
865
					RelativePath=".\src\Forms\WizardRebalance.cpp"
866
					>
867
				</File>
868
				<File
869
					RelativePath=".\src\Forms\WizardStartup.cpp"
870
					>
871
				</File>
872
				<File
873
					RelativePath=".\src\Forms\WizardUpdate.cpp"
874
					>
875
				</File>
876
			</Filter>
877
			<Filter
878
				Name="SpkExplorer"
879
				>
880
				<File
881
					RelativePath="..\SpkExplorer\src\Forms\AddDialog.cpp"
882
					>
883
				</File>
884
				<File
885
					RelativePath="..\SpkExplorer\src\Forms\AddDialog.h"
886
					FileType="3"
887
					>
888
					<File
889
						RelativePath="..\SpkExplorer\src\Forms\AddDialog.resx"
890
						SubType="Designer"
891
						>
892
					</File>
893
				</File>
894
				<File
895
					RelativePath="..\SpkExplorer\src\Forms\ExtractDialog.cpp"
896
					>
897
				</File>
898
				<File
899
					RelativePath="..\SpkExplorer\src\Forms\ExtractDialog.h"
900
					FileType="3"
901
					>
902
					<File
903
						RelativePath="..\SpkExplorer\src\Forms\ExtractDialog.resx"
904
						SubType="Designer"
905
						>
906
					</File>
907
				</File>
908
				<File
909
					RelativePath="..\SpkExplorer\src\Forms\SpkForm.cpp"
910
					>
911
				</File>
912
				<File
913
					RelativePath="..\SpkExplorer\src\Forms\SpkForm.h"
914
					FileType="3"
915
					>
916
					<File
917
						RelativePath="..\SpkExplorer\src\Forms\SpkForm.resx"
918
						SubType="Designer"
919
						>
920
					</File>
921
				</File>
922
			</Filter>
923
		</Filter>
924
	</Files>
925
	<Globals>
926
	</Globals>
927
</VisualStudioProject>