Subversion Repositories spk

Rev

Rev 88 | 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="PluginManager"
6
	ProjectGUID="{DA4D4007-CAFA-4989-9A68-CB27C58B14B5}"
7
	RootNamespace="PluginManager"
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)\PluginManager"
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="spk.lib 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)\PluginManager"
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"
79 cycrow 142
				AdditionalDependencies="shell32.lib $(NOINHERIT)"
21 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="spk.lib shell32.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;_SPKDLL;_STRINGCLR"
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 shell32.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
		/>
68 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\PluginManagerLite.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\Languages.h"
386
				>
387
			</File>
388
			<File
389
				RelativePath=".\src\listviewsorter.h"
390
				>
391
			</File>
392
			<File
393
				RelativePath=".\src\resource.h"
394
				>
395
			</File>
396
			<File
397
				RelativePath=".\src\stdafx.h"
398
				>
399
			</File>
400
		</Filter>
401
		<Filter
402
			Name="Resource Files"
403
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
404
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
405
			>
406
			<File
407
				RelativePath=".\app.rc"
408
				>
409
			</File>
410
			<File
68 cycrow 411
				RelativePath=".\Icons\X-PlugInManager-Icon86px.ico"
1 cycrow 412
				>
413
			</File>
414
		</Filter>
415
		<Filter
416
			Name="Forms"
417
			>
418
			<File
89 cycrow 419
				RelativePath=".\src\Forms\CommandSlots.cpp"
420
				>
421
			</File>
422
			<File
1 cycrow 423
				RelativePath=".\src\Forms\DownloadPackageList.cpp"
424
				>
425
			</File>
426
			<File
88 cycrow 427
				RelativePath=".\src\Forms\EditPrice.cpp"
428
				>
429
			</File>
430
			<File
431
				RelativePath=".\src\Forms\EditWares.cpp"
432
				>
433
			</File>
434
			<File
1 cycrow 435
				RelativePath=".\src\Forms\FakePatchAssign.cpp"
436
				>
437
			</File>
438
			<File
439
				RelativePath=".\src\Forms\FakePatchControl.cpp"
440
				>
441
			</File>
442
			<File
443
				RelativePath=".\src\Forms\InstallPackageDialog.cpp"
444
				>
445
			</File>
446
			<File
447
				RelativePath=".\src\Forms\MainGui.cpp"
448
				>
449
			</File>
450
			<File
451
				RelativePath=".\src\Forms\MenuBar.cpp"
452
				>
453
			</File>
454
			<File
455
				RelativePath=".\src\Forms\MessageBoxDetails.cpp"
456
				>
457
			</File>
458
			<File
459
				RelativePath=".\src\Forms\ModSelector.cpp"
460
				>
461
			</File>
462
			<File
463
				RelativePath=".\src\Forms\PackageBrowser.cpp"
464
				>
465
			</File>
466
			<File
467
				RelativePath=".\src\Forms\PackageInstalled.cpp"
468
				>
469
			</File>
470
			<File
471
				RelativePath=".\src\Forms\StartUp.cpp"
472
				>
473
			</File>
474
			<Filter
475
				Name="Header"
476
				>
477
				<File
478
					RelativePath=".\src\Forms\About.h"
479
					FileType="3"
480
					>
481
					<File
482
						RelativePath=".\src\Forms\About.resx"
483
						SubType="Designer"
484
						>
485
					</File>
486
				</File>
487
				<File
488
					RelativePath=".\src\Forms\CheckUpdate.h"
489
					FileType="3"
490
					>
491
					<File
492
						RelativePath=".\src\Forms\CheckUpdate.resx"
493
						SubType="Designer"
494
						>
495
					</File>
496
				</File>
497
				<File
89 cycrow 498
					RelativePath=".\src\Forms\CommandSlots.h"
499
					FileType="3"
500
					>
501
					<File
502
						RelativePath=".\src\Forms\CommandSlots.resx"
503
						SubType="Designer"
504
						>
505
					</File>
506
				</File>
507
				<File
1 cycrow 508
					RelativePath=".\src\Forms\CompareList.h"
509
					FileType="3"
510
					>
511
					<File
512
						RelativePath=".\src\Forms\CompareList.resx"
513
						SubType="Designer"
514
						>
515
					</File>
516
				</File>
517
				<File
518
					RelativePath=".\src\Forms\DownloadPackageList.h"
519
					FileType="3"
520
					>
521
					<File
522
						RelativePath=".\src\Forms\DownloadPackageList.resx"
523
						SubType="Designer"
524
						>
525
					</File>
