Subversion Repositories spk

Rev

Rev 63 | 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="spk"
6
	ProjectGUID="{C18EC70D-7048-485C-8BB3-E219C6C8E352}"
7
	RootNamespace="spk"
8
	Keyword="Win32Proj"
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)\libspk"
1 cycrow 26
			ConfigurationType="2"
27
			CharacterSet="1"
28
			>
29
			<Tool
30
				Name="VCPreBuildEventTool"
31
			/>
32
			<Tool
33
				Name="VCCustomBuildTool"
34
			/>
35
			<Tool
36
				Name="VCXMLDataGeneratorTool"
37
			/>
38
			<Tool
39
				Name="VCWebServiceProxyGeneratorTool"
40
			/>
41
			<Tool
42
				Name="VCMIDLTool"
43
			/>
44
			<Tool
45
				Name="VCCLCompilerTool"
46
				Optimization="0"
46 cycrow 47
				AdditionalIncludeDirectories="C:\Users\Cycrow\Documents\Programming\unrar;../src"
1 cycrow 48
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR"
49
				MinimalRebuild="true"
50
				BasicRuntimeChecks="3"
51
				RuntimeLibrary="3"
52
				UsePrecompiledHeader="0"
53
				WarningLevel="3"
54
				Detect64BitPortabilityProblems="false"
55
				DebugInformationFormat="4"
56
			/>
57
			<Tool
58
				Name="VCManagedResourceCompilerTool"
59
			/>
60
			<Tool
61
				Name="VCResourceCompilerTool"
62
			/>
63
			<Tool
64
				Name="VCPreLinkEventTool"
65
			/>
66
			<Tool
67
				Name="VCLinkerTool"
68
				AdditionalDependencies="unrar.lib"
69
				LinkIncremental="2"
70
				AdditionalLibraryDirectories="C:\Users\Cycrow\Documents\Programming\unrar"
71
				ModuleDefinitionFile="spk.def"
72
				GenerateDebugInformation="true"
73
				SubSystem="2"
74
				RandomizedBaseAddress="1"
75
				DataExecutionPrevention="0"
76
				TargetMachine="1"
77
			/>
78
			<Tool
79
				Name="VCALinkTool"
80
			/>
81
			<Tool
82
				Name="VCManifestTool"
83
			/>
84
			<Tool
85
				Name="VCXDCMakeTool"
86
			/>
87
			<Tool
88
				Name="VCBscMakeTool"
89
			/>
90
			<Tool
91
				Name="VCFxCopTool"
92
			/>
93
			<Tool
94
				Name="VCAppVerifierTool"
95
			/>
96
			<Tool
97
				Name="VCPostBuildEventTool"
98
			/>
99
		</Configuration>
100
		<Configuration
65 cycrow 101
			Name="Debug|x64"
102
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
103
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1 cycrow 104
			ConfigurationType="2"
105
			CharacterSet="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"
65 cycrow 121
				TargetEnvironment="3"
1 cycrow 122
			/>
123
			<Tool
124
				Name="VCCLCompilerTool"
65 cycrow 125
				Optimization="0"
126
				AdditionalIncludeDirectories="C:\Users\Cycrow\Documents\Programming\unrar;../src"
127
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR"
128
				MinimalRebuild="true"
129
				BasicRuntimeChecks="3"
130
				RuntimeLibrary="3"
1 cycrow 131
				UsePrecompiledHeader="0"
132
				WarningLevel="3"
133
				Detect64BitPortabilityProblems="false"
134
				DebugInformationFormat="3"
135
			/>
136
			<Tool
137
				Name="VCManagedResourceCompilerTool"
138
			/>
139
			<Tool
140
				Name="VCResourceCompilerTool"
141
			/>
142
			<Tool
143
				Name="VCPreLinkEventTool"
144
			/>
145
			<Tool
146
				Name="VCLinkerTool"
147
				AdditionalDependencies="unrar.lib"
65 cycrow 148
				LinkIncremental="2"
