Subversion Repositories spk

Rev

Rev 39 | Rev 68 | 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"
2 cycrow 66
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.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
		/>
353
		<AssemblyReference
354
			RelativePath="..\debug\baseform.dll"
355
			AssemblyName="BaseForm, Version=1.0.3843.34848, processorArchitecture=x86"
356
			UseInBuild="false"
357
			UseDependenciesInBuild="false"
358
			MinFrameworkVersion="131072"
359
		/>
360
	</References>
361
	<Files>
362
		<Filter
363
			Name="Source Files"
364
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
365
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
366
			>
367
			<File
368
				RelativePath=".\src\AssemblyInfo.cpp"
369
				>
370
			</File>
371
			<File
372
				RelativePath=".\src\Creator.cpp"
373
				>
374
			</File>
375
			<File
376
				RelativePath=".\src\stdafx.cpp"
377
				>
378
			</File>
379
		</Filter>
380
		<Filter
381
			Name="Header Files"
382
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
383
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
384
			>
385
			<File
386
				RelativePath=".\src\resource.h"
387
				>
388
			</File>
389
			<File
39 cycrow 390
				RelativePath="..\common\spknet.h"
391
				>
392
			</File>
393
			<File
1 cycrow 394
				RelativePath=".\src\stdafx.h"
395
				>
396
			</File>
397
		</Filter>
398
		<Filter
399
			Name="Resource Files"
400
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
401
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
402
			>
403
			<File
404
				RelativePath=".\app.rc"
405
				>
406
			</File>
407
			<File
408
				RelativePath="..\..\..\..\X-PlugInManager-Creator.ico"
409
				>
410
			</File>
411
		</Filter>
412
		<Filter
413
			Name="Forms"
414
			>
415
			<Filter
416
				Name="Header"
417
				>
418
				<File
419
					RelativePath=".\src\Forms\AddCockpit.h"
420
					FileType="3"
421
					>
422
					<File
423
						RelativePath=".\src\Forms\AddCockpit.resx"
424
						SubType="Designer"
425
						>
426
					</File>
427
				</File>
428
				<File
429
					RelativePath=".\src\Forms\AddDepend.h"
430
					FileType="3"
431
					>
432
					<File
433
						RelativePath=".\src\Forms\AddDepend.resx"
434
						SubType="Designer"
435
						>
436
					</File>
437
				</File>
438
				<File
439
					RelativePath=".\src\Forms\AddShipPart.h"
440
					FileType="3"
441
					>
442
					<File
443
						RelativePath=".\src\Forms\AddShipPart.resx"
444
						SubType="Designer"
445
						>
446
					</File>
447
				</File>
448
				<File
449
					RelativePath=".\src\Forms\AddShipText.h"
450
					FileType="3"
451
					>
452
					<File
453
						RelativePath=".\src\Forms\AddShipText.resx"
454
						SubType="Designer"
455
						>
456
					</File>
457
				</File>
458
				<File
459
					RelativePath=".\src\Forms\AddWare.h"
460
					FileType="3"
461
					>
462
					<File
463
						RelativePath=".\src\Forms\AddWare.resx"
464
						SubType="Designer"
465
						>
466
					</File>
467
				</File>
468
				<File
469
					RelativePath=".\src\Forms\AddWareText.h"
470
					FileType="3"
471
					>
472
					<File
473
						RelativePath=".\src\Forms\AddWareText.resx"
474
						SubType="Designer"
475
						>
476
					</File>
477
				</File>
478
				<File
479
					RelativePath=".\src\Forms\BaseForm.h"
480
					FileType="3"
481
					>
482
					<File
483
						RelativePath=".\src\Forms\BaseForm.resx"
484
						SubType="Designer"
485
						>
486
					</File>
487
				</File>
488
				<File
489
					RelativePath=".\src\Forms\CreationWizard.h"
490
					FileType="3"
491
					>
492
					<File
493
						RelativePath=".\src\Forms\CreationWizard.resx"
494
						SubType="Designer"
495
						>
496
					</File>
497
				</File>
498
				<File
499
					RelativePath=".\src\Forms\CustomiseGuns.h"
500
					FileType="3"
