comparison spandsp-0.0.6pre17/src/libspandsp.2008.vcproj @ 4:26cd8f1ef0b1

import spandsp-0.0.6pre17
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 15:50:58 +0200
parents
children
comparison
equal deleted inserted replaced
3:c6c5a16ce2f2 4:26cd8f1ef0b1
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="libspandsp"
6 ProjectGUID="{1CBB0077-18C5-455F-801C-0A0CE7B0BBF5}"
7 RootNamespace="libspandsp"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 <Platform
16 Name="x64"
17 />
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="$(SolutionDir)Debug"
25 IntermediateDirectory="$(ConfigurationName)"
26 ConfigurationType="2"
27 CharacterSet="1"
28 BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
29 >
30 <Tool
31 Name="VCCLCompilerTool"
32 Optimization="0"
33 AdditionalIncludeDirectories=".;..\..\src\spandsp;..\..\src;..\..\src\msvc;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff"
34 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
35 MinimalRebuild="true"
36 BasicRuntimeChecks="3"
37 RuntimeLibrary="3"
38 UsePrecompiledHeader="0"
39 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
40 WarningLevel="4"
41 DebugInformationFormat="4"
42 CompileAs="1"
43 DisableSpecificWarnings="4127"
44 />
45 <Tool
46 Name="VCLinkerTool"
47 LinkIncremental="2"
48 GenerateDebugInformation="true"
49 SubSystem="2"
50 RandomizedBaseAddress="1"
51 DataExecutionPrevention="0"
52 ImportLibrary="./Debug\spandsp.lib"
53 TargetMachine="1"
54 />
55 </Configuration>
56 <Configuration
57 Name="Release|Win32"
58 OutputDirectory="$(SolutionDir)Release"
59 IntermediateDirectory="$(ConfigurationName)"
60 ConfigurationType="2"
61 CharacterSet="1"
62 BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
63 WholeProgramOptimization="1"
64 >
65 <Tool
66 Name="VCCLCompilerTool"
67 AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff"
68 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
69 RuntimeLibrary="2"
70 UsePrecompiledHeader="0"
71 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
72 WarningLevel="4"
73 DebugInformationFormat="3"
74 DisableSpecificWarnings="4127"
75 />
76 <Tool
77 Name="VCLinkerTool"
78 LinkIncremental="1"
79 GenerateDebugInformation="true"
80 SubSystem="2"
81 OptimizeReferences="2"
82 EnableCOMDATFolding="2"
83 RandomizedBaseAddress="1"
84 DataExecutionPrevention="0"
85 ImportLibrary="./Release\spandsp.lib"
86 TargetMachine="1"
87 />
88 </Configuration>
89 <Configuration
90 Name="Debug|x64"
91 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
92 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
93 ConfigurationType="2"
94 CharacterSet="1"
95 BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
96 >
97 <Tool
98 Name="VCCLCompilerTool"
99 Optimization="0"
100 AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff"
101 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
102 MinimalRebuild="true"
103 BasicRuntimeChecks="3"
104 RuntimeLibrary="3"
105 UsePrecompiledHeader="0"
106 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
107 WarningLevel="4"
108 DebugInformationFormat="3"
109 CompileAs="1"
110 DisableSpecificWarnings="4127"
111 />
112 <Tool
113 Name="VCLinkerTool"
114 LinkIncremental="2"
115 GenerateDebugInformation="true"
116 SubSystem="2"
117 RandomizedBaseAddress="1"
118 DataExecutionPrevention="0"
119 ImportLibrary="$(TargetDir)spandsp.lib"
120 TargetMachine="17"
121 />
122 </Configuration>
123 <Configuration
124 Name="Release|x64"
125 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
126 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
127 ConfigurationType="2"
128 CharacterSet="1"
129 BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
130 WholeProgramOptimization="1"
131 >
132 <Tool
133 Name="VCCLCompilerTool"
134 AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff"
135 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
136 RuntimeLibrary="2"
137 UsePrecompiledHeader="0"
138 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
139 WarningLevel="4"
140 DebugInformationFormat="3"
141 DisableSpecificWarnings="4127"
142 />
143 <Tool
144 Name="VCLinkerTool"
145 LinkIncremental="1"
146 GenerateDebugInformation="true"
147 SubSystem="2"
148 OptimizeReferences="2"
149 EnableCOMDATFolding="2"
150 RandomizedBaseAddress="1"
151 DataExecutionPrevention="0"
152 ImportLibrary="$(TargetDir)spandsp.lib"
153 TargetMachine="17"
154 />
155 </Configuration>
156 </Configurations>
157 <References>
158 </References>
159 <Files>
160 <Filter
161 Name="Source Files"
162 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
163 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
164 >
165 <File RelativePath="adsi.c"></File>
166 <File RelativePath="async.c"></File>
167 <File RelativePath="at_interpreter.c"></File>
168 <File RelativePath="awgn.c"></File>
169 <File RelativePath="bell_r2_mf.c"></File>
170 <File RelativePath="bert.c"></File>
171 <File RelativePath="bit_operations.c"></File>
172 <File RelativePath="bitstream.c"></File>
173 <File RelativePath="complex_filters.c"></File>
174 <File RelativePath="complex_vector_float.c"></File>
175 <File RelativePath="complex_vector_int.c"></File>
176 <File RelativePath="crc.c"></File>
177 <File RelativePath="dds_float.c"></File>
178 <File RelativePath="dds_int.c"></File>
179 <File RelativePath="dtmf.c"></File>
180 <File RelativePath="echo.c"></File>
181 <File RelativePath="fax.c"></File>
182 <File RelativePath="fax_modems.c"></File>
183 <File RelativePath="fsk.c"></File>
184 <File RelativePath="g711.c"></File>
185 <File RelativePath="g722.c"></File>
186 <File RelativePath="g726.c"></File>
187 <File RelativePath="gsm0610_decode.c"></File>
188 <File RelativePath="gsm0610_encode.c"></File>
189 <File RelativePath="gsm0610_long_term.c"></File>
190 <File RelativePath="gsm0610_lpc.c"></File>
191 <File RelativePath="gsm0610_preprocess.c"></File>
192 <File RelativePath="gsm0610_rpe.c"></File>
193 <File RelativePath="gsm0610_short_term.c"></File>
194 <File RelativePath="hdlc.c"></File>
195 <File RelativePath="ima_adpcm.c"></File>
196 <File RelativePath="logging.c"></File>
197 <File RelativePath="lpc10_analyse.c"></File>
198 <File RelativePath="lpc10_decode.c"></File>
199 <File RelativePath="lpc10_encode.c"></File>
200 <File RelativePath="lpc10_placev.c"></File>
201 <File RelativePath="lpc10_voicing.c"></File>
202 <File RelativePath="modem_echo.c"></File>
203 <File RelativePath="modem_connect_tones.c"></File>
204 <File RelativePath="noise.c"></File>
205 <File RelativePath="oki_adpcm.c"></File>
206 <File RelativePath="playout.c"></File>
207 <File RelativePath="plc.c"></File>
208 <File RelativePath="power_meter.c"></File>
209 <File RelativePath="queue.c"></File>
210 <File RelativePath="schedule.c"></File>
211 <File RelativePath="sig_tone.c"></File>
212 <File RelativePath="silence_gen.c"></File>
213 <File RelativePath="super_tone_rx.c"></File>
214 <File RelativePath="super_tone_tx.c"></File>
215 <File RelativePath="swept_tone.c"></File>
216 <File RelativePath="t4_rx.c"></File>
217 <File RelativePath="t4_tx.c"></File>
218 <File RelativePath="t30.c"></File>
219 <File RelativePath="t30_api.c"></File>
220 <File RelativePath="t30_logging.c"></File>
221 <File RelativePath="t31.c"></File>
222 <File RelativePath="t35.c"></File>
223 <File RelativePath="t38_core.c"></File>
224 <File RelativePath="t38_gateway.c"></File>
225 <File RelativePath="t38_non_ecm_buffer.c"></File>
226 <File RelativePath="t38_terminal.c"></File>
227 <File RelativePath="testcpuid.c"></File>
228 <File RelativePath="time_scale.c"></File>
229 <File RelativePath="tone_detect.c"></File>
230 <File RelativePath="tone_generate.c"></File>
231 <File RelativePath="v17rx.c"></File>
232 <File RelativePath="v17tx.c"></File>
233 <File RelativePath="v18.c"></File>
234 <File RelativePath="v22bis_rx.c"></File>
235 <File RelativePath="v22bis_tx.c"></File>
236 <File RelativePath="v27ter_rx.c"></File>
237 <File RelativePath="v27ter_tx.c"></File>
238 <File RelativePath="v29rx.c"></File>
239 <File RelativePath="v29tx.c"></File>
240 <File RelativePath="v42.c"></File>
241 <File RelativePath="v42bis.c"></File>
242 <File RelativePath="v8.c"></File>
243 <File RelativePath="vector_float.c"></File>
244 <File RelativePath="vector_int.c"></File>
245 <File RelativePath=".\msvc\gettimeofday.c"></File>
246 </Filter><Filter Name="Header Files">
247 <File RelativePath="spandsp/adsi.h"></File>
248 <File RelativePath="spandsp/async.h"></File>
249 <File RelativePath="spandsp/arctan2.h"></File>
250 <File RelativePath="spandsp/at_interpreter.h"></File>
251 <File RelativePath="spandsp/awgn.h"></File>
252 <File RelativePath="spandsp/bell_r2_mf.h"></File>
253 <File RelativePath="spandsp/bert.h"></File>
254 <File RelativePath="spandsp/biquad.h"></File>
255 <File RelativePath="spandsp/bit_operations.h"></File>
256 <File RelativePath="spandsp/bitstream.h"></File>
257 <File RelativePath="spandsp/crc.h"></File>
258 <File RelativePath="spandsp/complex.h"></File>
259 <File RelativePath="spandsp/complex_filters.h"></File>
260 <File RelativePath="spandsp/complex_vector_float.h"></File>
261 <File RelativePath="spandsp/complex_vector_int.h"></File>
262 <File RelativePath="spandsp/dc_restore.h"></File>
263 <File RelativePath="spandsp/dds.h"></File>
264 <File RelativePath="spandsp/dtmf.h"></File>
265 <File RelativePath="spandsp/echo.h"></File>
266 <File RelativePath="spandsp/fast_convert.h"></File>
267 <File RelativePath="spandsp/fax.h"></File>
268 <File RelativePath="spandsp/fax_modems.h"></File>
269 <File RelativePath="spandsp/fir.h"></File>
270 <File RelativePath="spandsp/fsk.h"></File>
271 <File RelativePath="spandsp/g168models.h"></File>
272 <File RelativePath="spandsp/g711.h"></File>
273 <File RelativePath="spandsp/g722.h"></File>
274 <File RelativePath="spandsp/g726.h"></File>
275 <File RelativePath="spandsp/gsm0610.h"></File>
276 <File RelativePath="spandsp/hdlc.h"></File>
277 <File RelativePath="spandsp/ima_adpcm.h"></File>
278 <File RelativePath="spandsp/logging.h"></File>
279 <File RelativePath="spandsp/lpc10.h"></File>
280 <File RelativePath="spandsp/modem_echo.h"></File>
281 <File RelativePath="spandsp/modem_connect_tones.h"></File>
282 <File RelativePath="spandsp/noise.h"></File>
283 <File RelativePath="spandsp/oki_adpcm.h"></File>
284 <File RelativePath="spandsp/playout.h"></File>
285 <File RelativePath="spandsp/plc.h"></File>
286 <File RelativePath="spandsp/power_meter.h"></File>
287 <File RelativePath="spandsp/queue.h"></File>
288 <File RelativePath="spandsp/saturated.h"></File>
289 <File RelativePath="spandsp/schedule.h"></File>
290 <File RelativePath="spandsp/sig_tone.h"></File>
291 <File RelativePath="spandsp/silence_gen.h"></File>
292 <File RelativePath="spandsp/super_tone_rx.h"></File>
293 <File RelativePath="spandsp/super_tone_tx.h"></File>
294 <File RelativePath="spandsp/swept_tone.h"></File>
295 <File RelativePath="spandsp/t4_rx.h"></File>
296 <File RelativePath="spandsp/t4_tx.h"></File>
297 <File RelativePath="spandsp/t30.h"></File>
298 <File RelativePath="spandsp/t30_api.h"></File>
299 <File RelativePath="spandsp/t30_fcf.h"></File>
300 <File RelativePath="spandsp/t30_logging.h"></File>
301 <File RelativePath="spandsp/t31.h"></File>
302 <File RelativePath="spandsp/t35.h"></File>
303 <File RelativePath="spandsp/t38_core.h"></File>
304 <File RelativePath="spandsp/t38_gateway.h"></File>
305 <File RelativePath="spandsp/t38_non_ecm_buffer.h"></File>
306 <File RelativePath="spandsp/t38_terminal.h"></File>
307 <File RelativePath="spandsp/telephony.h"></File>
308 <File RelativePath="spandsp/time_scale.h"></File>
309 <File RelativePath="spandsp/timing.h"></File>
310 <File RelativePath="spandsp/tone_detect.h"></File>
311 <File RelativePath="spandsp/tone_generate.h"></File>
312 <File RelativePath="spandsp/v17rx.h"></File>
313 <File RelativePath="spandsp/v17tx.h"></File>
314 <File RelativePath="spandsp/v18.h"></File>
315 <File RelativePath="spandsp/v22bis.h"></File>
316 <File RelativePath="spandsp/v27ter_rx.h"></File>
317 <File RelativePath="spandsp/v27ter_tx.h"></File>
318 <File RelativePath="spandsp/v29rx.h"></File>
319 <File RelativePath="spandsp/v29tx.h"></File>
320 <File RelativePath="spandsp/v42.h"></File>
321 <File RelativePath="spandsp/v42bis.h"></File>
322 <File RelativePath="spandsp/v8.h"></File>
323 <File RelativePath="spandsp/vector_float.h"></File>
324 <File RelativePath="spandsp/vector_int.h"></File>
325 <File RelativePath="spandsp/version.h"></File>
326 <File RelativePath="spandsp/private/adsi.h"></File>
327 <File RelativePath="spandsp/private/async.h"></File>
328 <File RelativePath="spandsp/private/at_interpreter.h"></File>
329 <File RelativePath="spandsp/private/awgn.h"></File>
330 <File RelativePath="spandsp/private/bell_r2_mf.h"></File>
331 <File RelativePath="spandsp/private/bert.h"></File>
332 <File RelativePath="spandsp/private/bitstream.h"></File>
333 <File RelativePath="spandsp/private/dtmf.h"></File>
334 <File RelativePath="spandsp/private/echo.h"></File>
335 <File RelativePath="spandsp/private/fax.h"></File>
336 <File RelativePath="spandsp/private/fax_modems.h"></File>
337 <File RelativePath="spandsp/private/fsk.h"></File>
338 <File RelativePath="spandsp/private/g711.h"></File>
339 <File RelativePath="spandsp/private/g722.h"></File>
340 <File RelativePath="spandsp/private/g726.h"></File>
341 <File RelativePath="spandsp/private/gsm0610.h"></File>
342 <File RelativePath="spandsp/private/hdlc.h"></File>
343 <File RelativePath="spandsp/private/ima_adpcm.h"></File>
344 <File RelativePath="spandsp/private/logging.h"></File>
345 <File RelativePath="spandsp/private/lpc10.h"></File>
346 <File RelativePath="spandsp/private/modem_connect_tones.h"></File>
347 <File RelativePath="spandsp/private/modem_echo.h"></File>
348 <File RelativePath="spandsp/private/noise.h"></File>
349 <File RelativePath="spandsp/private/oki_adpcm.h"></File>
350 <File RelativePath="spandsp/private/queue.h"></File>
351 <File RelativePath="spandsp/private/schedule.h"></File>
352 <File RelativePath="spandsp/private/sig_tone.h"></File>
353 <File RelativePath="spandsp/private/silence_gen.h"></File>
354 <File RelativePath="spandsp/private/super_tone_rx.h"></File>
355 <File RelativePath="spandsp/private/super_tone_tx.h"></File>
356 <File RelativePath="spandsp/private/swept_tone.h"></File>
357 <File RelativePath="spandsp/private/t30.h"></File>
358 <File RelativePath="spandsp/private/t30_dis_dtc_dcs_bits.h"></File>
359 <File RelativePath="spandsp/private/t31.h"></File>
360 <File RelativePath="spandsp/private/t38_core.h"></File>
361 <File RelativePath="spandsp/private/t38_gateway.h"></File>
362 <File RelativePath="spandsp/private/t38_non_ecm_buffer.h"></File>
363 <File RelativePath="spandsp/private/t38_terminal.h"></File>
364 <File RelativePath="spandsp/private/t4_rx.h"></File>
365 <File RelativePath="spandsp/private/t4_tx.h"></File>
366 <File RelativePath="spandsp/private/time_scale.h"></File>
367 <File RelativePath="spandsp/private/tone_detect.h"></File>
368 <File RelativePath="spandsp/private/tone_generate.h"></File>
369 <File RelativePath="spandsp/private/v17rx.h"></File>
370 <File RelativePath="spandsp/private/v17tx.h"></File>
371 <File RelativePath="spandsp/private/v18.h"></File>
372 <File RelativePath="spandsp/private/v22bis.h"></File>
373 <File RelativePath="spandsp/private/v27ter_rx.h"></File>
374 <File RelativePath="spandsp/private/v27ter_tx.h"></File>
375 <File RelativePath="spandsp/private/v29rx.h"></File>
376 <File RelativePath="spandsp/private/v29tx.h"></File>
377 <File RelativePath="spandsp/private/v42.h"></File>
378 <File RelativePath="spandsp/private/v42bis.h"></File>
379 <File RelativePath="spandsp/private/v8.h"></File>
380 <File RelativePath="spandsp/expose.h"></File>
381 <File RelativePath="spandsp.h"></File>
382 </Filter>
383
384 <File
385
386 RelativePath=".\msvc\spandsp.h"
387
388 >
389
390 <FileConfiguration
391
392 Name="Debug|Win32"
393
394 >
395
396 <Tool
397
398 Name="VCCustomBuildTool"
399
400 Description="Copying $(InputPath) to $(ProjectDir)$(InputFileName)"
401
402 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)$(InputFileName)&quot;"
403
404 Outputs="$(ProjectDir)$(InputFileName)"
405
406 />
407
408 </FileConfiguration>
409
410 <FileConfiguration
411
412 Name="Release|Win32"
413
414 >
415
416 <Tool
417
418 Name="VCCustomBuildTool"
419
420 Description="Copying $(InputPath) to $(ProjectDir)$(InputFileName)"
421
422 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)$(InputFileName)&quot;"
423
424 Outputs="$(ProjectDir)$(InputFileName)"
425
426 />
427
428 </FileConfiguration>
429
430 <FileConfiguration
431
432 Name="Debug|x64"
433
434 >
435
436 <Tool
437
438 Name="VCCustomBuildTool"
439
440 Description="Copying $(InputPath) to $(ProjectDir)$(InputFileName)"
441
442 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)$(InputFileName)&quot;"
443
444 Outputs="$(ProjectDir)$(InputFileName)"
445
446 />
447
448 </FileConfiguration>
449
450 <FileConfiguration
451
452 Name="Release|x64"
453
454 >
455
456 <Tool
457
458 Name="VCCustomBuildTool"
459
460 Description="Copying $(InputPath) to $(ProjectDir)$(InputFileName)"
461
462 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)$(InputFileName)&quot;"
463
464 Outputs="$(ProjectDir)$(InputFileName)"
465
466 />
467
468 </FileConfiguration>
469
470 </File>
471
472 </Files>
473
474 <Globals>
475
476 </Globals>
477
478 </VisualStudioProject>
479

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.