Subversion Repositories spk

Rev

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