526
				</File>
527
				<File
528
					RelativePath=".\src\Forms\EditGlobals.h"
529
					FileType="3"
530
					>
531
					<File
532
						RelativePath=".\src\Forms\EditGlobals.resx"
533
						SubType="Designer"
534
						>
535
					</File>
536
				</File>
537
				<File
88 cycrow 538
					RelativePath=".\src\Forms\EditPrice.h"
539
					FileType="3"
540
					>
541
					<File
542
						RelativePath=".\src\Forms\EditPrice.resx"
543
						SubType="Designer"
544
						>
545
					</File>
546
				</File>
547
				<File
548
					RelativePath=".\src\Forms\EditWares.h"
549
					FileType="3"
550
					>
551
					<File
552
						RelativePath=".\src\Forms\EditWares.resx"
553
						SubType="Designer"
554
						>
555
					</File>
556
				</File>
557
				<File
1 cycrow 558
					RelativePath=".\src\Forms\FakePatchAssign.h"
559
					FileType="3"
560
					>
561
					<File
562
						RelativePath=".\src\Forms\FakePatchAssign.resx"
563
						SubType="Designer"
564
						>
565
					</File>
566
				</File>
567
				<File
568
					RelativePath=".\src\Forms\FakePatchControl.h"
569
					FileType="3"
570
					>
571
					<File
572
						RelativePath=".\src\Forms\FakePatchControl.resx"
573
						SubType="Designer"
574
						>
575
					</File>
576
				</File>
577
				<File
578
					RelativePath=".\src\Forms\FileLog.h"
579
					FileType="3"
580
					>
581
					<File
582
						RelativePath=".\src\Forms\FileLog.resx"
583
						SubType="Designer"
584
						>
585
					</File>
586
				</File>
587
				<File
588
					RelativePath=".\src\Forms\GameLauncherFlags.h"
589
					FileType="3"
590
					>
591
					<File
592
						RelativePath=".\src\Forms\GameLauncherFlags.resx"
593
						SubType="Designer"
594
						>
595
					</File>
596
				</File>
597
				<File
598
					RelativePath=".\src\Forms\InstallPackageDialog.h"
599
					FileType="3"
600
					>
601
					<File
602
						RelativePath=".\src\Forms\InstallPackageDialog.resx"
603
						SubType="Designer"
604
						>
605
					</File>
606
				</File>
607
				<File
608
					RelativePath=".\src\Forms\MainGui.h"
609
					FileType="3"
610
					>
611
					<File
612
						RelativePath=".\src\Forms\MainGui.resx"
613
						SubType="Designer"
614
						>
615
					</File>
616
				</File>
617
				<File
618
					RelativePath=".\src\Forms\MenuBar.h"
619
					FileType="3"
620
					>
621
					<File
622
						RelativePath=".\src\Forms\MenuBar.resx"
623
						SubType="Designer"
624
						>
625
					</File>
626
				</File>
627
				<File
628
					RelativePath=".\src\Forms\MessageBoxDetails.h"
629
					FileType="3"
630
					>
631
					<File
632
						RelativePath=".\src\Forms\MessageBoxDetails.resx"
633
						SubType="Designer"
634
						>
635
					</File>
636
				</File>
637
				<File
638
					RelativePath=".\src\Forms\ModSelector.h"
639
					FileType="3"
640
					>
641
					<File
642
						RelativePath=".\src\Forms\ModSelector.resx"
643
						SubType="Designer"
644
						>
645
					</File>
646
				</File>
647
				<File
648
					RelativePath=".\src\Forms\PackageBrowser.h"
649
					FileType="3"
650
					>
651
					<File
652
						RelativePath=".\src\Forms\PackageBrowser.resx"
653
						SubType="Designer"
654
						>
655
					</File>
656
				</File>
657
				<File
658
					RelativePath=".\src\Forms\PackageInstalled.h"
659
					FileType="3"
660
					>
661
					<File
662
						RelativePath=".\src\Forms\PackageInstalled.resx"
663
						SubType="Designer"
664
						>
665
					</File>
666
				</File>
667
				<File
668
					RelativePath=".\src\Forms\StartUp.h"
669
					FileType="3"
670
					>
671
					<File
672
						RelativePath=".\src\Forms\StartUp.resx"
673
						SubType="Designer"
674
						>
675
					</File>
676
				</File>
677
			</Filter>
678
		</Filter>
679
		<File
680
			RelativePath=".\ReadMe.txt"
681
			>
682
		</File>
683
	</Files>
684
	<Globals>
685
	</Globals>
686
</VisualStudioProject>