1 cycrow 149
				AdditionalLibraryDirectories="C:\Users\Cycrow\Documents\Programming\unrar"
150
				ModuleDefinitionFile="spk.def"
151
				GenerateDebugInformation="true"
152
				SubSystem="2"
153
				RandomizedBaseAddress="1"
154
				DataExecutionPrevention="0"
65 cycrow 155
				TargetMachine="17"
1 cycrow 156
			/>
157
			<Tool
158
				Name="VCALinkTool"
159
			/>
160
			<Tool
161
				Name="VCManifestTool"
162
			/>
163
			<Tool
164
				Name="VCXDCMakeTool"
165
			/>
166
			<Tool
167
				Name="VCBscMakeTool"
168
			/>
169
			<Tool
170
				Name="VCFxCopTool"
171
			/>
172
			<Tool
173
				Name="VCAppVerifierTool"
174
			/>
175
			<Tool
176
				Name="VCPostBuildEventTool"
177
			/>
178
		</Configuration>
63 cycrow 179
		<Configuration
65 cycrow 180
			Name="Release|Win32"
181
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
182
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\spk"
63 cycrow 183
			ConfigurationType="2"
184
			CharacterSet="1"
65 cycrow 185
			WholeProgramOptimization="1"
63 cycrow 186
			>
187
			<Tool
188
				Name="VCPreBuildEventTool"
189
			/>
190
			<Tool
191
				Name="VCCustomBuildTool"
192
			/>
193
			<Tool
194
				Name="VCXMLDataGeneratorTool"
195
			/>
196
			<Tool
197
				Name="VCWebServiceProxyGeneratorTool"
198
			/>
199
			<Tool
200
				Name="VCMIDLTool"
201
			/>
202
			<Tool
203
				Name="VCCLCompilerTool"
65 cycrow 204
				AdditionalIncludeDirectories="../src"
205
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR"
206
				RuntimeLibrary="2"
63 cycrow 207
				UsePrecompiledHeader="0"
208
				WarningLevel="3"
209
				Detect64BitPortabilityProblems="false"
210
				DebugInformationFormat="3"
211
			/>
212
			<Tool
213
				Name="VCManagedResourceCompilerTool"
214
			/>
215
			<Tool
216
				Name="VCResourceCompilerTool"
217
			/>
218
			<Tool
219
				Name="VCPreLinkEventTool"
220
			/>
221
			<Tool
222
				Name="VCLinkerTool"
223
				AdditionalDependencies="unrar.lib"
65 cycrow 224
				OutputFile="$(OutDir)\$(ProjectName).dll"
225
				LinkIncremental="1"
63 cycrow 226
				AdditionalLibraryDirectories="C:\Users\Cycrow\Documents\Programming\unrar"
227
				ModuleDefinitionFile="spk.def"
228
				GenerateDebugInformation="true"
229
				SubSystem="2"
65 cycrow 230
				OptimizeReferences="2"
231
				EnableCOMDATFolding="2"
63 cycrow 232
				RandomizedBaseAddress="1"
233
				DataExecutionPrevention="0"
65 cycrow 234
				TargetMachine="1"
63 cycrow 235
			/>
236
			<Tool
237
				Name="VCALinkTool"
238
			/>
239
			<Tool
240
				Name="VCManifestTool"
65 cycrow 241
				EmbedManifest="false"
63 cycrow 242
			/>
243
			<Tool
244
				Name="VCXDCMakeTool"
245
			/>
246
			<Tool
247
				Name="VCBscMakeTool"
248
			/>
249
			<Tool
250
				Name="VCFxCopTool"
251
			/>
252
			<Tool
253
				Name="VCAppVerifierTool"
254
			/>
255
			<Tool
256
				Name="VCPostBuildEventTool"
257
			/>
258
		</Configuration>
259
		<Configuration
260
			Name="Release|x64"
261
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
262
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
263
			ConfigurationType="2"
264
			CharacterSet="1"
