Subversion Repositories spk

Rev

Rev 63 | 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="spkconvert"
6
	ProjectGUID="{63FD0AE5-2035-4D25-B9ED-DD6950258F19}"
7
	RootNamespace="spkconvert"
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)\spkconvert"
1 cycrow 26
			ConfigurationType="1"
7 cycrow 27
			CharacterSet="1"
1 cycrow 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"
47
				AdditionalIncludeDirectories="../../libspk/src"
7 cycrow 48
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL"
1 cycrow 49
				MinimalRebuild="true"
50
				BasicRuntimeChecks="3"
51
				RuntimeLibrary="3"
52
				UsePrecompiledHeader="0"
53
				WarningLevel="3"
54
				Detect64BitPortabilityProblems="true"
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"
79 cycrow 68
				AdditionalDependencies="$(NOINHERIT)"
1 cycrow 69
				LinkIncremental="2"
70
				GenerateDebugInformation="true"
71
				SubSystem="1"
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)\spkconvert"
1 cycrow 102
			ConfigurationType="1"
103
			CharacterSet="1"
104
			WholeProgramOptimization="1"
105
			>
106
			<Tool
107
				Name="VCPreBuildEventTool"
108
			/>
109
			<Tool
110
				Name="VCCustomBuildTool"
111
			/>
112
			<Tool
113
				Name="VCXMLDataGeneratorTool"
114
			/>
115
			<Tool
116
				Name="VCWebServiceProxyGeneratorTool"
117
			/>
118
			<Tool
119
				Name="VCMIDLTool"
120
			/>
121
			<Tool
122
				Name="VCCLCompilerTool"
10 cycrow 123
				AdditionalIncludeDirectories="../../libspk/src"
124
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL"
1 cycrow 125
				RuntimeLibrary="2"
126
				UsePrecompiledHeader="0"
127
				WarningLevel="3"
128
				Detect64BitPortabilityProblems="true"
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="$(NOINHERIT)"
21 cycrow 143
				OutputFile="$(OutDir)\spkmanager.exe"
1 cycrow 144
				LinkIncremental="1"
145
				GenerateDebugInformation="true"
146
				SubSystem="1"
147
				OptimizeReferences="2"
148
				EnableCOMDATFolding="2"
149
				RandomizedBaseAddress="1"
150
				DataExecutionPrevention="0"
151
				TargetMachine="1"
152
			/>
153
			<Tool
154
				Name="VCALinkTool"
155
			/>
156
			<Tool
157
				Name="VCManifestTool"
158
			/>
159
			<Tool
160
				Name="VCXDCMakeTool"
161
			/>
162
			<Tool
163
				Name="VCBscMakeTool"
164
			/>
165
			<Tool
166
				Name="VCFxCopTool"
167
			/>
168
			<Tool
169
				Name="VCAppVerifierTool"
170
			/>
171
			<Tool
172
				Name="VCPostBuildEventTool"
173
			/>
174
		</Configuration>
63 cycrow 175
		<Configuration
176
			Name="Debug|x64"
177
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
178
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
179
			ConfigurationType="1"
180
			CharacterSet="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;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL"
203
				MinimalRebuild="true"
204
				BasicRuntimeChecks="3"
205
				RuntimeLibrary="3"
206
				UsePrecompiledHeader="0"
207
				WarningLevel="3"
208
				Detect64BitPortabilityProblems="true"
209
				DebugInformationFormat="3"
210
			/>
211
			<Tool
212
				Name="VCManagedResourceCompilerTool"
213
			/>
214
			<Tool
215
				Name="VCResourceCompilerTool"
216
			/>
217
			<Tool
218
				Name="VCPreLinkEventTool"
219
			/>
220
			<Tool
221
				Name="VCLinkerTool"
222
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib"
223
				LinkIncremental="2"
224
				GenerateDebugInformation="true"
225
				SubSystem="1"
226
				RandomizedBaseAddress="1"
227
				DataExecutionPrevention="0"
228
				TargetMachine="17"
229
			/>
230
			<Tool
231
				Name="VCALinkTool"
232
			/>
233
			<Tool
234
				Name="VCManifestTool"
235
			/>
236
			<Tool
237
				Name="VCXDCMakeTool"
238
			/>
239
			<Tool
240
				Name="VCBscMakeTool"
241
			/>
242
			<Tool
243
				Name="VCFxCopTool"
244
			/>
245
			<Tool
