Subversion Repositories spk

Rev

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