265
			WholeProgramOptimization="1"
266
			>
267
			<Tool
268
				Name="VCPreBuildEventTool"
269
			/>
270
			<Tool
271
				Name="VCCustomBuildTool"
272
			/>
273
			<Tool
274
				Name="VCXMLDataGeneratorTool"
275
			/>
276
			<Tool
277
				Name="VCWebServiceProxyGeneratorTool"
278
			/>
279
			<Tool
280
				Name="VCMIDLTool"
281
				TargetEnvironment="3"
282
			/>
283
			<Tool
284
				Name="VCCLCompilerTool"
285
				AdditionalIncludeDirectories="../src"
286
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SPK_EXPORTS;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_USEWIDECHAR;_RAR"
287
				RuntimeLibrary="2"
288
				UsePrecompiledHeader="0"
289
				WarningLevel="3"
290
				Detect64BitPortabilityProblems="false"
291
				DebugInformationFormat="3"
292
			/>
293
			<Tool
294
				Name="VCManagedResourceCompilerTool"
295
			/>
296
			<Tool
297
				Name="VCResourceCompilerTool"
298
			/>
299
			<Tool
300
				Name="VCPreLinkEventTool"
301
			/>
302
			<Tool
303
				Name="VCLinkerTool"
304
				AdditionalDependencies="unrar.lib"
305
				OutputFile="$(OutDir)\$(ProjectName).dll"
306
				LinkIncremental="1"
307
				AdditionalLibraryDirectories="C:\Users\Cycrow\Documents\Programming\unrar"
308
				ModuleDefinitionFile="spk.def"
309
				GenerateDebugInformation="true"
310
				SubSystem="2"
311
				OptimizeReferences="2"
312
				EnableCOMDATFolding="2"
313
				RandomizedBaseAddress="1"
314
				DataExecutionPrevention="0"
315
				TargetMachine="17"
316
			/>
317
			<Tool
318
				Name="VCALinkTool"
319
			/>
320
			<Tool
321
				Name="VCManifestTool"
322
				EmbedManifest="false"
323
			/>
324
			<Tool
325
				Name="VCXDCMakeTool"
326
			/>
327
			<Tool
328
				Name="VCBscMakeTool"
329
			/>
330
			<Tool
331
				Name="VCFxCopTool"
332
			/>
333
			<Tool
334
				Name="VCAppVerifierTool"
335
			/>
336
			<Tool
337
				Name="VCPostBuildEventTool"
338
			/>
339
		</Configuration>
1 cycrow 340
	</Configurations>
341
	<References>
342
	</References>
343
	<Files>
344
		<Filter
345
			Name="Source Files"
346
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
347
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
348
			>
349
			<File
6 cycrow 350
				RelativePath="..\src\BaseFile.cpp"
351
				>
352
			</File>
353
			<File
1 cycrow 354
				RelativePath="..\src\CatFile.cpp"
355
				>
356
			</File>
357
			<File
358
				RelativePath="..\src\DirIO.cpp"
359
				>
360
			</File>
361
			<File
362
				RelativePath="..\src\File.cpp"
363
				>
364
			</File>
365
			<File
366
				RelativePath="..\src\File_IO.cpp"
367
				>
368
			</File>
369
			<File
370
				RelativePath="..\src\GameExe.cpp"
371
				>
372
			</File>
373
			<File
374
				RelativePath="..\src\logging\Log.cpp"
375
				>
376
			</File>
377
			<File
378
				RelativePath="..\src\ModDiff.cpp"
379
				>
380
			</File>
381
			<File
382
				RelativePath="..\src\MultiSpkFile.cpp"
383
				>
384
			</File>
385
			<File
386
				RelativePath="..\src\Packages.cpp"
387
				>
388
			</File>
389
			<File
390
				RelativePath="..\src\ShipData.cpp"
391
				>
392
			</File>
393
			<File
394
				RelativePath="..\src\spk.cpp"
395
				>
396
			</File>