501
					>
502
					<File
503
						RelativePath=".\src\Forms\CustomiseGuns.resx"
504
						SubType="Designer"
505
						>
506
					</File>
507
				</File>
508
				<File
509
					RelativePath=".\src\Forms\CustomiseInfo.h"
510
					FileType="3"
511
					>
512
					<File
513
						RelativePath=".\src\Forms\CustomiseInfo.resx"
514
						SubType="Designer"
515
						>
516
					</File>
517
				</File>
518
				<File
519
					RelativePath=".\src\Forms\CustomiseModel.h"
520
					FileType="3"
521
					>
522
					<File
523
						RelativePath=".\src\Forms\CustomiseModel.resx"
524
						SubType="Designer"
525
						>
526
					</File>
527
				</File>
528
				<File
529
					RelativePath=".\src\Forms\CustomisePerformance.h"
530
					FileType="3"
531
					>
532
					<File
533
						RelativePath=".\src\Forms\CustomisePerformance.resx"
534
						SubType="Designer"
535
						>
536
					</File>
537
				</File>
538
				<File
539
					RelativePath=".\src\Forms\CustomiseShip.h"
540
					FileType="3"
541
					>
542
					<File
543
						RelativePath=".\src\Forms\CustomiseShip.resx"
544
						SubType="Designer"
545
						>
546
					</File>
547
				</File>
548
				<File
549
					RelativePath=".\src\Forms\CustomiseTurret.h"
550
					FileType="3"
551
					>
552
					<File
553
						RelativePath=".\src\Forms\CustomiseTurret.resx"
554
						SubType="Designer"
555
						>
556
					</File>
557
				</File>
558
				<File
559
					RelativePath=".\src\Forms\CustomiseWeapons.h"
560
					FileType="3"
561
					>
562
					<File
563
						RelativePath=".\src\Forms\CustomiseWeapons.resx"
564
						SubType="Designer"
565
						>
566
					</File>
567
				</File>
568
				<File
569
					RelativePath=".\src\Forms\CustomiseWeapons1.h"
570
					FileType="3"
571
					>
572
					<File
573
						RelativePath=".\src\Forms\CustomiseWeapons1.resx"
574
						SubType="Designer"
575
						>
576
					</File>
577
				</File>
578
				<File
579
					RelativePath=".\src\Forms\FileExplorer.h"
580
					FileType="3"
581
					>
582
					<File
583
						RelativePath=".\src\Forms\FileExplorer.resx"
584
						SubType="Designer"
585
						>
586
					</File>
587
				</File>
588
				<File
589
					RelativePath=".\src\Forms\Form1.h"
590
					FileType="3"
591
					>
592
					<File
593
						RelativePath=".\src\Forms\Form1.resx"
594
						SubType="Designer"
595
						>
596
					</File>
597
				</File>
598
				<File
599
					RelativePath=".\src\Forms\ImportShip.h"
600
					FileType="3"
601
					>
602
					<File
603
						RelativePath=".\src\Forms\ImportShip.resx"
604
						SubType="Designer"
605
						>
606
					</File>
607
				</File>
608
				<File
609
					RelativePath=".\src\Forms\InputBox.h"
610
					FileType="3"
611
					>
612
					<File
613
						RelativePath=".\src\Forms\InputBox.resx"
614
						SubType="Designer"
615
						>
616
					</File>
617
				</File>
618
				<File
619
					RelativePath=".\src\Forms\LoadShip.h"
620
					FileType="3"
621
					>
622
					<File
623
						RelativePath=".\src\Forms\LoadShip.resx"
624
						SubType="Designer"
625
						>
626
					</File>
627
				</File>
628
				<File
629
					RelativePath=".\src\Forms\LoadText.h"
630
					FileType="3"
631
					>
632
					<File
633
						RelativePath=".\src\Forms\LoadText.resx"
634
						SubType="Designer"
635
						>
636
					</File>
637
				</File>
638
				<File
639
					RelativePath=".\src\Forms\ModDiff.h"
640
					FileType="3"
641
					>
642
					<File
643
						RelativePath=".\src\Forms\ModDiff.resx"
644
						SubType="Designer"
645
						>
