comparison spandsp-0.0.6pre17/src/libspandsp.2005.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="8.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 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)Debug"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="2"
24 CharacterSet="1"
25 BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
26 >
27 <Tool
28 Name="VCCLCompilerTool"
29 Optimization="0"
30 AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff"
31 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
32 MinimalRebuild="true"
33 BasicRuntimeChecks="3"
34 RuntimeLibrary="3"
35 UsePrecompiledHeader="0"
36 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
37 WarningLevel="4"
38 DebugInformationFormat="4"
39 CompileAs="1"
40 DisableSpecificWarnings="4127"
41 />
42 <Tool
43 Name="VCLinkerTool"
44 LinkIncremental="2"
45 GenerateDebugInformation="true"
46 SubSystem="2"
47 RandomizedBaseAddress="1"
48 DataExecutionPrevention="0"
49 ImportLibrary="./Debug\spandsp.lib"
50 TargetMachine="1"
51 />
52 </Configuration>
53 <Configuration
54 Name="Release|Win32"
55 OutputDirectory="$(SolutionDir)Release"
56 IntermediateDirectory="$(ConfigurationName)"
57 ConfigurationType="2"
58 CharacterSet="1"
59 BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
60 WholeProgramOptimization="1"
61 >
62 <Tool
63 Name="VCCLCompilerTool"
64 AdditionalIncludeDirectories=".;.\spandsp;.\msvc;..\..\tiff-3.8.2\libtiff"
65 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H"
66 RuntimeLibrary="2"
67 UsePrecompiledHeader="0"
68 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
69 WarningLevel="4"
70 DebugInformationFormat="3"
71 DisableSpecificWarnings="4127"
72 />
73 <Tool
74 Name="VCLinkerTool"
75 LinkIncremental="1"
76 GenerateDebugInformation="true"
77 SubSystem="2"
78 OptimizeReferences="2"
79 EnableCOMDATFolding="2"
80 RandomizedBaseAddress="1"
81 DataExecutionPrevention="0"
82 ImportLibrary="./Release\spandsp.lib"
83 TargetMachine="1"
84 />
85 </Configuration>
86 </Configurations>
87 <References>
88 </References>
89 <Files>
90 <Filter
91 Name="Source Files"
92 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
93 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
94 >
95 <File RelativePath="adsi.c"></File>
96 <File RelativePath="async.c"></File>
97 <File RelativePath="at_interpreter.c"></File>
98 <File RelativePath="awgn.c"></File>
99 <File RelativePath="bell_r2_mf.c"></File>
100 <File RelativePath="bert.c"></File>
101 <File RelativePath="bit_operations.c"></File>
102 <File RelativePath="bitstream.c"></File>
103 <File RelativePath="complex_filters.c"></File>
104 <File RelativePath="complex_vector_float.c"></File>
105 <File RelativePath="complex_vector_int.c"></File>
106 <File RelativePath="crc.c"></File>
107 <File RelativePath="dds_float.c"></File>
108 <File RelativePath="dds_int.c"></File>
109 <File RelativePath="dtmf.c"></File>
110 <File RelativePath="echo.c"></File>
111 <File RelativePath="fax.c"></File>
112 <File RelativePath="fax_modems.c"></File>
113 <File RelativePath="fsk.c"></File>
114 <File RelativePath="g711.c"></File>
115 <File RelativePath="g722.c"></File>
116 <File RelativePath="g726.c"></File>
117 <File RelativePath="gsm0610_decode.c"></File>
118 <File RelativePath="gsm0610_encode.c"></File>
119 <File RelativePath="gsm0610_long_term.c"></File>
120 <File RelativePath="gsm0610_lpc.c"></File>
121 <File RelativePath="gsm0610_preprocess.c"></File>
122 <File RelativePath="gsm0610_rpe.c"></File>
123 <File RelativePath="gsm0610_short_term.c"></File>
124 <File RelativePath="hdlc.c"></File>
125 <File RelativePath="ima_adpcm.c"></File>
126 <File RelativePath="logging.c"></File>
127 <File RelativePath="lpc10_analyse.c"></File>
128 <File RelativePath="lpc10_decode.c"></File>
129 <File RelativePath="lpc10_encode.c"></File>
130 <File RelativePath="lpc10_placev.c"></File>
131 <File RelativePath="lpc10_voicing.c"></File>
132 <File RelativePath="modem_echo.c"></File>
133 <File RelativePath="modem_connect_tones.c"></File>
134 <File RelativePath="noise.c"></File>
135 <File RelativePath="oki_adpcm.c"></File>
136 <File RelativePath="playout.c"></File>
137 <File RelativePath="plc.c"></File>
138 <File RelativePath="power_meter.c"></File>
139 <File RelativePath="queue.c"></File>
140 <File RelativePath="schedule.c"></File>
141 <File RelativePath="sig_tone.c"></File>
142 <File RelativePath="silence_gen.c"></File>
143 <File RelativePath="super_tone_rx.c"></File>
144 <File RelativePath="super_tone_tx.c"></File>
145 <File RelativePath="swept_tone.c"></File>
146 <File RelativePath="t4_rx.c"></File>
147 <File RelativePath="t4_tx.c"></File>
148 <File RelativePath="t30.c"></File>
149 <File RelativePath="t30_api.c"></File>
150 <File RelativePath="t30_logging.c"></File>
151 <File RelativePath="t31.c"></File>
152 <File RelativePath="t35.c"></File>
153 <File RelativePath="t38_core.c"></File>
154 <File RelativePath="t38_gateway.c"></File>
155 <File RelativePath="t38_non_ecm_buffer.c"></File>
156 <File RelativePath="t38_terminal.c"></File>
157 <File RelativePath="testcpuid.c"></File>
158 <File RelativePath="time_scale.c"></File>
159 <File RelativePath="tone_detect.c"></File>
160 <File RelativePath="tone_generate.c"></File>
161 <File RelativePath="v17rx.c"></File>
162 <File RelativePath="v17tx.c"></File>
163 <File RelativePath="v18.c"></File>
164 <File RelativePath="v22bis_rx.c"></File>
165 <File RelativePath="v22bis_tx.c"></File>
166 <File RelativePath="v27ter_rx.c"></File>
167 <File RelativePath="v27ter_tx.c"></File>
168 <File RelativePath="v29rx.c"></File>
169 <File RelativePath="v29tx.c"></File>
170 <File RelativePath="v42.c"></File>
171 <File RelativePath="v42bis.c"></File>
172 <File RelativePath="v8.c"></File>
173 <File RelativePath="vector_float.c"></File>
174 <File RelativePath="vector_int.c"></File>
175 <File RelativePath=".\msvc\gettimeofday.c"></File>
176 </Filter><Filter Name="Header Files">
177 <File RelativePath="spandsp/adsi.h"></File>
178 <File RelativePath="spandsp/async.h"></File>
179 <File RelativePath="spandsp/arctan2.h"></File>
180 <File RelativePath="spandsp/at_interpreter.h"></File>
181 <File RelativePath="spandsp/awgn.h"></File>
182 <File RelativePath="spandsp/bell_r2_mf.h"></File>
183 <File RelativePath="spandsp/bert.h"></File>
184 <File RelativePath="spandsp/biquad.h"></File>
185 <File RelativePath="spandsp/bit_operations.h"></File>
186 <File RelativePath="spandsp/bitstream.h"></File>
187 <File RelativePath="spandsp/crc.h"></File>
188 <File RelativePath="spandsp/complex.h"></File>
189 <File RelativePath="spandsp/complex_filters.h"></File>
190 <File RelativePath="spandsp/complex_vector_float.h"></File>
191 <File RelativePath="spandsp/complex_vector_int.h"></File>
192 <File RelativePath="spandsp/dc_restore.h"></File>
193 <File RelativePath="spandsp/dds.h"></File>
194 <File RelativePath="spandsp/dtmf.h"></File>
195 <File RelativePath="spandsp/echo.h"></File>
196 <File RelativePath="spandsp/fast_convert.h"></File>
197 <File RelativePath="spandsp/fax.h"></File>
198 <File RelativePath="spandsp/fax_modems.h"></File>
199 <File RelativePath="spandsp/fir.h"></File>
200 <File RelativePath="spandsp/fsk.h"></File>
201 <File RelativePath="spandsp/g168models.h"></File>
202 <File RelativePath="spandsp/g711.h"></File>
203 <File RelativePath="spandsp/g722.h"></File>
204 <File RelativePath="spandsp/g726.h"></File>
205 <File RelativePath="spandsp/gsm0610.h"></File>
206 <File RelativePath="spandsp/hdlc.h"></File>
207 <File RelativePath="spandsp/ima_adpcm.h"></File>
208 <File RelativePath="spandsp/logging.h"></File>
209 <File RelativePath="spandsp/lpc10.h"></File>
210 <File RelativePath="spandsp/modem_echo.h"></File>
211 <File RelativePath="spandsp/modem_connect_tones.h"></File>
212 <File RelativePath="spandsp/noise.h"></File>
213 <File RelativePath="spandsp/oki_adpcm.h"></File>
214 <File RelativePath="spandsp/playout.h"></File>
215 <File RelativePath="spandsp/plc.h"></File>
216 <File RelativePath="spandsp/power_meter.h"></File>
217 <File RelativePath="spandsp/queue.h"></File>
218 <File RelativePath="spandsp/saturated.h"></File>
219 <File RelativePath="spandsp/schedule.h"></File>
220 <File RelativePath="spandsp/sig_tone.h"></File>
221 <File RelativePath="spandsp/silence_gen.h"></File>
222 <File RelativePath="spandsp/super_tone_rx.h"></File>
223 <File RelativePath="spandsp/super_tone_tx.h"></File>
224 <File RelativePath="spandsp/swept_tone.h"></File>
225 <File RelativePath="spandsp/t4_rx.h"></File>
226 <File RelativePath="spandsp/t4_tx.h"></File>
227 <File RelativePath="spandsp/t30.h"></File>
228 <File RelativePath="spandsp/t30_api.h"></File>
229 <File RelativePath="spandsp/t30_fcf.h"></File>
230 <File RelativePath="spandsp/t30_logging.h"></File>
231 <File RelativePath="spandsp/t31.h"></File>
232 <File RelativePath="spandsp/t35.h"></File>
233 <File RelativePath="spandsp/t38_core.h"></File>
234 <File RelativePath="spandsp/t38_gateway.h"></File>
235 <File RelativePath="spandsp/t38_non_ecm_buffer.h"></File>
236 <File RelativePath="spandsp/t38_terminal.h"></File>
237 <File RelativePath="spandsp/telephony.h"></File>
238 <File RelativePath="spandsp/time_scale.h"></File>
239 <File RelativePath="spandsp/timing.h"></File>
240 <File RelativePath="spandsp/tone_detect.h"></File>
241 <File RelativePath="spandsp/tone_generate.h"></File>
242 <File RelativePath="spandsp/v17rx.h"></File>
243 <File RelativePath="spandsp/v17tx.h"></File>
244 <File RelativePath="spandsp/v18.h"></File>
245 <File RelativePath="spandsp/v22bis.h"></File>
246 <File RelativePath="spandsp/v27ter_rx.h"></File>
247 <File RelativePath="spandsp/v27ter_tx.h"></File>
248 <File RelativePath="spandsp/v29rx.h"></File>
249 <File RelativePath="spandsp/v29tx.h"></File>
250 <File RelativePath="spandsp/v42.h"></File>
251 <File RelativePath="spandsp/v42bis.h"></File>
252 <File RelativePath="spandsp/v8.h"></File>
253 <File RelativePath="spandsp/vector_float.h"></File>
254 <File RelativePath="spandsp/vector_int.h"></File>
255 <File RelativePath="spandsp/version.h"></File>
256 <File RelativePath="spandsp/private/adsi.h"></File>
257 <File RelativePath="spandsp/private/async.h"></File>
258 <File RelativePath="spandsp/private/at_interpreter.h"></File>
259 <File RelativePath="spandsp/private/awgn.h"></File>
260 <File RelativePath="spandsp/private/bell_r2_mf.h"></File>
261 <File RelativePath="spandsp/private/bert.h"></File>
262 <File RelativePath="spandsp/private/bitstream.h"></File>
263 <File RelativePath="spandsp/private/dtmf.h"></File>
264 <File RelativePath="spandsp/private/echo.h"></File>
265 <File RelativePath="spandsp/private/fax.h"></File>
266 <File RelativePath="spandsp/private/fax_modems.h"></File>
267 <File RelativePath="spandsp/private/fsk.h"></File>
268 <File RelativePath="spandsp/private/g711.h"></File>
269 <File RelativePath="spandsp/private/g722.h"></File>
270 <File RelativePath="spandsp/private/g726.h"></File>
271 <File RelativePath="spandsp/private/gsm0610.h"></File>
272 <File RelativePath="spandsp/private/hdlc.h"></File>
273 <File RelativePath="spandsp/private/ima_adpcm.h"></File>
274 <File RelativePath="spandsp/private/logging.h"></File>
275 <File RelativePath="spandsp/private/lpc10.h"></File>
276 <File RelativePath="spandsp/private/modem_connect_tones.h"></File>
277 <File RelativePath="spandsp/private/modem_echo.h"></File>
278 <File RelativePath="spandsp/private/noise.h"></File>
279 <File RelativePath="spandsp/private/oki_adpcm.h"></File>
280 <File RelativePath="spandsp/private/queue.h"></File>
281 <File RelativePath="spandsp/private/schedule.h"></File>
282 <File RelativePath="spandsp/private/sig_tone.h"></File>
283 <File RelativePath="spandsp/private/silence_gen.h"></File>
284 <File RelativePath="spandsp/private/super_tone_rx.h"></File>
285 <File RelativePath="spandsp/private/super_tone_tx.h"></File>
286 <File RelativePath="spandsp/private/swept_tone.h"></File>
287 <File RelativePath="spandsp/private/t30.h"></File>
288 <File RelativePath="spandsp/private/t30_dis_dtc_dcs_bits.h"></File>
289 <File RelativePath="spandsp/private/t31.h"></File>
290 <File RelativePath="spandsp/private/t38_core.h"></File>
291 <File RelativePath="spandsp/private/t38_gateway.h"></File>
292 <File RelativePath="spandsp/private/t38_non_ecm_buffer.h"></File>
293 <File RelativePath="spandsp/private/t38_terminal.h"></File>
294 <File RelativePath="spandsp/private/t4_rx.h"></File>
295 <File RelativePath="spandsp/private/t4_tx.h"></File>
296 <File RelativePath="spandsp/private/time_scale.h"></File>
297 <File RelativePath="spandsp/private/tone_detect.h"></File>
298 <File RelativePath="spandsp/private/tone_generate.h"></File>
299 <File RelativePath="spandsp/private/v17rx.h"></File>
300 <File RelativePath="spandsp/private/v17tx.h"></File>
301 <File RelativePath="spandsp/private/v18.h"></File>
302 <File RelativePath="spandsp/private/v22bis.h"></File>
303 <File RelativePath="spandsp/private/v27ter_rx.h"></File>
304 <File RelativePath="spandsp/private/v27ter_tx.h"></File>
305 <File RelativePath="spandsp/private/v29rx.h"></File>
306 <File RelativePath="spandsp/private/v29tx.h"></File>
307 <File RelativePath="spandsp/private/v42.h"></File>
308 <File RelativePath="spandsp/private/v42bis.h"></File>
309 <File RelativePath="spandsp/private/v8.h"></File>
310 <File RelativePath="spandsp/expose.h"></File>
311 <File RelativePath="spandsp.h"></File>
312 </Filter>
313
314 <File
315
316 RelativePath=".\msvc\spandsp.h"
317
318 >
319
320 <FileConfiguration
321
322 Name="Debug|Win32"
323
324 >
325
326 <Tool
327
328 Name="VCCustomBuildTool"
329
330 Description="Copying $(InputPath) to $(ProjectDir)$(InputFileName)"
331
332 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)$(InputFileName)&quot;"
333
334 Outputs="$(ProjectDir)$(InputFileName)"
335
336 />
337
338 </FileConfiguration>
339
340 <FileConfiguration
341
342 Name="Release|Win32"
343
344 >
345
346 <Tool
347
348 Name="VCCustomBuildTool"
349
350 Description="Copying $(InputPath) to $(ProjectDir)$(InputFileName)"
351
352 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)$(InputFileName)&quot;"
353
354 Outputs="$(ProjectDir)$(InputFileName)"
355
356 />
357
358 </FileConfiguration>
359
360 </File>
361
362 </Files>
363
364 <Globals>
365
366 </Globals>
367
368 </VisualStudioProject>
369

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