397
			<File
398
				RelativePath="..\src\SpkFile.cpp"
399
				>
400
			</File>
401
			<File
36 cycrow 402
				RelativePath="..\src\TextDB.cpp"
403
				>
404
			</File>
405
			<File
1 cycrow 406
				RelativePath="..\src\archive\unzip.cpp"
407
				>
408
			</File>
409
			<File
410
				RelativePath="..\src\VirtualFileSystem.cpp"
411
				>
412
			</File>
413
			<File
414
				RelativePath="..\src\XBod.cpp"
415
				>
416
			</File>
417
			<File
418
				RelativePath="..\src\XspFile.cpp"
419
				>
420
			</File>
421
			<File
422
				RelativePath="..\src\archive\zip.cpp"
423
				>
424
			</File>
425
		</Filter>
426
		<Filter
427
			Name="Header Files"
428
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
429
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
430
			>
431
			<File
6 cycrow 432
				RelativePath="..\src\BaseFile.h"
433
				>
434
			</File>
435
			<File
1 cycrow 436
				RelativePath="..\src\CatFile.h"
437
				>
438
			</File>
439
			<File
440
				RelativePath="..\src\CyString.h"
441
				>
442
			</File>
443
			<File
444
				RelativePath="..\src\DirIO.h"
445
				>
446
			</File>
447
			<File
448
				RelativePath="..\src\emp.h"
449
				>
450
			</File>
451
			<File
452
				RelativePath="..\src\File.h"
453
				>
454
			</File>
455
			<File
456
				RelativePath="..\src\File_IO.h"
457
				>
458
			</File>
459
			<File
460
				RelativePath="..\src\GameExe.h"
461
				>
462
			</File>
463
			<File
464
				RelativePath="..\src\hash.h"
465
				>
466
			</File>
467
			<File
468
				RelativePath="..\src\lists.h"
469
				>
470
			</File>
471
			<File
472
				RelativePath="..\src\logging\Log.h"
473
				>
474
			</File>
475
			<File
476
				RelativePath="..\src\ModDiff.h"
477
				>
478
			</File>
479
			<File
480
				RelativePath="..\src\MultiSpkFile.h"
481
				>
482
			</File>
483
			<File
484
				RelativePath="..\src\Packages.h"
485
				>
486
			</File>
487
			<File
488
				RelativePath="..\src\secure.h"
489
				>
490
			</File>
491
			<File
492
				RelativePath="..\src\ShipData.h"
493
				>
494
			</File>
495
			<File
496
				RelativePath="..\src\spk.h"
497
				>
498
			</File>
499
			<File
500
				RelativePath="..\src\spkcmdprogress.h"
501
				>
502
			</File>
503
			<File
504
				RelativePath="..\src\spkdef.h"
505
				>
506
			</File>
507
			<File
508
				RelativePath="..\src\spkdll.h"
509
				>
510
			</File>
511
			<File
512
				RelativePath="..\src\SpkFile.h"
513
				>
514
			</File>
515
			<File
516
				RelativePath="..\src\StringList.h"
517
				>
518
			</File>
519
			<File
36 cycrow 520
				RelativePath="..\src\TextDB.h"
521
				>
522
			</File>
523
			<File
1 cycrow 524
				RelativePath="..\src\archive\unzip.h"
525
				>
526
			</File>
527
			<File
528
				RelativePath="..\src\VirtualFileSystem.h"
529
				>
530
			</File>
531
			<File
532
				RelativePath="..\src\XBod.h"
533
				>
534
			</File>
535
			<File
536
				RelativePath="..\src\XspFile.h"
537
				>
538
			</File>
539
			<File
540
				RelativePath="..\src\archive\zip.h"
541
				>
542
			</File>
543
		</Filter>
544
		<Filter
545
			Name="Resource Files"
546
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
547
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
548
			>
549
		</Filter>
550
		<Filter
551
			Name="lzma"
552
			>
553
			<File