646
					</File>
647
				</File>
648
				<File
649
					RelativePath=".\src\Forms\MultiForm.h"
650
					FileType="3"
651
					>
652
					<File
653
						RelativePath=".\src\Forms\MultiForm.resx"
654
						SubType="Designer"
655
						>
656
					</File>
657
				</File>
658
				<File
659
					RelativePath=".\src\Forms\Options.h"
660
					FileType="3"
661
					>
662
					<File
663
						RelativePath=".\src\Forms\Options.resx"
664
						SubType="Designer"
665
						>
666
					</File>
667
				</File>
668
				<File
669
					RelativePath=".\src\Forms\PackageForm.h"
670
					FileType="3"
671
					>
672
					<File
673
						RelativePath=".\src\Forms\PackageForm.resx"
674
						SubType="Designer"
675
						>
676
					</File>
677
				</File>
678
				<File
679
					RelativePath=".\src\Forms\SaveDialog.h"
680
					FileType="3"
681
					>
682
					<File
683
						RelativePath=".\src\Forms\SaveDialog.resx"
684
						SubType="Designer"
685
						>
686
					</File>
687
				</File>
688
				<File
36 cycrow 689
					RelativePath=".\src\Forms\SelectFilesystem.h"
690
					FileType="3"
691
					>
692
					<File
693
						RelativePath=".\src\Forms\SelectFilesystem.resx"
694
						SubType="Designer"
695
						>
696
					</File>
697
				</File>
698
				<File
1 cycrow 699
					RelativePath=".\src\Forms\SelectGame.h"
700
					FileType="3"
701
					>
702
					<File
703
						RelativePath=".\src\Forms\SelectGame.resx"
704
						SubType="Designer"
705
						>
706
					</File>
707
				</File>
708
				<File
709
					RelativePath=".\src\Forms\Waiting.h"
710
					FileType="3"
711
					>
712
					<File
713
						RelativePath=".\src\Forms\Waiting.resx"
714
						SubType="Designer"
715
						>
716
					</File>
717
				</File>
718
				<File
719
					RelativePath=".\src\Forms\WizardAdvanced.h"
720
					FileType="4"
721
					>
722
				</File>
723
				<File
724
					RelativePath=".\src\Forms\WizardBasic1.h"
725
					FileType="3"
726
					>
727
					<File
728
						RelativePath=".\src\Forms\WizardBasic1.resx"
729
						SubType="Designer"
730
						>
731
					</File>
732
				</File>
733
				<File
734
					RelativePath=".\src\Forms\WizardCore1.h"
735
					FileType="4"
736
					>
737
				</File>
738
				<File
739
					RelativePath=".\src\Forms\WizardRebalance.h"
740
					FileType="3"
741
					>
742
				</File>
743
				<File
744
					RelativePath=".\src\Forms\WizardStartup.h"
745
					FileType="3"
746
					>
747
					<File
748
						RelativePath=".\src\Forms\WizardStartup.resx"
749
						SubType="Designer"
750
						>
751
					</File>
752
				</File>
753
				<File
754
					RelativePath=".\src\Forms\WizardUpdate.h"
755
					FileType="3"
756
					>
757
					<File
758
						RelativePath=".\src\Forms\WizardUpdate.resx"
759
						SubType="Designer"
760
						>
761
					</File>
762
				</File>
763
			</Filter>
764
			<Filter
765
				Name="Source"
766
				>
767
				<File
768
					RelativePath=".\src\Forms\AddDepend.cpp"
769
					>
770
				</File>
771
				<File
772
					RelativePath=".\src\Forms\AddShipPart.cpp"
773
					>
774
				</File>
775
				<File
776
					RelativePath=".\src\Forms\BaseForm.cpp"
777
					>
778
				</File>
779
				<File
780
					RelativePath=".\src\Forms\CreationWizard.cpp"
781
					>
782
				</File>
783
				<File
784
					RelativePath=".\src\Forms\CustomiseGuns.cpp"
785
					>
786
				</File>
787
				<File
788
					RelativePath=".\src\Forms\CustomiseInfo.cpp"
789
					>
790
				</File>
791
				<File