246
				Name="VCAppVerifierTool"
247
			/>
248
			<Tool
249
				Name="VCPostBuildEventTool"
250
			/>
251
		</Configuration>
252
		<Configuration
253
			Name="Release|x64"
254
			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
255
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
256
			ConfigurationType="1"
257
			CharacterSet="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;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL"
280
				RuntimeLibrary="2"
281
				UsePrecompiledHeader="0"
282
				WarningLevel="3"
283
				Detect64BitPortabilityProblems="true"
284
				DebugInformationFormat="3"
285
			/>
286
			<Tool
287
				Name="VCManagedResourceCompilerTool"
288
			/>
289
			<Tool
290
				Name="VCResourceCompilerTool"
291
			/>
292
			<Tool
293
				Name="VCPreLinkEventTool"
294
			/>
295
			<Tool
296
				Name="VCLinkerTool"
297
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib"
298
				OutputFile="$(OutDir)\spkmanager.exe"
299
				LinkIncremental="1"
300
				GenerateDebugInformation="true"
301
				SubSystem="1"
302
				OptimizeReferences="2"
303
				EnableCOMDATFolding="2"
304
				RandomizedBaseAddress="1"
305
				DataExecutionPrevention="0"
306
				TargetMachine="17"
307
			/>
308
			<Tool
309
				Name="VCALinkTool"
310
			/>
311
			<Tool
312
				Name="VCManifestTool"
313
			/>
314
			<Tool
315
				Name="VCXDCMakeTool"
316
			/>
317
			<Tool
318
				Name="VCBscMakeTool"
319
			/>
320
			<Tool
321
				Name="VCFxCopTool"
322
			/>
323
			<Tool
324
				Name="VCAppVerifierTool"
325
			/>
326
			<Tool
327
				Name="VCPostBuildEventTool"
328
			/>
329
		</Configuration>
1 cycrow 330
	</Configurations>
331
	<References>
79 cycrow 332
		<ProjectReference
333
			ReferencedProjectIdentifier="{C18EC70D-7048-485C-8BB3-E219C6C8E352}"
334
			RelativePathToProject="..\libspk\Windows\spk.vcproj"
335
		/>
1 cycrow 336
	</References>
337
	<Files>
338
		<Filter
339
			Name="Source Files"
340
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
341
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
342
			>
343
			<File
344
				RelativePath="..\src\spkconvert.cpp"
345
				>
346
			</File>
347
			<File
348
				RelativePath="..\src\spkprogress.h"
349
				>
350
			</File>
351
		</Filter>
352
		<Filter
353
			Name="Header Files"
354
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
355
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
356
			>
357
		</Filter>
358
		<Filter
359
			Name="Resource Files"
360
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
361
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
362
			>
363
		</Filter>
4 cycrow 364
		<Filter
365
			Name="HiP"
366
			>
367
			<File
368
				RelativePath="..\..\HiP\ByteReader.cpp"
369
				>
370
			</File>
371
			<File
372
				RelativePath="..\..\HiP\ByteReader.h"
373
				>
374
			</File>
375
			<File
376
				RelativePath="..\..\HiP\clsFile.cpp"
377
				>
378
			</File>
379
			<File
380
				RelativePath="..\..\HiP\clsFile.h"
381
				>
382
			</File>
383
			<File
384
				RelativePath="..\..\HiP\COM_CRC32.cpp"
385
				>
386
			</File>
387
			<File
388
				RelativePath="..\..\HiP\CRC32.h"
389
				>
390
			</File>
391
			<File
392
				RelativePath="..\..\HiP\HiP.cpp"
393
				>
394
			</File>
395
			<File
396
				RelativePath="..\..\HiP\HiP.h"
397
				>
398
			</File>
399
			<File
400
				RelativePath="..\..\HiP\HipPack.cpp"
401
				>
402
			</File>
403
			<File
404
				RelativePath="..\..\HiP\HipPack.h"
405
				>
406
			</File>
407
			<File
408
				RelativePath="..\..\HiP\LiteralHuffTree.cpp"
409
				>
410
			</File>
411
			<File
412
				RelativePath="..\..\HiP\LiteralHuffTree.h"
413
				>
414
			</File>
415
			<File
416
				RelativePath="..\..\HiP\Macros.h"
417
				>
418
			</File>
419
		</Filter>
1 cycrow 420
	</Files>
421
	<Globals>
422
	</Globals>
423
</VisualStudioProject>