554
				RelativePath="..\src\lzma\7zBuf.c"
555
				>
556
			</File>
557
			<File
558
				RelativePath="..\src\lzma\7zBuf.h"
559
				>
560
			</File>
561
			<File
562
				RelativePath="..\src\lzma\7zBuf2.c"
563
				>
564
			</File>
565
			<File
566
				RelativePath="..\src\lzma\7zCrc.c"
567
				>
568
			</File>
569
			<File
570
				RelativePath="..\src\lzma\7zCrc.h"
571
				>
572
			</File>
573
			<File
574
				RelativePath="..\src\lzma\7zFile.c"
575
				>
576
			</File>
577
			<File
578
				RelativePath="..\src\lzma\7zFile.h"
579
				>
580
			</File>
581
			<File
582
				RelativePath="..\src\lzma\7zStream.c"
583
				>
584
			</File>
585
			<File
586
				RelativePath="..\src\lzma\7zVersion.h"
587
				>
588
			</File>
589
			<File
590
				RelativePath="..\src\lzma\Alloc.c"
591
				>
592
			</File>
593
			<File
594
				RelativePath="..\src\lzma\Alloc.h"
595
				>
596
			</File>
597
			<File
598
				RelativePath="..\src\lzma\Bcj2.c"
599
				>
600
			</File>
601
			<File
602
				RelativePath="..\src\lzma\Bcj2.h"
603
				>
604
			</File>
605
			<File
606
				RelativePath="..\src\lzma\Bra.c"
607
				>
608
			</File>
609
			<File
610
				RelativePath="..\src\lzma\Bra.h"
611
				>
612
			</File>
613
			<File
614
				RelativePath="..\src\lzma\Bra86.c"
615
				>
616
			</File>
617
			<File
618
				RelativePath="..\src\lzma\BraIA64.c"
619
				>
620
			</File>
621
			<File
622
				RelativePath="..\src\lzma\CpuArch.h"
623
				>
624
			</File>
625
			<File
626
				RelativePath="..\src\lzma\LzFind.c"
627
				>
628
			</File>
629
			<File
630
				RelativePath="..\src\lzma\LzFind.h"
631
				>
632
			</File>
633
			<File
634
				RelativePath="..\src\lzma\LzFindMt.c"
635
				>
636
			</File>
637
			<File
638
				RelativePath="..\src\lzma\LzFindMt.h"
639
				>
640
			</File>
641
			<File
642
				RelativePath="..\src\lzma\LzHash.h"
643
				>
644
			</File>
645
			<File
646
				RelativePath="..\src\lzma\Lzma86Dec.c"
647
				>
648
			</File>
649
			<File
650
				RelativePath="..\src\lzma\Lzma86Dec.h"
651
				>
652
			</File>
653
			<File
654
				RelativePath="..\src\lzma\Lzma86Enc.c"
655
				>
656
			</File>
657
			<File
658
				RelativePath="..\src\lzma\Lzma86Enc.h"
659
				>
660
			</File>
661
			<File
662
				RelativePath="..\src\lzma\LzmaDec.c"
663
				>
664
			</File>
665
			<File
666
				RelativePath="..\src\lzma\LzmaDec.h"
667
				>
668
			</File>
669
			<File
670
				RelativePath="..\src\lzma\LzmaEnc.c"
671
				>
672
			</File>
673
			<File
674
				RelativePath="..\src\lzma\LzmaEnc.h"
675
				>
676
			</File>
677
			<File
678
				RelativePath="..\src\lzma\LzmaLib.c"
679
				>
680
			</File>
681
			<File
682
				RelativePath="..\src\lzma\LzmaLib.h"
683
				>
684
			</File>
685
			<File
686
				RelativePath="..\src\lzma\Threads.c"
687
				>
688
			</File>
689
			<File
690
				RelativePath="..\src\lzma\Threads.h"
691
				>
692
			</File>
693
			<File
694
				RelativePath="..\src\lzma\Types.h"
695
				>