792
					RelativePath=".\src\Forms\CustomisePerformance.cpp"
793
					>
794
				</File>
795
				<File
796
					RelativePath=".\src\Forms\CustomiseShip.cpp"
797
					>
798
				</File>
799
				<File
800
					RelativePath=".\src\Forms\CustomiseTurret.cpp"
801
					>
802
				</File>
803
				<File
804
					RelativePath=".\src\Forms\CustomiseWeapons.cpp"
805
					>
806
				</File>
807
				<File
808
					RelativePath=".\src\Forms\CustomiseWeapons1.cpp"
809
					>
810
				</File>
811
				<File
812
					RelativePath=".\src\Forms\FileExplorer.cpp"
813
					>
814
				</File>
815
				<File
36 cycrow 816
					RelativePath=".\src\Forms\Form1.cpp"
817
					>
818
				</File>
819
				<File
1 cycrow 820
					RelativePath=".\src\Forms\ImportShip.cpp"
821
					>
822
				</File>
823
				<File
824
					RelativePath=".\src\Forms\InputBox.cpp"
825
					>
826
				</File>
827
				<File
828
					RelativePath=".\src\Forms\LoadShip.cpp"
829
					>
830
				</File>
831
				<File
832
					RelativePath=".\src\Forms\ModDiff.cpp"
833
					>
834
				</File>
835
				<File
836
					RelativePath=".\src\Forms\MultiForm.cpp"
837
					>
838
				</File>
839
				<File
840
					RelativePath=".\src\Forms\PackageForm.cpp"
841
					>
842
				</File>
843
				<File
36 cycrow 844
					RelativePath=".\src\Forms\SelectFilesystem.cpp"
845
					>
846
				</File>
847
				<File
1 cycrow 848
					RelativePath=".\src\Forms\Waiting.cpp"
849
					>
850
				</File>
851
				<File
852
					RelativePath=".\src\Forms\WizardAdvanced.cpp"
853
					>
854
				</File>
855
				<File
856
					RelativePath=".\src\Forms\WizardBasic1.cpp"
857
					>
858
				</File>
859
				<File
860
					RelativePath=".\src\Forms\WizardCore1.cpp"
861
					>
862
				</File>
863
				<File
864
					RelativePath=".\src\Forms\WizardRebalance.cpp"
865
					>
866
				</File>
867
				<File
868
					RelativePath=".\src\Forms\WizardStartup.cpp"
869
					>
870
				</File>
871
				<File
872
					RelativePath=".\src\Forms\WizardUpdate.cpp"
873
					>
874
				</File>
875
			</Filter>
876
			<Filter
877
				Name="SpkExplorer"
878
				>
879
				<File
880
					RelativePath="..\SpkExplorer\src\Forms\AddDialog.cpp"
881
					>
882
				</File>
883
				<File
884
					RelativePath="..\SpkExplorer\src\Forms\AddDialog.h"
885
					FileType="3"
886
					>
887
					<File
888
						RelativePath="..\SpkExplorer\src\Forms\AddDialog.resx"
889
						SubType="Designer"
890
						>
891
					</File>
892
				</File>
893
				<File
894
					RelativePath="..\SpkExplorer\src\Forms\ExtractDialog.cpp"
895
					>
896
				</File>
897
				<File
898
					RelativePath="..\SpkExplorer\src\Forms\ExtractDialog.h"
899
					FileType="3"
900
					>
901
					<File
902
						RelativePath="..\SpkExplorer\src\Forms\ExtractDialog.resx"
903
						SubType="Designer"
904
						>
905
					</File>
906
				</File>
907
				<File
908
					RelativePath="..\SpkExplorer\src\Forms\SpkForm.cpp"
909
					>
910
				</File>
911
				<File
912
					RelativePath="..\SpkExplorer\src\Forms\SpkForm.h"
913
					FileType="3"
914
					>
915
					<File
916
						RelativePath="..\SpkExplorer\src\Forms\SpkForm.resx"
917
						SubType="Designer"
918
						>
919
					</File>
920
				</File>
921
			</Filter>
922
		</Filter>
923
	</Files>
924
	<Globals>
925
	</Globals>
926
</VisualStudioProject>