696
			</File>
697
		</Filter>
698
		<Filter
699
			Name="7zip"
700
			>
701
			<File
702
				RelativePath="..\src\ansi7zip\7Decoder.cpp"
703
				>
704
			</File>
705
			<File
706
				RelativePath="..\src\ansi7zip\7Decoder.h"
707
				>
708
			</File>
709
			<File
710
				RelativePath="..\src\ansi7zip\LzmaDecode.cpp"
711
				>
712
			</File>
713
			<File
714
				RelativePath="..\src\ansi7zip\LzmaDecode.h"
715
				>
716
			</File>
717
			<File
718
				RelativePath="..\src\ansi7zip\LzmaTypes.h"
719
				>
720
			</File>
721
		</Filter>
722
		<Filter
723
			Name="x2bc"
724
			>
725
			<File
726
				RelativePath="..\src\x2bc\x2bc_common\bob_dom.cpp"
727
				>
728
			</File>
729
			<File
730
				RelativePath="..\src\x2bc\x2bc_common\bob_dom.h"
731
				>
732
			</File>
733
			<File
734
				RelativePath="..\src\x2bc\x2bc_common\bob_dom_base.h"
735
				>
736
			</File>
737
			<File
738
				RelativePath="..\src\x2bc\x2bc_common\bob_dom_bob.cpp"
739
				>
740
			</File>
741
			<File
742
				RelativePath="..\src\x2bc\x2bc_common\bob_dom_bob.h"
743
				>
744
			</File>
745
			<File
746
				RelativePath="..\src\x2bc\x2bc_common\bob_dom_cut.cpp"
747
				>
748
			</File>
749
			<File
750
				RelativePath="..\src\x2bc\x2bc_common\bob_dom_cut.h"
751
				>
752
			</File>
753
			<File
754
				RelativePath="..\src\x2bc\x2bc_common\bob_dom_filestream.h"
755
				>
756
			</File>
757
			<File
758
				RelativePath="..\src\x2bc\x2bc_common\bob_dom_frame.cpp"
759
				>
760
			</File>
761
			<File
762
				RelativePath="..\src\x2bc\x2bc_common\bob_dom_frame.h"
763
				>
764
			</File>
765
			<File
766
				RelativePath="..\src\x2bc\x2bc_common\bob_dom_stream.h"
767
				>
768
			</File>
769
			<File
770
				RelativePath="..\src\x2bc\x2bc_common\bob_names.h"
771
				>
772
			</File>
773
			<File
774
				RelativePath="..\src\x2bc\x2bc_common\bob_point_bst.h"
775
				>
776
			</File>
777
			<File
778
				RelativePath="..\src\x2bc\x2bc_common\bob_point_map.h"
779
				>
780
			</File>
781
			<File
782
				RelativePath="..\src\x2bc\x2bc_common\bob_realfile_stream.h"
783
				>
784
			</File>
785
			<File
786
				RelativePath="..\src\x2bc\x2bc_common\bod_bob_parser.cpp"
787
				>
788
			</File>
789
			<File
790
				RelativePath="..\src\x2bc\x2bc_common\bod_bob_parser.h"
791
				>
792
			</File>
793
			<File
794
				RelativePath="..\src\x2bc\x2bc_common\bod_cut_parser.cpp"
795
				>
796
			</File>
797
			<File
798
				RelativePath="..\src\x2bc\x2bc_common\bod_cut_parser.h"
799
				>
800
			</File>
801
			<File
802
				RelativePath="..\src\x2bc\x2bc_common\bod_parser.cpp"
803
				>
804
			</File>
805
			<File
806
				RelativePath="..\src\x2bc\x2bc_common\bod_parser.h"
807
				>
808
			</File>
809
			<File
810
				RelativePath="..\src\x2bc\x2bc_common\bod_parser_base.cpp"
811
				>
812
			</File>
813
			<File
814
				RelativePath="..\src\x2bc\x2bc_common\bod_parser_base.h"
815
				>
816
			</File>
817
			<File
818
				RelativePath="..\src\x2bc\x2bc_common\bod_text_parser.cpp"
819
				>
820
			</File>
821
			<File
822
				RelativePath="..\src\x2bc\x2bc_common\bod_text_parser.h"
823
				>
824
			</File>
825
			<File
826
				RelativePath="..\src\x2bc\x2bc_common\settings.cpp"
827
				>
828
			</File>
829
			<File
830
				RelativePath="..\src\x2bc\x2bc_common\settings.h"
831
				>
832
			</File>
833
			<File
834
				RelativePath="..\src\x2bc\x2bc_common\token_stream.h"
835
				>
836
			</File>
837
			<Filter
838
				Name="common"
839
				>
840
				<File
841
					RelativePath="..\src\x2bc\common\ext_array.h"
842
					>
843
				</File>
844
				<File
845
					RelativePath="..\src\x2bc\common\ext_list.h"
846
					>
847
				</File>
848
				<File
849
					RelativePath="..\src\x2bc\common\ext_simple_list.h"
850
					>
851
				</File>
852
				<File
853
					RelativePath="..\src\x2bc\common\ext_stream.h"
854
					>
855
				</File>
856
				<File
857
					RelativePath="..\src\x2bc\common\ext_utils.h"
858
					>
859
				</File>
860
				<File
861
					RelativePath="..\src\x2bc\common\indian.cpp"
862
					>
863
				</File>
864
				<File
865
					RelativePath="..\src\x2bc\common\indian.h"
866
					>
867
				</File>
868
				<File
869
					RelativePath="..\src\x2bc\common\string_builder.h"
870
					>
871
				</File>
872
				<File
873
					RelativePath="..\src\x2bc\common\strutils.cpp"
874
					>
875
				</File>
876
				<File
877
					RelativePath="..\src\x2bc\common\strutils.h"
878
					>
879
				</File>
880
			</Filter>
881
		</Filter>
882
		<Filter
883
			Name="zlib"
884
			>
885
			<File
886
				RelativePath="..\src\zlib\adler32.c"
887
				>
888
			</File>
889
			<File
890
				RelativePath="..\src\zlib\compress.c"
891
				>
892
			</File>
893
			<File
894
				RelativePath="..\src\zlib\crc32.c"
895
				>
896
			</File>
897
			<File
898
				RelativePath="..\src\zlib\crc32.h"
899
				>
900
			</File>
901
			<File
902
				RelativePath="..\src\zlib\deflate.c"
903
				>
904
			</File>
905
			<File
906
				RelativePath="..\src\zlib\deflate.h"
907
				>
908
			</File>
909
			<File
910
				RelativePath="..\src\zlib\gzclose.c"
911
				>
912
			</File>
913
			<File
914
				RelativePath="..\src\zlib\gzguts.h"
915
				>
916
			</File>
917
			<File
918
				RelativePath="..\src\zlib\gzlib.c"
919
				>
920
			</File>
921
			<File
922
				RelativePath="..\src\zlib\gzread.c"
923
				>
924
			</File>
925
			<File
926
				RelativePath="..\src\zlib\gzwrite.c"
927
				>
928
			</File>
929
			<File
930
				RelativePath="..\src\zlib\infback.c"
931
				>
932
			</File>
933
			<File
934
				RelativePath="..\src\zlib\inffast.c"
935
				>
936
			</File>
937
			<File
938
				RelativePath="..\src\zlib\inffast.h"
939
				>
940
			</File>
941
			<File
942
				RelativePath="..\src\zlib\inffixed.h"
943
				>
944
			</File>
945
			<File
946
				RelativePath="..\src\zlib\inflate.c"
947
				>
948
			</File>
949
			<File
950
				RelativePath="..\src\zlib\inflate.h"
951
				>
952
			</File>
953
			<File
954
				RelativePath="..\src\zlib\inftrees.c"
955
				>
956
			</File>
957
			<File
958
				RelativePath="..\src\zlib\inftrees.h"
959
				>
960
			</File>
961
			<File
962
				RelativePath="..\src\zlib\trees.c"
963
				>
964
			</File>
965
			<File
966
				RelativePath="..\src\zlib\trees.h"
967
				>
968
			</File>
969
			<File
970
				RelativePath="..\src\zlib\uncompr.c"
971
				>
972
			</File>
973
			<File
974
				RelativePath="..\src\zlib\zconf.h"
975
				>
976
			</File>
977
			<File
978
				RelativePath="..\src\zlib\zconf.in.h"
979
				>
980
			</File>
981
			<File
982
				RelativePath="..\src\zlib\zlib.h"
983
				>
984
			</File>
985
			<File
986
				RelativePath="..\src\zlib\zutil.c"
987
				>
988
			</File>
989
			<File
990
				RelativePath="..\src\zlib\zutil.h"
991
				>
992
			</File>
993
		</Filter>
7 cycrow 994
		<Filter
995
			Name="HiP"
996
			>
997
			<File
998
				RelativePath="..\..\HiP\ByteReader.cpp"
999
				>
1000
			</File>
1001
			<File
1002
				RelativePath="..\..\HiP\ByteReader.h"
1003
				>
1004
			</File>
1005
			<File
1006
				RelativePath="..\..\HiP\clsFile.cpp"
1007
				>
1008
			</File>
1009
			<File
1010
				RelativePath="..\..\HiP\clsFile.h"
1011
				>
1012
			</File>
1013
			<File
1014
				RelativePath="..\..\HiP\COM_CRC32.cpp"
1015
				>
1016
			</File>
1017
			<File
1018
				RelativePath="..\..\HiP\CRC32.h"
1019
				>
1020
			</File>
1021
			<File
1022
				RelativePath="..\..\HiP\HiP.cpp"
1023
				>
1024
			</File>
1025
			<File
1026
				RelativePath="..\..\HiP\HiP.h"
1027
				>
1028
			</File>
1029
			<File
1030
				RelativePath="..\..\HiP\HipPack.cpp"
1031
				>
1032
			</File>
1033
			<File
1034
				RelativePath="..\..\HiP\HipPack.h"
1035
				>
1036
			</File>
1037
			<File
1038
				RelativePath="..\..\HiP\LiteralHuffTree.cpp"
1039
				>
1040
			</File>
1041
			<File
1042
				RelativePath="..\..\HiP\LiteralHuffTree.h"
1043
				>
1044
			</File>
1045
			<File
1046
				RelativePath="..\..\HiP\Macros.h"
1047
				>
1048
			</File>
1049
		</Filter>
8 cycrow 1050
		<Filter
1051
			Name="Utils"
1052
			>
1053
			<File
1054
				RelativePath="..\src\Utils\String.cpp"
1055
				>
1056
			</File>
1057
			<File
1058
				RelativePath="..\src\Utils\String.h"
1059
				>
1060
			</File>
1061
			<File
1062
				RelativePath="..\src\Utils\StringList.cpp"
1063
				>
1064
			</File>
1065
			<File
1066
				RelativePath="..\src\Utils\StringList.h"
1067
				>
1068
			</File>
1069
		</Filter>
46 cycrow 1070
		<Filter
1071
			Name="Package"
1072
			>
1073
			<File
1074
				RelativePath="..\src\Package\CorePackage.cpp"
1075
				>
1076
			</File>
1077
			<File
1078
				RelativePath="..\src\Package\CorePackage.h"
1079
				>
1080
			</File>
1081
			<File
1082
				RelativePath="..\src\Package\InstallText.cpp"
1083
				>
1084
			</File>
1085
			<File
1086
				RelativePath="..\src\Package\InstallText.h"
1087
				>
1088
			</File>
1089
		</Filter>
1 cycrow 1090
	</Files>
1091
	<Globals>
1092
	</Globals>
1093
</VisualStudioProject>