~vcs-imports/speex/trunk

« back to all changes in this revision

Viewing changes to win32/VS2005/libspeexdsp/libspeexdsp.vcproj

  • Committer: cristianadam
  • Date: 2010-02-18 17:13:11 UTC
  • Revision ID: svn-v4:0101bb08-14d6-0310-b084-bc0e0c8e3800:trunk/speex:16915
Removed Release_SSE and Release SSE2 configurations. Changed Windows Mobile 5.0 configuration from "Pocket PC SDK 2 (ARMV4I)" to "Pocket PC SDK (ARMV4I)", version "2" was generated by versions of Windows Mobile 5.0 SDK which are no longer available on MSDN.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="windows-1251"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="8.00"
5
 
        Name="libspeexdsp"
6
 
        ProjectGUID="{E42FDC95-7243-4219-9EA4-ACCE4AB97197}"
7
 
        RootNamespace="libspeexdsp"
8
 
        Keyword="Win32Proj"
9
 
        >
 
2
<VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="libspeexdsp" ProjectGUID="{E42FDC95-7243-4219-9EA4-ACCE4AB97197}" RootNamespace="libspeexdsp" Keyword="Win32Proj">
10
3
        <Platforms>
11
 
                <Platform
12
 
                        Name="Win32"
13
 
                />
14
 
                <Platform
15
 
                        Name="x64"
16
 
                />
17
 
                <Platform
18
 
                        Name="Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
19
 
                />
20
 
                <Platform
21
 
                        Name="Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
22
 
                />
23
 
                <Platform
24
 
                        Name="Windows Mobile 6 Professional SDK (ARMV4I)"
25
 
                />
 
4
                <Platform Name="Win32"/>
 
5
                <Platform Name="x64"/>
 
6
                <Platform Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"/>
 
7
                <Platform Name="Windows Mobile 5.0 Smartphone SDK (ARMV4I)"/>
 
8
                <Platform Name="Windows Mobile 6 Professional SDK (ARMV4I)"/>
26
9
        </Platforms>
27
10
        <ToolFiles>
28
11
        </ToolFiles>
29
12
        <Configurations>
30
 
                <Configuration
31
 
                        Name="Debug|Win32"
32
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
33
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
34
 
                        ConfigurationType="4"
35
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
36
 
                        CharacterSet="1"
37
 
                        >
38
 
                        <Tool
39
 
                                Name="VCPreBuildEventTool"
40
 
                        />
41
 
                        <Tool
42
 
                                Name="VCCustomBuildTool"
43
 
                        />
44
 
                        <Tool
45
 
                                Name="VCXMLDataGeneratorTool"
46
 
                        />
47
 
                        <Tool
48
 
                                Name="VCWebServiceProxyGeneratorTool"
49
 
                        />
50
 
                        <Tool
51
 
                                Name="VCMIDLTool"
52
 
                        />
53
 
                        <Tool
54
 
                                Name="VCCLCompilerTool"
55
 
                                Optimization="0"
56
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
57
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
58
 
                                MinimalRebuild="true"
59
 
                                BasicRuntimeChecks="3"
60
 
                                RuntimeLibrary="3"
61
 
                                UsePrecompiledHeader="0"
62
 
                                WarningLevel="4"
63
 
                                Detect64BitPortabilityProblems="true"
64
 
                                DebugInformationFormat="4"
65
 
                                CompileAs="1"
66
 
                        />
67
 
                        <Tool
68
 
                                Name="VCManagedResourceCompilerTool"
69
 
                        />
70
 
                        <Tool
71
 
                                Name="VCResourceCompilerTool"
72
 
                        />
73
 
                        <Tool
74
 
                                Name="VCPreLinkEventTool"
75
 
                        />
76
 
                        <Tool
77
 
                                Name="VCLibrarianTool"
78
 
                                OutputFile="../../../lib/libspeexdsp.lib"
79
 
                        />
80
 
                        <Tool
81
 
                                Name="VCALinkTool"
82
 
                        />
83
 
                        <Tool
84
 
                                Name="VCXDCMakeTool"
85
 
                        />
86
 
                        <Tool
87
 
                                Name="VCBscMakeTool"
88
 
                        />
89
 
                        <Tool
90
 
                                Name="VCFxCopTool"
91
 
                        />
92
 
                        <Tool
93
 
                                Name="VCPostBuildEventTool"
94
 
                        />
95
 
                </Configuration>
96
 
                <Configuration
97
 
                        Name="Debug|x64"
98
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
99
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
100
 
                        ConfigurationType="4"
101
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
102
 
                        CharacterSet="1"
103
 
                        >
104
 
                        <Tool
105
 
                                Name="VCPreBuildEventTool"
106
 
                        />
107
 
                        <Tool
108
 
                                Name="VCCustomBuildTool"
109
 
                        />
110
 
                        <Tool
111
 
                                Name="VCXMLDataGeneratorTool"
112
 
                        />
113
 
                        <Tool
114
 
                                Name="VCWebServiceProxyGeneratorTool"
115
 
                        />
116
 
                        <Tool
117
 
                                Name="VCMIDLTool"
118
 
                                TargetEnvironment="3"
119
 
                        />
120
 
                        <Tool
121
 
                                Name="VCCLCompilerTool"
122
 
                                Optimization="0"
123
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
124
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
125
 
                                MinimalRebuild="true"
126
 
                                BasicRuntimeChecks="3"
127
 
                                RuntimeLibrary="3"
128
 
                                UsePrecompiledHeader="0"
129
 
                                WarningLevel="4"
130
 
                                Detect64BitPortabilityProblems="true"
131
 
                                DebugInformationFormat="3"
132
 
                                CompileAs="1"
133
 
                        />
134
 
                        <Tool
135
 
                                Name="VCManagedResourceCompilerTool"
136
 
                        />
137
 
                        <Tool
138
 
                                Name="VCResourceCompilerTool"
139
 
                        />
140
 
                        <Tool
141
 
                                Name="VCPreLinkEventTool"
142
 
                        />
143
 
                        <Tool
144
 
                                Name="VCLibrarianTool"
145
 
                                OutputFile="../../../lib/libspeexdsp.lib"
146
 
                        />
147
 
                        <Tool
148
 
                                Name="VCALinkTool"
149
 
                        />
150
 
                        <Tool
151
 
                                Name="VCXDCMakeTool"
152
 
                        />
153
 
                        <Tool
154
 
                                Name="VCBscMakeTool"
155
 
                        />
156
 
                        <Tool
157
 
                                Name="VCFxCopTool"
158
 
                        />
159
 
                        <Tool
160
 
                                Name="VCPostBuildEventTool"
161
 
                        />
162
 
                </Configuration>
163
 
                <Configuration
164
 
                        Name="Debug|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
165
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
166
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
167
 
                        ConfigurationType="4"
168
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
169
 
                        CharacterSet="1"
170
 
                        >
171
 
                        <Tool
172
 
                                Name="VCPreBuildEventTool"
173
 
                        />
174
 
                        <Tool
175
 
                                Name="VCCustomBuildTool"
176
 
                        />
177
 
                        <Tool
178
 
                                Name="VCXMLDataGeneratorTool"
179
 
                        />
180
 
                        <Tool
181
 
                                Name="VCWebServiceProxyGeneratorTool"
182
 
                        />
183
 
                        <Tool
184
 
                                Name="VCMIDLTool"
185
 
                                TargetEnvironment="1"
186
 
                        />
187
 
                        <Tool
188
 
                                Name="VCCLCompilerTool"
189
 
                                ExecutionBucket="7"
190
 
                                Optimization="0"
191
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
192
 
                                PreprocessorDefinitions="_DEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
193
 
                                MinimalRebuild="true"
194
 
                                RuntimeLibrary="1"
195
 
                                UsePrecompiledHeader="0"
196
 
                                WarningLevel="4"
197
 
                                CompileAs="1"
198
 
                        />
199
 
                        <Tool
200
 
                                Name="VCManagedResourceCompilerTool"
201
 
                        />
202
 
                        <Tool
203
 
                                Name="VCResourceCompilerTool"
204
 
                        />
205
 
                        <Tool
206
 
                                Name="VCPreLinkEventTool"
207
 
                        />
208
 
                        <Tool
209
 
                                Name="VCLibrarianTool"
210
 
                                OutputFile="../../../lib/libspeexdsp.lib"
211
 
                        />
212
 
                        <Tool
213
 
                                Name="VCALinkTool"
214
 
                        />
215
 
                        <Tool
216
 
                                Name="VCXDCMakeTool"
217
 
                        />
218
 
                        <Tool
219
 
                                Name="VCBscMakeTool"
220
 
                        />
221
 
                        <Tool
222
 
                                Name="VCCodeSignTool"
223
 
                        />
224
 
                        <Tool
225
 
                                Name="VCPostBuildEventTool"
226
 
                        />
227
 
                        <DeploymentTool
228
 
                                ForceDirty="-1"
229
 
                                RemoteDirectory=""
230
 
                                RegisterOutput="0"
231
 
                                AdditionalFiles=""
232
 
                        />
233
 
                        <DebuggerTool
234
 
                        />
235
 
                </Configuration>
236
 
                <Configuration
237
 
                        Name="Debug|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
238
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
239
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
240
 
                        ConfigurationType="4"
241
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
242
 
                        CharacterSet="1"
243
 
                        >
244
 
                        <Tool
245
 
                                Name="VCPreBuildEventTool"
246
 
                        />
247
 
                        <Tool
248
 
                                Name="VCCustomBuildTool"
249
 
                        />
250
 
                        <Tool
251
 
                                Name="VCXMLDataGeneratorTool"
252
 
                        />
253
 
                        <Tool
254
 
                                Name="VCWebServiceProxyGeneratorTool"
255
 
                        />
256
 
                        <Tool
257
 
                                Name="VCMIDLTool"
258
 
                                TargetEnvironment="1"
259
 
                        />
260
 
                        <Tool
261
 
                                Name="VCCLCompilerTool"
262
 
                                ExecutionBucket="7"
263
 
                                Optimization="0"
264
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
265
 
                                PreprocessorDefinitions="_DEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
266
 
                                MinimalRebuild="true"
267
 
                                RuntimeLibrary="1"
268
 
                                UsePrecompiledHeader="0"
269
 
                                WarningLevel="4"
270
 
                                CompileAs="1"
271
 
                        />
272
 
                        <Tool
273
 
                                Name="VCManagedResourceCompilerTool"
274
 
                        />
275
 
                        <Tool
276
 
                                Name="VCResourceCompilerTool"
277
 
                        />
278
 
                        <Tool
279
 
                                Name="VCPreLinkEventTool"
280
 
                        />
281
 
                        <Tool
282
 
                                Name="VCLibrarianTool"
283
 
                                OutputFile="../../../lib/libspeexdsp.lib"
284
 
                        />
285
 
                        <Tool
286
 
                                Name="VCALinkTool"
287
 
                        />
288
 
                        <Tool
289
 
                                Name="VCXDCMakeTool"
290
 
                        />
291
 
                        <Tool
292
 
                                Name="VCBscMakeTool"
293
 
                        />
294
 
                        <Tool
295
 
                                Name="VCCodeSignTool"
296
 
                        />
297
 
                        <Tool
298
 
                                Name="VCPostBuildEventTool"
299
 
                        />
300
 
                        <DeploymentTool
301
 
                                ForceDirty="-1"
302
 
                                RemoteDirectory=""
303
 
                                RegisterOutput="0"
304
 
                                AdditionalFiles=""
305
 
                        />
306
 
                        <DebuggerTool
307
 
                        />
308
 
                </Configuration>
309
 
                <Configuration
310
 
                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
311
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
312
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
313
 
                        ConfigurationType="4"
314
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
315
 
                        CharacterSet="1"
316
 
                        >
317
 
                        <Tool
318
 
                                Name="VCPreBuildEventTool"
319
 
                        />
320
 
                        <Tool
321
 
                                Name="VCCustomBuildTool"
322
 
                        />
323
 
                        <Tool
324
 
                                Name="VCXMLDataGeneratorTool"
325
 
                        />
326
 
                        <Tool
327
 
                                Name="VCWebServiceProxyGeneratorTool"
328
 
                        />
329
 
                        <Tool
330
 
                                Name="VCMIDLTool"
331
 
                                TargetEnvironment="1"
332
 
                        />
333
 
                        <Tool
334
 
                                Name="VCCLCompilerTool"
335
 
                                ExecutionBucket="7"
336
 
                                Optimization="0"
337
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
338
 
                                PreprocessorDefinitions="_DEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
339
 
                                MinimalRebuild="true"
340
 
                                RuntimeLibrary="1"
341
 
                                UsePrecompiledHeader="0"
342
 
                                WarningLevel="4"
343
 
                                CompileAs="1"
344
 
                        />
345
 
                        <Tool
346
 
                                Name="VCManagedResourceCompilerTool"
347
 
                        />
348
 
                        <Tool
349
 
                                Name="VCResourceCompilerTool"
350
 
                        />
351
 
                        <Tool
352
 
                                Name="VCPreLinkEventTool"
353
 
                        />
354
 
                        <Tool
355
 
                                Name="VCLibrarianTool"
356
 
                                OutputFile="../../../lib/libspeexdsp.lib"
357
 
                        />
358
 
                        <Tool
359
 
                                Name="VCALinkTool"
360
 
                        />
361
 
                        <Tool
362
 
                                Name="VCXDCMakeTool"
363
 
                        />
364
 
                        <Tool
365
 
                                Name="VCBscMakeTool"
366
 
                        />
367
 
                        <Tool
368
 
                                Name="VCCodeSignTool"
369
 
                        />
370
 
                        <Tool
371
 
                                Name="VCPostBuildEventTool"
372
 
                        />
373
 
                        <DeploymentTool
374
 
                                ForceDirty="-1"
375
 
                                RemoteDirectory=""
376
 
                                RegisterOutput="0"
377
 
                                AdditionalFiles=""
378
 
                        />
379
 
                        <DebuggerTool
380
 
                        />
381
 
                </Configuration>
382
 
                <Configuration
383
 
                        Name="Release|Win32"
384
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
385
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
386
 
                        ConfigurationType="4"
387
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
388
 
                        CharacterSet="1"
389
 
                        WholeProgramOptimization="1"
390
 
                        >
391
 
                        <Tool
392
 
                                Name="VCPreBuildEventTool"
393
 
                        />
394
 
                        <Tool
395
 
                                Name="VCCustomBuildTool"
396
 
                        />
397
 
                        <Tool
398
 
                                Name="VCXMLDataGeneratorTool"
399
 
                        />
400
 
                        <Tool
401
 
                                Name="VCWebServiceProxyGeneratorTool"
402
 
                        />
403
 
                        <Tool
404
 
                                Name="VCMIDLTool"
405
 
                        />
406
 
                        <Tool
407
 
                                Name="VCCLCompilerTool"
408
 
                                Optimization="3"
409
 
                                InlineFunctionExpansion="2"
410
 
                                EnableIntrinsicFunctions="true"
411
 
                                FavorSizeOrSpeed="1"
412
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
413
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
414
 
                                StringPooling="true"
415
 
                                ExceptionHandling="0"
416
 
                                RuntimeLibrary="2"
417
 
                                BufferSecurityCheck="false"
418
 
                                UsePrecompiledHeader="0"
419
 
                                WarningLevel="4"
420
 
                                Detect64BitPortabilityProblems="true"
421
 
                                DebugInformationFormat="3"
422
 
                                CompileAs="1"
423
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
424
 
                        />
425
 
                        <Tool
426
 
                                Name="VCManagedResourceCompilerTool"
427
 
                        />
428
 
                        <Tool
429
 
                                Name="VCResourceCompilerTool"
430
 
                        />
431
 
                        <Tool
432
 
                                Name="VCPreLinkEventTool"
433
 
                        />
434
 
                        <Tool
435
 
                                Name="VCLibrarianTool"
436
 
                                OutputFile="../../../lib/libspeexdsp.lib"
437
 
                        />
438
 
                        <Tool
439
 
                                Name="VCALinkTool"
440
 
                        />
441
 
                        <Tool
442
 
                                Name="VCXDCMakeTool"
443
 
                        />
444
 
                        <Tool
445
 
                                Name="VCBscMakeTool"
446
 
                        />
447
 
                        <Tool
448
 
                                Name="VCFxCopTool"
449
 
                        />
450
 
                        <Tool
451
 
                                Name="VCPostBuildEventTool"
452
 
                        />
453
 
                </Configuration>
454
 
                <Configuration
455
 
                        Name="Release|x64"
456
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
457
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
458
 
                        ConfigurationType="4"
459
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
460
 
                        CharacterSet="1"
461
 
                        WholeProgramOptimization="1"
462
 
                        >
463
 
                        <Tool
464
 
                                Name="VCPreBuildEventTool"
465
 
                        />
466
 
                        <Tool
467
 
                                Name="VCCustomBuildTool"
468
 
                        />
469
 
                        <Tool
470
 
                                Name="VCXMLDataGeneratorTool"
471
 
                        />
472
 
                        <Tool
473
 
                                Name="VCWebServiceProxyGeneratorTool"
474
 
                        />
475
 
                        <Tool
476
 
                                Name="VCMIDLTool"
477
 
                                TargetEnvironment="3"
478
 
                        />
479
 
                        <Tool
480
 
                                Name="VCCLCompilerTool"
481
 
                                Optimization="3"
482
 
                                InlineFunctionExpansion="2"
483
 
                                EnableIntrinsicFunctions="true"
484
 
                                FavorSizeOrSpeed="1"
485
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
486
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
487
 
                                StringPooling="true"
488
 
                                ExceptionHandling="0"
489
 
                                RuntimeLibrary="2"
490
 
                                BufferSecurityCheck="false"
491
 
                                UsePrecompiledHeader="0"
492
 
                                WarningLevel="4"
493
 
                                Detect64BitPortabilityProblems="true"
494
 
                                DebugInformationFormat="3"
495
 
                                CompileAs="1"
496
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
497
 
                        />
498
 
                        <Tool
499
 
                                Name="VCManagedResourceCompilerTool"
500
 
                        />
501
 
                        <Tool
502
 
                                Name="VCResourceCompilerTool"
503
 
                        />
504
 
                        <Tool
505
 
                                Name="VCPreLinkEventTool"
506
 
                        />
507
 
                        <Tool
508
 
                                Name="VCLibrarianTool"
509
 
                                OutputFile="../../../lib/libspeexdsp.lib"
510
 
                        />
511
 
                        <Tool
512
 
                                Name="VCALinkTool"
513
 
                        />
514
 
                        <Tool
515
 
                                Name="VCXDCMakeTool"
516
 
                        />
517
 
                        <Tool
518
 
                                Name="VCBscMakeTool"
519
 
                        />
520
 
                        <Tool
521
 
                                Name="VCFxCopTool"
522
 
                        />
523
 
                        <Tool
524
 
                                Name="VCPostBuildEventTool"
525
 
                        />
526
 
                </Configuration>
527
 
                <Configuration
528
 
                        Name="Release|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
529
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
530
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
531
 
                        ConfigurationType="4"
532
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
533
 
                        CharacterSet="1"
534
 
                        WholeProgramOptimization="1"
535
 
                        >
536
 
                        <Tool
537
 
                                Name="VCPreBuildEventTool"
538
 
                        />
539
 
                        <Tool
540
 
                                Name="VCCustomBuildTool"
541
 
                        />
542
 
                        <Tool
543
 
                                Name="VCXMLDataGeneratorTool"
544
 
                        />
545
 
                        <Tool
546
 
                                Name="VCWebServiceProxyGeneratorTool"
547
 
                        />
548
 
                        <Tool
549
 
                                Name="VCMIDLTool"
550
 
                                TargetEnvironment="1"
551
 
                        />
552
 
                        <Tool
553
 
                                Name="VCCLCompilerTool"
554
 
                                ExecutionBucket="7"
555
 
                                Optimization="3"
556
 
                                InlineFunctionExpansion="2"
557
 
                                EnableIntrinsicFunctions="true"
558
 
                                FavorSizeOrSpeed="1"
559
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
560
 
                                PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
561
 
                                StringPooling="true"
562
 
                                ExceptionHandling="0"
563
 
                                RuntimeLibrary="0"
564
 
                                BufferSecurityCheck="false"
565
 
                                UsePrecompiledHeader="0"
566
 
                                WarningLevel="4"
567
 
                                DebugInformationFormat="3"
568
 
                                CompileAs="1"
569
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
570
 
                        />
571
 
                        <Tool
572
 
                                Name="VCManagedResourceCompilerTool"
573
 
                        />
574
 
                        <Tool
575
 
                                Name="VCResourceCompilerTool"
576
 
                        />
577
 
                        <Tool
578
 
                                Name="VCPreLinkEventTool"
579
 
                        />
580
 
                        <Tool
581
 
                                Name="VCLibrarianTool"
582
 
                                OutputFile="../../../lib/libspeexdsp.lib"
583
 
                        />
584
 
                        <Tool
585
 
                                Name="VCALinkTool"
586
 
                        />
587
 
                        <Tool
588
 
                                Name="VCXDCMakeTool"
589
 
                        />
590
 
                        <Tool
591
 
                                Name="VCBscMakeTool"
592
 
                        />
593
 
                        <Tool
594
 
                                Name="VCCodeSignTool"
595
 
                        />
596
 
                        <Tool
597
 
                                Name="VCPostBuildEventTool"
598
 
                        />
599
 
                        <DeploymentTool
600
 
                                ForceDirty="-1"
601
 
                                RemoteDirectory=""
602
 
                                RegisterOutput="0"
603
 
                                AdditionalFiles=""
604
 
                        />
605
 
                        <DebuggerTool
606
 
                        />
607
 
                </Configuration>
608
 
                <Configuration
609
 
                        Name="Release|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
610
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
611
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
612
 
                        ConfigurationType="4"
613
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
614
 
                        CharacterSet="1"
615
 
                        WholeProgramOptimization="1"
616
 
                        >
617
 
                        <Tool
618
 
                                Name="VCPreBuildEventTool"
619
 
                        />
620
 
                        <Tool
621
 
                                Name="VCCustomBuildTool"
622
 
                        />
623
 
                        <Tool
624
 
                                Name="VCXMLDataGeneratorTool"
625
 
                        />
626
 
                        <Tool
627
 
                                Name="VCWebServiceProxyGeneratorTool"
628
 
                        />
629
 
                        <Tool
630
 
                                Name="VCMIDLTool"
631
 
                                TargetEnvironment="1"
632
 
                        />
633
 
                        <Tool
634
 
                                Name="VCCLCompilerTool"
635
 
                                ExecutionBucket="7"
636
 
                                Optimization="3"
637
 
                                InlineFunctionExpansion="2"
638
 
                                EnableIntrinsicFunctions="true"
639
 
                                FavorSizeOrSpeed="1"
640
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
641
 
                                PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
642
 
                                StringPooling="true"
643
 
                                ExceptionHandling="0"
644
 
                                RuntimeLibrary="0"
645
 
                                BufferSecurityCheck="false"
646
 
                                UsePrecompiledHeader="0"
647
 
                                WarningLevel="4"
648
 
                                DebugInformationFormat="3"
649
 
                                CompileAs="1"
650
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
651
 
                        />
652
 
                        <Tool
653
 
                                Name="VCManagedResourceCompilerTool"
654
 
                        />
655
 
                        <Tool
656
 
                                Name="VCResourceCompilerTool"
657
 
                        />
658
 
                        <Tool
659
 
                                Name="VCPreLinkEventTool"
660
 
                        />
661
 
                        <Tool
662
 
                                Name="VCLibrarianTool"
663
 
                                OutputFile="../../../lib/libspeexdsp.lib"
664
 
                        />
665
 
                        <Tool
666
 
                                Name="VCALinkTool"
667
 
                        />
668
 
                        <Tool
669
 
                                Name="VCXDCMakeTool"
670
 
                        />
671
 
                        <Tool
672
 
                                Name="VCBscMakeTool"
673
 
                        />
674
 
                        <Tool
675
 
                                Name="VCCodeSignTool"
676
 
                        />
677
 
                        <Tool
678
 
                                Name="VCPostBuildEventTool"
679
 
                        />
680
 
                        <DeploymentTool
681
 
                                ForceDirty="-1"
682
 
                                RemoteDirectory=""
683
 
                                RegisterOutput="0"
684
 
                                AdditionalFiles=""
685
 
                        />
686
 
                        <DebuggerTool
687
 
                        />
688
 
                </Configuration>
689
 
                <Configuration
690
 
                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
691
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
692
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
693
 
                        ConfigurationType="4"
694
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
695
 
                        CharacterSet="1"
696
 
                        WholeProgramOptimization="1"
697
 
                        >
698
 
                        <Tool
699
 
                                Name="VCPreBuildEventTool"
700
 
                        />
701
 
                        <Tool
702
 
                                Name="VCCustomBuildTool"
703
 
                        />
704
 
                        <Tool
705
 
                                Name="VCXMLDataGeneratorTool"
706
 
                        />
707
 
                        <Tool
708
 
                                Name="VCWebServiceProxyGeneratorTool"
709
 
                        />
710
 
                        <Tool
711
 
                                Name="VCMIDLTool"
712
 
                                TargetEnvironment="1"
713
 
                        />
714
 
                        <Tool
715
 
                                Name="VCCLCompilerTool"
716
 
                                ExecutionBucket="7"
717
 
                                Optimization="3"
718
 
                                InlineFunctionExpansion="2"
719
 
                                EnableIntrinsicFunctions="true"
720
 
                                FavorSizeOrSpeed="1"
721
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
722
 
                                PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
723
 
                                StringPooling="true"
724
 
                                ExceptionHandling="0"
725
 
                                RuntimeLibrary="0"
726
 
                                BufferSecurityCheck="false"
727
 
                                UsePrecompiledHeader="0"
728
 
                                WarningLevel="4"
729
 
                                DebugInformationFormat="3"
730
 
                                CompileAs="1"
731
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
732
 
                        />
733
 
                        <Tool
734
 
                                Name="VCManagedResourceCompilerTool"
735
 
                        />
736
 
                        <Tool
737
 
                                Name="VCResourceCompilerTool"
738
 
                        />
739
 
                        <Tool
740
 
                                Name="VCPreLinkEventTool"
741
 
                        />
742
 
                        <Tool
743
 
                                Name="VCLibrarianTool"
744
 
                                OutputFile="../../../lib/libspeexdsp.lib"
745
 
                        />
746
 
                        <Tool
747
 
                                Name="VCALinkTool"
748
 
                        />
749
 
                        <Tool
750
 
                                Name="VCXDCMakeTool"
751
 
                        />
752
 
                        <Tool
753
 
                                Name="VCBscMakeTool"
754
 
                        />
755
 
                        <Tool
756
 
                                Name="VCCodeSignTool"
757
 
                        />
758
 
                        <Tool
759
 
                                Name="VCPostBuildEventTool"
760
 
                        />
761
 
                        <DeploymentTool
762
 
                                ForceDirty="-1"
763
 
                                RemoteDirectory=""
764
 
                                RegisterOutput="0"
765
 
                                AdditionalFiles=""
766
 
                        />
767
 
                        <DebuggerTool
768
 
                        />
769
 
                </Configuration>
770
 
                <Configuration
771
 
                        Name="Release_SSE|Win32"
772
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
773
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
774
 
                        ConfigurationType="4"
775
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
776
 
                        CharacterSet="1"
777
 
                        WholeProgramOptimization="1"
778
 
                        >
779
 
                        <Tool
780
 
                                Name="VCPreBuildEventTool"
781
 
                        />
782
 
                        <Tool
783
 
                                Name="VCCustomBuildTool"
784
 
                        />
785
 
                        <Tool
786
 
                                Name="VCXMLDataGeneratorTool"
787
 
                        />
788
 
                        <Tool
789
 
                                Name="VCWebServiceProxyGeneratorTool"
790
 
                        />
791
 
                        <Tool
792
 
                                Name="VCMIDLTool"
793
 
                        />
794
 
                        <Tool
795
 
                                Name="VCCLCompilerTool"
796
 
                                Optimization="3"
797
 
                                InlineFunctionExpansion="2"
798
 
                                EnableIntrinsicFunctions="true"
799
 
                                FavorSizeOrSpeed="1"
800
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
801
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
802
 
                                StringPooling="true"
803
 
                                ExceptionHandling="0"
804
 
                                RuntimeLibrary="2"
805
 
                                BufferSecurityCheck="false"
806
 
                                EnableEnhancedInstructionSet="1"
807
 
                                UsePrecompiledHeader="0"
808
 
                                WarningLevel="4"
809
 
                                Detect64BitPortabilityProblems="true"
810
 
                                DebugInformationFormat="3"
811
 
                                CompileAs="1"
812
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
813
 
                        />
814
 
                        <Tool
815
 
                                Name="VCManagedResourceCompilerTool"
816
 
                        />
817
 
                        <Tool
818
 
                                Name="VCResourceCompilerTool"
819
 
                        />
820
 
                        <Tool
821
 
                                Name="VCPreLinkEventTool"
822
 
                        />
823
 
                        <Tool
824
 
                                Name="VCLibrarianTool"
825
 
                                OutputFile="../../../lib/libspeexdsp.lib"
826
 
                        />
827
 
                        <Tool
828
 
                                Name="VCALinkTool"
829
 
                        />
830
 
                        <Tool
831
 
                                Name="VCXDCMakeTool"
832
 
                        />
833
 
                        <Tool
834
 
                                Name="VCBscMakeTool"
835
 
                        />
836
 
                        <Tool
837
 
                                Name="VCFxCopTool"
838
 
                        />
839
 
                        <Tool
840
 
                                Name="VCPostBuildEventTool"
841
 
                        />
842
 
                </Configuration>
843
 
                <Configuration
844
 
                        Name="Release_SSE|x64"
845
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
846
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
847
 
                        ConfigurationType="4"
848
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
849
 
                        CharacterSet="1"
850
 
                        WholeProgramOptimization="1"
851
 
                        >
852
 
                        <Tool
853
 
                                Name="VCPreBuildEventTool"
854
 
                        />
855
 
                        <Tool
856
 
                                Name="VCCustomBuildTool"
857
 
                        />
858
 
                        <Tool
859
 
                                Name="VCXMLDataGeneratorTool"
860
 
                        />
861
 
                        <Tool
862
 
                                Name="VCWebServiceProxyGeneratorTool"
863
 
                        />
864
 
                        <Tool
865
 
                                Name="VCMIDLTool"
866
 
                                TargetEnvironment="3"
867
 
                        />
868
 
                        <Tool
869
 
                                Name="VCCLCompilerTool"
870
 
                                Optimization="3"
871
 
                                InlineFunctionExpansion="2"
872
 
                                EnableIntrinsicFunctions="true"
873
 
                                FavorSizeOrSpeed="1"
874
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
875
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
876
 
                                StringPooling="true"
877
 
                                ExceptionHandling="0"
878
 
                                RuntimeLibrary="2"
879
 
                                BufferSecurityCheck="false"
880
 
                                UsePrecompiledHeader="0"
881
 
                                WarningLevel="4"
882
 
                                Detect64BitPortabilityProblems="true"
883
 
                                DebugInformationFormat="3"
884
 
                                CompileAs="1"
885
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
886
 
                        />
887
 
                        <Tool
888
 
                                Name="VCManagedResourceCompilerTool"
889
 
                        />
890
 
                        <Tool
891
 
                                Name="VCResourceCompilerTool"
892
 
                        />
893
 
                        <Tool
894
 
                                Name="VCPreLinkEventTool"
895
 
                        />
896
 
                        <Tool
897
 
                                Name="VCLibrarianTool"
898
 
                                OutputFile="../../../lib/libspeexdsp.lib"
899
 
                        />
900
 
                        <Tool
901
 
                                Name="VCALinkTool"
902
 
                        />
903
 
                        <Tool
904
 
                                Name="VCXDCMakeTool"
905
 
                        />
906
 
                        <Tool
907
 
                                Name="VCBscMakeTool"
908
 
                        />
909
 
                        <Tool
910
 
                                Name="VCFxCopTool"
911
 
                        />
912
 
                        <Tool
913
 
                                Name="VCPostBuildEventTool"
914
 
                        />
915
 
                </Configuration>
916
 
                <Configuration
917
 
                        Name="Release_SSE|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
918
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
919
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
920
 
                        ConfigurationType="4"
921
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
922
 
                        CharacterSet="1"
923
 
                        WholeProgramOptimization="1"
924
 
                        >
925
 
                        <Tool
926
 
                                Name="VCPreBuildEventTool"
927
 
                        />
928
 
                        <Tool
929
 
                                Name="VCCustomBuildTool"
930
 
                        />
931
 
                        <Tool
932
 
                                Name="VCXMLDataGeneratorTool"
933
 
                        />
934
 
                        <Tool
935
 
                                Name="VCWebServiceProxyGeneratorTool"
936
 
                        />
937
 
                        <Tool
938
 
                                Name="VCMIDLTool"
939
 
                                TargetEnvironment="1"
940
 
                        />
941
 
                        <Tool
942
 
                                Name="VCCLCompilerTool"
943
 
                                ExecutionBucket="7"
944
 
                                Optimization="3"
945
 
                                InlineFunctionExpansion="2"
946
 
                                EnableIntrinsicFunctions="true"
947
 
                                FavorSizeOrSpeed="1"
948
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
949
 
                                PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
950
 
                                StringPooling="true"
951
 
                                ExceptionHandling="0"
952
 
                                RuntimeLibrary="0"
953
 
                                BufferSecurityCheck="false"
954
 
                                UsePrecompiledHeader="0"
955
 
                                WarningLevel="4"
956
 
                                DebugInformationFormat="3"
957
 
                                CompileAs="1"
958
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
959
 
                        />
960
 
                        <Tool
961
 
                                Name="VCManagedResourceCompilerTool"
962
 
                        />
963
 
                        <Tool
964
 
                                Name="VCResourceCompilerTool"
965
 
                        />
966
 
                        <Tool
967
 
                                Name="VCPreLinkEventTool"
968
 
                        />
969
 
                        <Tool
970
 
                                Name="VCLibrarianTool"
971
 
                                OutputFile="../../../lib/libspeexdsp.lib"
972
 
                        />
973
 
                        <Tool
974
 
                                Name="VCALinkTool"
975
 
                        />
976
 
                        <Tool
977
 
                                Name="VCXDCMakeTool"
978
 
                        />
979
 
                        <Tool
980
 
                                Name="VCBscMakeTool"
981
 
                        />
982
 
                        <Tool
983
 
                                Name="VCCodeSignTool"
984
 
                        />
985
 
                        <Tool
986
 
                                Name="VCPostBuildEventTool"
987
 
                        />
988
 
                        <DeploymentTool
989
 
                                ForceDirty="-1"
990
 
                                RemoteDirectory=""
991
 
                                RegisterOutput="0"
992
 
                                AdditionalFiles=""
993
 
                        />
994
 
                        <DebuggerTool
995
 
                        />
996
 
                </Configuration>
997
 
                <Configuration
998
 
                        Name="Release_SSE|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
999
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1000
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1001
 
                        ConfigurationType="4"
1002
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1003
 
                        CharacterSet="1"
1004
 
                        WholeProgramOptimization="1"
1005
 
                        >
1006
 
                        <Tool
1007
 
                                Name="VCPreBuildEventTool"
1008
 
                        />
1009
 
                        <Tool
1010
 
                                Name="VCCustomBuildTool"
1011
 
                        />
1012
 
                        <Tool
1013
 
                                Name="VCXMLDataGeneratorTool"
1014
 
                        />
1015
 
                        <Tool
1016
 
                                Name="VCWebServiceProxyGeneratorTool"
1017
 
                        />
1018
 
                        <Tool
1019
 
                                Name="VCMIDLTool"
1020
 
                                TargetEnvironment="1"
1021
 
                        />
1022
 
                        <Tool
1023
 
                                Name="VCCLCompilerTool"
1024
 
                                ExecutionBucket="7"
1025
 
                                Optimization="3"
1026
 
                                InlineFunctionExpansion="2"
1027
 
                                EnableIntrinsicFunctions="true"
1028
 
                                FavorSizeOrSpeed="1"
1029
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
1030
 
                                PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
1031
 
                                StringPooling="true"
1032
 
                                ExceptionHandling="0"
1033
 
                                RuntimeLibrary="0"
1034
 
                                BufferSecurityCheck="false"
1035
 
                                UsePrecompiledHeader="0"
1036
 
                                WarningLevel="4"
1037
 
                                DebugInformationFormat="3"
1038
 
                                CompileAs="1"
1039
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
1040
 
                        />
1041
 
                        <Tool
1042
 
                                Name="VCManagedResourceCompilerTool"
1043
 
                        />
1044
 
                        <Tool
1045
 
                                Name="VCResourceCompilerTool"
1046
 
                        />
1047
 
                        <Tool
1048
 
                                Name="VCPreLinkEventTool"
1049
 
                        />
1050
 
                        <Tool
1051
 
                                Name="VCLibrarianTool"
1052
 
                                OutputFile="../../../lib/libspeexdsp.lib"
1053
 
                        />
1054
 
                        <Tool
1055
 
                                Name="VCALinkTool"
1056
 
                        />
1057
 
                        <Tool
1058
 
                                Name="VCXDCMakeTool"
1059
 
                        />
1060
 
                        <Tool
1061
 
                                Name="VCBscMakeTool"
1062
 
                        />
1063
 
                        <Tool
1064
 
                                Name="VCCodeSignTool"
1065
 
                        />
1066
 
                        <Tool
1067
 
                                Name="VCPostBuildEventTool"
1068
 
                        />
1069
 
                        <DeploymentTool
1070
 
                                ForceDirty="-1"
1071
 
                                RemoteDirectory=""
1072
 
                                RegisterOutput="0"
1073
 
                                AdditionalFiles=""
1074
 
                        />
1075
 
                        <DebuggerTool
1076
 
                        />
1077
 
                </Configuration>
1078
 
                <Configuration
1079
 
                        Name="Release_SSE|Windows Mobile 6 Professional SDK (ARMV4I)"
1080
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1081
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1082
 
                        ConfigurationType="4"
1083
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1084
 
                        CharacterSet="1"
1085
 
                        WholeProgramOptimization="1"
1086
 
                        >
1087
 
                        <Tool
1088
 
                                Name="VCPreBuildEventTool"
1089
 
                        />
1090
 
                        <Tool
1091
 
                                Name="VCCustomBuildTool"
1092
 
                        />
1093
 
                        <Tool
1094
 
                                Name="VCXMLDataGeneratorTool"
1095
 
                        />
1096
 
                        <Tool
1097
 
                                Name="VCWebServiceProxyGeneratorTool"
1098
 
                        />
1099
 
                        <Tool
1100
 
                                Name="VCMIDLTool"
1101
 
                                TargetEnvironment="1"
1102
 
                        />
1103
 
                        <Tool
1104
 
                                Name="VCCLCompilerTool"
1105
 
                                ExecutionBucket="7"
1106
 
                                Optimization="3"
1107
 
                                InlineFunctionExpansion="2"
1108
 
                                EnableIntrinsicFunctions="true"
1109
 
                                FavorSizeOrSpeed="1"
1110
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
1111
 
                                PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
1112
 
                                StringPooling="true"
1113
 
                                ExceptionHandling="0"
1114
 
                                RuntimeLibrary="0"
1115
 
                                BufferSecurityCheck="false"
1116
 
                                UsePrecompiledHeader="0"
1117
 
                                WarningLevel="4"
1118
 
                                DebugInformationFormat="3"
1119
 
                                CompileAs="1"
1120
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
1121
 
                        />
1122
 
                        <Tool
1123
 
                                Name="VCManagedResourceCompilerTool"
1124
 
                        />
1125
 
                        <Tool
1126
 
                                Name="VCResourceCompilerTool"
1127
 
                        />
1128
 
                        <Tool
1129
 
                                Name="VCPreLinkEventTool"
1130
 
                        />
1131
 
                        <Tool
1132
 
                                Name="VCLibrarianTool"
1133
 
                                OutputFile="../../../lib/libspeexdsp.lib"
1134
 
                        />
1135
 
                        <Tool
1136
 
                                Name="VCALinkTool"
1137
 
                        />
1138
 
                        <Tool
1139
 
                                Name="VCXDCMakeTool"
1140
 
                        />
1141
 
                        <Tool
1142
 
                                Name="VCBscMakeTool"
1143
 
                        />
1144
 
                        <Tool
1145
 
                                Name="VCCodeSignTool"
1146
 
                        />
1147
 
                        <Tool
1148
 
                                Name="VCPostBuildEventTool"
1149
 
                        />
1150
 
                        <DeploymentTool
1151
 
                                ForceDirty="-1"
1152
 
                                RemoteDirectory=""
1153
 
                                RegisterOutput="0"
1154
 
                                AdditionalFiles=""
1155
 
                        />
1156
 
                        <DebuggerTool
1157
 
                        />
1158
 
                </Configuration>
1159
 
                <Configuration
1160
 
                        Name="Release_SSE2|Win32"
1161
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1162
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1163
 
                        ConfigurationType="4"
1164
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1165
 
                        CharacterSet="1"
1166
 
                        WholeProgramOptimization="1"
1167
 
                        >
1168
 
                        <Tool
1169
 
                                Name="VCPreBuildEventTool"
1170
 
                        />
1171
 
                        <Tool
1172
 
                                Name="VCCustomBuildTool"
1173
 
                        />
1174
 
                        <Tool
1175
 
                                Name="VCXMLDataGeneratorTool"
1176
 
                        />
1177
 
                        <Tool
1178
 
                                Name="VCWebServiceProxyGeneratorTool"
1179
 
                        />
1180
 
                        <Tool
1181
 
                                Name="VCMIDLTool"
1182
 
                        />
1183
 
                        <Tool
1184
 
                                Name="VCCLCompilerTool"
1185
 
                                Optimization="3"
1186
 
                                InlineFunctionExpansion="2"
1187
 
                                EnableIntrinsicFunctions="true"
1188
 
                                FavorSizeOrSpeed="1"
1189
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
1190
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
1191
 
                                StringPooling="true"
1192
 
                                ExceptionHandling="0"
1193
 
                                RuntimeLibrary="2"
1194
 
                                BufferSecurityCheck="false"
1195
 
                                EnableEnhancedInstructionSet="2"
1196
 
                                UsePrecompiledHeader="0"
1197
 
                                WarningLevel="4"
1198
 
                                Detect64BitPortabilityProblems="true"
1199
 
                                DebugInformationFormat="3"
1200
 
                                CompileAs="1"
1201
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
1202
 
                        />
1203
 
                        <Tool
1204
 
                                Name="VCManagedResourceCompilerTool"
1205
 
                        />
1206
 
                        <Tool
1207
 
                                Name="VCResourceCompilerTool"
1208
 
                        />
1209
 
                        <Tool
1210
 
                                Name="VCPreLinkEventTool"
1211
 
                        />
1212
 
                        <Tool
1213
 
                                Name="VCLibrarianTool"
1214
 
                                OutputFile="../../../lib/libspeexdsp.lib"
1215
 
                        />
1216
 
                        <Tool
1217
 
                                Name="VCALinkTool"
1218
 
                        />
1219
 
                        <Tool
1220
 
                                Name="VCXDCMakeTool"
1221
 
                        />
1222
 
                        <Tool
1223
 
                                Name="VCBscMakeTool"
1224
 
                        />
1225
 
                        <Tool
1226
 
                                Name="VCFxCopTool"
1227
 
                        />
1228
 
                        <Tool
1229
 
                                Name="VCPostBuildEventTool"
1230
 
                        />
1231
 
                </Configuration>
1232
 
                <Configuration
1233
 
                        Name="Release_SSE2|x64"
1234
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1235
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1236
 
                        ConfigurationType="4"
1237
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1238
 
                        CharacterSet="1"
1239
 
                        WholeProgramOptimization="1"
1240
 
                        >
1241
 
                        <Tool
1242
 
                                Name="VCPreBuildEventTool"
1243
 
                        />
1244
 
                        <Tool
1245
 
                                Name="VCCustomBuildTool"
1246
 
                        />
1247
 
                        <Tool
1248
 
                                Name="VCXMLDataGeneratorTool"
1249
 
                        />
1250
 
                        <Tool
1251
 
                                Name="VCWebServiceProxyGeneratorTool"
1252
 
                        />
1253
 
                        <Tool
1254
 
                                Name="VCMIDLTool"
1255
 
                                TargetEnvironment="3"
1256
 
                        />
1257
 
                        <Tool
1258
 
                                Name="VCCLCompilerTool"
1259
 
                                Optimization="3"
1260
 
                                InlineFunctionExpansion="2"
1261
 
                                EnableIntrinsicFunctions="true"
1262
 
                                FavorSizeOrSpeed="1"
1263
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
1264
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
1265
 
                                StringPooling="true"
1266
 
                                ExceptionHandling="0"
1267
 
                                RuntimeLibrary="2"
1268
 
                                BufferSecurityCheck="false"
1269
 
                                UsePrecompiledHeader="0"
1270
 
                                WarningLevel="4"
1271
 
                                Detect64BitPortabilityProblems="true"
1272
 
                                DebugInformationFormat="3"
1273
 
                                CompileAs="1"
1274
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
1275
 
                        />
1276
 
                        <Tool
1277
 
                                Name="VCManagedResourceCompilerTool"
1278
 
                        />
1279
 
                        <Tool
1280
 
                                Name="VCResourceCompilerTool"
1281
 
                        />
1282
 
                        <Tool
1283
 
                                Name="VCPreLinkEventTool"
1284
 
                        />
1285
 
                        <Tool
1286
 
                                Name="VCLibrarianTool"
1287
 
                                OutputFile="../../../lib/libspeexdsp.lib"
1288
 
                        />
1289
 
                        <Tool
1290
 
                                Name="VCALinkTool"
1291
 
                        />
1292
 
                        <Tool
1293
 
                                Name="VCXDCMakeTool"
1294
 
                        />
1295
 
                        <Tool
1296
 
                                Name="VCBscMakeTool"
1297
 
                        />
1298
 
                        <Tool
1299
 
                                Name="VCFxCopTool"
1300
 
                        />
1301
 
                        <Tool
1302
 
                                Name="VCPostBuildEventTool"
1303
 
                        />
1304
 
                </Configuration>
1305
 
                <Configuration
1306
 
                        Name="Release_SSE2|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
1307
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1308
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1309
 
                        ConfigurationType="4"
1310
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1311
 
                        CharacterSet="1"
1312
 
                        WholeProgramOptimization="1"
1313
 
                        >
1314
 
                        <Tool
1315
 
                                Name="VCPreBuildEventTool"
1316
 
                        />
1317
 
                        <Tool
1318
 
                                Name="VCCustomBuildTool"
1319
 
                        />
1320
 
                        <Tool
1321
 
                                Name="VCXMLDataGeneratorTool"
1322
 
                        />
1323
 
                        <Tool
1324
 
                                Name="VCWebServiceProxyGeneratorTool"
1325
 
                        />
1326
 
                        <Tool
1327
 
                                Name="VCMIDLTool"
1328
 
                                TargetEnvironment="1"
1329
 
                        />
1330
 
                        <Tool
1331
 
                                Name="VCCLCompilerTool"
1332
 
                                ExecutionBucket="7"
1333
 
                                Optimization="3"
1334
 
                                InlineFunctionExpansion="2"
1335
 
                                EnableIntrinsicFunctions="true"
1336
 
                                FavorSizeOrSpeed="1"
1337
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
1338
 
                                PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
1339
 
                                StringPooling="true"
1340
 
                                ExceptionHandling="0"
1341
 
                                RuntimeLibrary="0"
1342
 
                                BufferSecurityCheck="false"
1343
 
                                UsePrecompiledHeader="0"
1344
 
                                WarningLevel="4"
1345
 
                                DebugInformationFormat="3"
1346
 
                                CompileAs="1"
1347
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
1348
 
                        />
1349
 
                        <Tool
1350
 
                                Name="VCManagedResourceCompilerTool"
1351
 
                        />
1352
 
                        <Tool
1353
 
                                Name="VCResourceCompilerTool"
1354
 
                        />
1355
 
                        <Tool
1356
 
                                Name="VCPreLinkEventTool"
1357
 
                        />
1358
 
                        <Tool
1359
 
                                Name="VCLibrarianTool"
1360
 
                                OutputFile="../../../lib/libspeexdsp.lib"
1361
 
                        />
1362
 
                        <Tool
1363
 
                                Name="VCALinkTool"
1364
 
                        />
1365
 
                        <Tool
1366
 
                                Name="VCXDCMakeTool"
1367
 
                        />
1368
 
                        <Tool
1369
 
                                Name="VCBscMakeTool"
1370
 
                        />
1371
 
                        <Tool
1372
 
                                Name="VCCodeSignTool"
1373
 
                        />
1374
 
                        <Tool
1375
 
                                Name="VCPostBuildEventTool"
1376
 
                        />
1377
 
                        <DeploymentTool
1378
 
                                ForceDirty="-1"
1379
 
                                RemoteDirectory=""
1380
 
                                RegisterOutput="0"
1381
 
                                AdditionalFiles=""
1382
 
                        />
1383
 
                        <DebuggerTool
1384
 
                        />
1385
 
                </Configuration>
1386
 
                <Configuration
1387
 
                        Name="Release_SSE2|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
1388
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1389
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1390
 
                        ConfigurationType="4"
1391
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1392
 
                        CharacterSet="1"
1393
 
                        WholeProgramOptimization="1"
1394
 
                        >
1395
 
                        <Tool
1396
 
                                Name="VCPreBuildEventTool"
1397
 
                        />
1398
 
                        <Tool
1399
 
                                Name="VCCustomBuildTool"
1400
 
                        />
1401
 
                        <Tool
1402
 
                                Name="VCXMLDataGeneratorTool"
1403
 
                        />
1404
 
                        <Tool
1405
 
                                Name="VCWebServiceProxyGeneratorTool"
1406
 
                        />
1407
 
                        <Tool
1408
 
                                Name="VCMIDLTool"
1409
 
                                TargetEnvironment="1"
1410
 
                        />
1411
 
                        <Tool
1412
 
                                Name="VCCLCompilerTool"
1413
 
                                ExecutionBucket="7"
1414
 
                                Optimization="3"
1415
 
                                InlineFunctionExpansion="2"
1416
 
                                EnableIntrinsicFunctions="true"
1417
 
                                FavorSizeOrSpeed="1"
1418
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
1419
 
                                PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
1420
 
                                StringPooling="true"
1421
 
                                ExceptionHandling="0"
1422
 
                                RuntimeLibrary="0"
1423
 
                                BufferSecurityCheck="false"
1424
 
                                UsePrecompiledHeader="0"
1425
 
                                WarningLevel="4"
1426
 
                                DebugInformationFormat="3"
1427
 
                                CompileAs="1"
1428
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
1429
 
                        />
1430
 
                        <Tool
1431
 
                                Name="VCManagedResourceCompilerTool"
1432
 
                        />
1433
 
                        <Tool
1434
 
                                Name="VCResourceCompilerTool"
1435
 
                        />
1436
 
                        <Tool
1437
 
                                Name="VCPreLinkEventTool"
1438
 
                        />
1439
 
                        <Tool
1440
 
                                Name="VCLibrarianTool"
1441
 
                                OutputFile="../../../lib/libspeexdsp.lib"
1442
 
                        />
1443
 
                        <Tool
1444
 
                                Name="VCALinkTool"
1445
 
                        />
1446
 
                        <Tool
1447
 
                                Name="VCXDCMakeTool"
1448
 
                        />
1449
 
                        <Tool
1450
 
                                Name="VCBscMakeTool"
1451
 
                        />
1452
 
                        <Tool
1453
 
                                Name="VCCodeSignTool"
1454
 
                        />
1455
 
                        <Tool
1456
 
                                Name="VCPostBuildEventTool"
1457
 
                        />
1458
 
                        <DeploymentTool
1459
 
                                ForceDirty="-1"
1460
 
                                RemoteDirectory=""
1461
 
                                RegisterOutput="0"
1462
 
                                AdditionalFiles=""
1463
 
                        />
1464
 
                        <DebuggerTool
1465
 
                        />
1466
 
                </Configuration>
1467
 
                <Configuration
1468
 
                        Name="Release_SSE2|Windows Mobile 6 Professional SDK (ARMV4I)"
1469
 
                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1470
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1471
 
                        ConfigurationType="4"
1472
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1473
 
                        CharacterSet="1"
1474
 
                        WholeProgramOptimization="1"
1475
 
                        >
1476
 
                        <Tool
1477
 
                                Name="VCPreBuildEventTool"
1478
 
                        />
1479
 
                        <Tool
1480
 
                                Name="VCCustomBuildTool"
1481
 
                        />
1482
 
                        <Tool
1483
 
                                Name="VCXMLDataGeneratorTool"
1484
 
                        />
1485
 
                        <Tool
1486
 
                                Name="VCWebServiceProxyGeneratorTool"
1487
 
                        />
1488
 
                        <Tool
1489
 
                                Name="VCMIDLTool"
1490
 
                                TargetEnvironment="1"
1491
 
                        />
1492
 
                        <Tool
1493
 
                                Name="VCCLCompilerTool"
1494
 
                                ExecutionBucket="7"
1495
 
                                Optimization="3"
1496
 
                                InlineFunctionExpansion="2"
1497
 
                                EnableIntrinsicFunctions="true"
1498
 
                                FavorSizeOrSpeed="1"
1499
 
                                AdditionalIncludeDirectories="..\..\..\include;..\.."
1500
 
                                PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)"
1501
 
                                StringPooling="true"
1502
 
                                ExceptionHandling="0"
1503
 
                                RuntimeLibrary="0"
1504
 
                                BufferSecurityCheck="false"
1505
 
                                UsePrecompiledHeader="0"
1506
 
                                WarningLevel="4"
1507
 
                                DebugInformationFormat="3"
1508
 
                                CompileAs="1"
1509
 
                                DisableSpecificWarnings="4244;4305;4311;4100;4127"
1510
 
                        />
1511
 
                        <Tool
1512
 
                                Name="VCManagedResourceCompilerTool"
1513
 
                        />
1514
 
                        <Tool
1515
 
                                Name="VCResourceCompilerTool"
1516
 
                        />
1517
 
                        <Tool
1518
 
                                Name="VCPreLinkEventTool"
1519
 
                        />
1520
 
                        <Tool
1521
 
                                Name="VCLibrarianTool"
1522
 
                                OutputFile="../../../lib/libspeexdsp.lib"
1523
 
                        />
1524
 
                        <Tool
1525
 
                                Name="VCALinkTool"
1526
 
                        />
1527
 
                        <Tool
1528
 
                                Name="VCXDCMakeTool"
1529
 
                        />
1530
 
                        <Tool
1531
 
                                Name="VCBscMakeTool"
1532
 
                        />
1533
 
                        <Tool
1534
 
                                Name="VCCodeSignTool"
1535
 
                        />
1536
 
                        <Tool
1537
 
                                Name="VCPostBuildEventTool"
1538
 
                        />
1539
 
                        <DeploymentTool
1540
 
                                ForceDirty="-1"
1541
 
                                RemoteDirectory=""
1542
 
                                RegisterOutput="0"
1543
 
                                AdditionalFiles=""
1544
 
                        />
1545
 
                        <DebuggerTool
1546
 
                        />
 
13
                <Configuration Name="Debug|Win32" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1">
 
14
                        <Tool Name="VCPreBuildEventTool"/>
 
15
                        <Tool Name="VCCustomBuildTool"/>
 
16
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
17
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
18
                        <Tool Name="VCMIDLTool"/>
 
19
                        <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" CompileAs="1" CallingConvention="0"/>
 
20
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
21
                        <Tool Name="VCResourceCompilerTool"/>
 
22
                        <Tool Name="VCPreLinkEventTool"/>
 
23
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
24
                        <Tool Name="VCALinkTool"/>
 
25
                        <Tool Name="VCXDCMakeTool"/>
 
26
                        <Tool Name="VCBscMakeTool"/>
 
27
                        <Tool Name="VCFxCopTool"/>
 
28
                        <Tool Name="VCPostBuildEventTool"/>
 
29
                </Configuration>
 
30
                <Configuration Name="Debug|x64" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1">
 
31
                        <Tool Name="VCPreBuildEventTool"/>
 
32
                        <Tool Name="VCCustomBuildTool"/>
 
33
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
34
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
35
                        <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
 
36
                        <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" CompileAs="1" CallingConvention="0"/>
 
37
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
38
                        <Tool Name="VCResourceCompilerTool"/>
 
39
                        <Tool Name="VCPreLinkEventTool"/>
 
40
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
41
                        <Tool Name="VCALinkTool"/>
 
42
                        <Tool Name="VCXDCMakeTool"/>
 
43
                        <Tool Name="VCBscMakeTool"/>
 
44
                        <Tool Name="VCFxCopTool"/>
 
45
                        <Tool Name="VCPostBuildEventTool"/>
 
46
                </Configuration>
 
47
                <Configuration Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1">
 
48
                        <Tool Name="VCPreBuildEventTool"/>
 
49
                        <Tool Name="VCCustomBuildTool"/>
 
50
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
51
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
52
                        <Tool Name="VCMIDLTool" TargetEnvironment="1"/>
 
53
                        <Tool Name="VCCLCompilerTool" ExecutionBucket="7" Optimization="0" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="_DEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)" MinimalRebuild="true" RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="4" CompileAs="1" CallingConvention="0"/>
 
54
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
55
                        <Tool Name="VCResourceCompilerTool"/>
 
56
                        <Tool Name="VCPreLinkEventTool"/>
 
57
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
58
                        <Tool Name="VCALinkTool"/>
 
59
                        <Tool Name="VCXDCMakeTool"/>
 
60
                        <Tool Name="VCBscMakeTool"/>
 
61
                        <Tool Name="VCCodeSignTool"/>
 
62
                        <Tool Name="VCPostBuildEventTool"/>
 
63
                        <DeploymentTool ForceDirty="-1" RemoteDirectory="" RegisterOutput="0" AdditionalFiles=""/>
 
64
                        <DebuggerTool/>
 
65
                </Configuration>
 
66
                <Configuration Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1">
 
67
                        <Tool Name="VCPreBuildEventTool"/>
 
68
                        <Tool Name="VCCustomBuildTool"/>
 
69
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
70
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
71
                        <Tool Name="VCMIDLTool" TargetEnvironment="1"/>
 
72
                        <Tool Name="VCCLCompilerTool" ExecutionBucket="7" Optimization="0" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="_DEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)" MinimalRebuild="true" RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="4" CompileAs="1" CallingConvention="0"/>
 
73
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
74
                        <Tool Name="VCResourceCompilerTool"/>
 
75
                        <Tool Name="VCPreLinkEventTool"/>
 
76
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
77
                        <Tool Name="VCALinkTool"/>
 
78
                        <Tool Name="VCXDCMakeTool"/>
 
79
                        <Tool Name="VCBscMakeTool"/>
 
80
                        <Tool Name="VCCodeSignTool"/>
 
81
                        <Tool Name="VCPostBuildEventTool"/>
 
82
                        <DeploymentTool ForceDirty="-1" RemoteDirectory="" RegisterOutput="0" AdditionalFiles=""/>
 
83
                        <DebuggerTool/>
 
84
                </Configuration>
 
85
                <Configuration Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1">
 
86
                        <Tool Name="VCPreBuildEventTool"/>
 
87
                        <Tool Name="VCCustomBuildTool"/>
 
88
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
89
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
90
                        <Tool Name="VCMIDLTool" TargetEnvironment="1"/>
 
91
                        <Tool Name="VCCLCompilerTool" ExecutionBucket="7" Optimization="0" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="_DEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)" MinimalRebuild="true" RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="4" CompileAs="1" CallingConvention="0"/>
 
92
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
93
                        <Tool Name="VCResourceCompilerTool"/>
 
94
                        <Tool Name="VCPreLinkEventTool"/>
 
95
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
96
                        <Tool Name="VCALinkTool"/>
 
97
                        <Tool Name="VCXDCMakeTool"/>
 
98
                        <Tool Name="VCBscMakeTool"/>
 
99
                        <Tool Name="VCCodeSignTool"/>
 
100
                        <Tool Name="VCPostBuildEventTool"/>
 
101
                        <DeploymentTool ForceDirty="-1" RemoteDirectory="" RegisterOutput="0" AdditionalFiles=""/>
 
102
                        <DebuggerTool/>
 
103
                </Configuration>
 
104
                <Configuration Name="Release|Win32" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1" WholeProgramOptimization="1">
 
105
                        <Tool Name="VCPreBuildEventTool"/>
 
106
                        <Tool Name="VCCustomBuildTool"/>
 
107
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
108
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
109
                        <Tool Name="VCMIDLTool"/>
 
110
                        <Tool Name="VCCLCompilerTool" Optimization="3" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="2" BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" CompileAs="1" DisableSpecificWarnings="4244;4305;4311;4100;4127" CallingConvention="0"/>
 
111
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
112
                        <Tool Name="VCResourceCompilerTool"/>
 
113
                        <Tool Name="VCPreLinkEventTool"/>
 
114
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
115
                        <Tool Name="VCALinkTool"/>
 
116
                        <Tool Name="VCXDCMakeTool"/>
 
117
                        <Tool Name="VCBscMakeTool"/>
 
118
                        <Tool Name="VCFxCopTool"/>
 
119
                        <Tool Name="VCPostBuildEventTool"/>
 
120
                </Configuration>
 
121
                <Configuration Name="Release|x64" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1" WholeProgramOptimization="1">
 
122
                        <Tool Name="VCPreBuildEventTool"/>
 
123
                        <Tool Name="VCCustomBuildTool"/>
 
124
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
125
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
126
                        <Tool Name="VCMIDLTool" TargetEnvironment="3"/>
 
127
                        <Tool Name="VCCLCompilerTool" Optimization="3" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="2" BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" CompileAs="1" DisableSpecificWarnings="4244;4305;4311;4100;4127" CallingConvention="0"/>
 
128
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
129
                        <Tool Name="VCResourceCompilerTool"/>
 
130
                        <Tool Name="VCPreLinkEventTool"/>
 
131
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
132
                        <Tool Name="VCALinkTool"/>
 
133
                        <Tool Name="VCXDCMakeTool"/>
 
134
                        <Tool Name="VCBscMakeTool"/>
 
135
                        <Tool Name="VCFxCopTool"/>
 
136
                        <Tool Name="VCPostBuildEventTool"/>
 
137
                </Configuration>
 
138
                <Configuration Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1" WholeProgramOptimization="1">
 
139
                        <Tool Name="VCPreBuildEventTool"/>
 
140
                        <Tool Name="VCCustomBuildTool"/>
 
141
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
142
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
143
                        <Tool Name="VCMIDLTool" TargetEnvironment="1"/>
 
144
                        <Tool Name="VCCLCompilerTool" ExecutionBucket="7" Optimization="3" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="0" BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" CompileAs="1" DisableSpecificWarnings="4244;4305;4311;4100;4127" CallingConvention="0"/>
 
145
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
146
                        <Tool Name="VCResourceCompilerTool"/>
 
147
                        <Tool Name="VCPreLinkEventTool"/>
 
148
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
149
                        <Tool Name="VCALinkTool"/>
 
150
                        <Tool Name="VCXDCMakeTool"/>
 
151
                        <Tool Name="VCBscMakeTool"/>
 
152
                        <Tool Name="VCCodeSignTool"/>
 
153
                        <Tool Name="VCPostBuildEventTool"/>
 
154
                        <DeploymentTool ForceDirty="-1" RemoteDirectory="" RegisterOutput="0" AdditionalFiles=""/>
 
155
                        <DebuggerTool/>
 
156
                </Configuration>
 
157
                <Configuration Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1" WholeProgramOptimization="1">
 
158
                        <Tool Name="VCPreBuildEventTool"/>
 
159
                        <Tool Name="VCCustomBuildTool"/>
 
160
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
161
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
162
                        <Tool Name="VCMIDLTool" TargetEnvironment="1"/>
 
163
                        <Tool Name="VCCLCompilerTool" ExecutionBucket="7" Optimization="3" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="0" BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" CompileAs="1" DisableSpecificWarnings="4244;4305;4311;4100;4127" CallingConvention="0"/>
 
164
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
165
                        <Tool Name="VCResourceCompilerTool"/>
 
166
                        <Tool Name="VCPreLinkEventTool"/>
 
167
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
168
                        <Tool Name="VCALinkTool"/>
 
169
                        <Tool Name="VCXDCMakeTool"/>
 
170
                        <Tool Name="VCBscMakeTool"/>
 
171
                        <Tool Name="VCCodeSignTool"/>
 
172
                        <Tool Name="VCPostBuildEventTool"/>
 
173
                        <DeploymentTool ForceDirty="-1" RemoteDirectory="" RegisterOutput="0" AdditionalFiles=""/>
 
174
                        <DebuggerTool/>
 
175
                </Configuration>
 
176
                <Configuration Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1" WholeProgramOptimization="1">
 
177
                        <Tool Name="VCPreBuildEventTool"/>
 
178
                        <Tool Name="VCCustomBuildTool"/>
 
179
                        <Tool Name="VCXMLDataGeneratorTool"/>
 
180
                        <Tool Name="VCWebServiceProxyGeneratorTool"/>
 
181
                        <Tool Name="VCMIDLTool" TargetEnvironment="1"/>
 
182
                        <Tool Name="VCCLCompilerTool" ExecutionBucket="7" Optimization="3" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" AdditionalIncludeDirectories="..\..\..\include;..\.." PreprocessorDefinitions="NDEBUG;_LIB;HAVE_CONFIG_H;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_);$(PLATFORMDEFINES)" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="0" BufferSecurityCheck="false" UsePrecompiledHeader="0" WarningLevel="4" DebugInformationFormat="3" CompileAs="1" DisableSpecificWarnings="4244;4305;4311;4100;4127" CallingConvention="0"/>
 
183
                        <Tool Name="VCManagedResourceCompilerTool"/>
 
184
                        <Tool Name="VCResourceCompilerTool"/>
 
185
                        <Tool Name="VCPreLinkEventTool"/>
 
186
                        <Tool Name="VCLibrarianTool" OutputFile="../../../lib/libspeexdsp.lib"/>
 
187
                        <Tool Name="VCALinkTool"/>
 
188
                        <Tool Name="VCXDCMakeTool"/>
 
189
                        <Tool Name="VCBscMakeTool"/>
 
190
                        <Tool Name="VCCodeSignTool"/>
 
191
                        <Tool Name="VCPostBuildEventTool"/>
 
192
                        <DeploymentTool ForceDirty="-1" RemoteDirectory="" RegisterOutput="0" AdditionalFiles=""/>
 
193
                        <DebuggerTool/>
1547
194
                </Configuration>
1548
195
        </Configurations>
1549
196
        <References>
1550
197
        </References>
1551
198
        <Files>
1552
 
                <Filter
1553
 
                        Name="Source Files"
1554
 
                        Filter="cpp;c;cc;cxx;odl;idl;hpj;bat;asm;asmx"
1555
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1556
 
                        >
1557
 
                        <File
1558
 
                                RelativePath="..\..\..\libspeex\buffer.c"
1559
 
                                >
1560
 
                        </File>
1561
 
                        <File
1562
 
                                RelativePath="..\..\..\libspeex\fftwrap.c"
1563
 
                                >
1564
 
                        </File>
1565
 
                        <File
1566
 
                                RelativePath="..\..\..\libspeex\filterbank.c"
1567
 
                                >
1568
 
                        </File>
1569
 
                        <File
1570
 
                                RelativePath="..\..\..\libspeex\jitter.c"
1571
 
                                >
1572
 
                        </File>
1573
 
                        <File
1574
 
                                RelativePath="..\..\..\libspeex\kiss_fft.c"
1575
 
                                >
1576
 
                        </File>
1577
 
                        <File
1578
 
                                RelativePath="..\..\..\libspeex\kiss_fftr.c"
1579
 
                                >
1580
 
                        </File>
1581
 
                        <File
1582
 
                                RelativePath="..\..\..\libspeex\mdf.c"
1583
 
                                >
1584
 
                        </File>
1585
 
                        <File
1586
 
                                RelativePath="..\..\..\libspeex\preprocess.c"
1587
 
                                >
1588
 
                        </File>
1589
 
                        <File
1590
 
                                RelativePath="..\..\..\libspeex\resample.c"
1591
 
                                >
1592
 
                        </File>
1593
 
                        <File
1594
 
                                RelativePath="..\..\..\libspeex\smallft.c"
1595
 
                                >
1596
 
                        </File>
1597
 
                </Filter>
1598
 
                <Filter
1599
 
                        Name="Header Files"
1600
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1601
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1602
 
                        >
1603
 
                        <File
1604
 
                                RelativePath="..\..\..\libspeex\_kiss_fft_guts.h"
1605
 
                                >
1606
 
                        </File>
1607
 
                        <File
1608
 
                                RelativePath="..\..\..\libspeex\arch.h"
1609
 
                                >
1610
 
                        </File>
1611
 
                        <File
1612
 
                                RelativePath="..\..\..\libspeex\fftwrap.h"
1613
 
                                >
1614
 
                        </File>
1615
 
                        <File
1616
 
                                RelativePath="..\..\..\libspeex\filterbank.h"
1617
 
                                >
1618
 
                        </File>
1619
 
                        <File
1620
 
                                RelativePath="..\..\..\libspeex\fixed_debug.h"
1621
 
                                >
1622
 
                        </File>
1623
 
                        <File
1624
 
                                RelativePath="..\..\..\libspeex\fixed_generic.h"
1625
 
                                >
1626
 
                        </File>
1627
 
                        <File
1628
 
                                RelativePath="..\..\..\libspeex\kiss_fft.h"
1629
 
                                >
1630
 
                        </File>
1631
 
                        <File
1632
 
                                RelativePath="..\..\..\libspeex\kiss_fftr.h"
1633
 
                                >
1634
 
                        </File>
1635
 
                        <File
1636
 
                                RelativePath="..\..\..\libspeex\math_approx.h"
1637
 
                                >
1638
 
                        </File>
1639
 
                        <File
1640
 
                                RelativePath="..\..\..\libspeex\os_support.h"
1641
 
                                >
1642
 
                        </File>
1643
 
                        <File
1644
 
                                RelativePath="..\..\..\libspeex\pseudofloat.h"
1645
 
                                >
1646
 
                        </File>
1647
 
                        <File
1648
 
                                RelativePath="..\..\..\libspeex\smallft.h"
1649
 
                                >
1650
 
                        </File>
1651
 
                </Filter>
1652
 
                <Filter
1653
 
                        Name="Resource Files"
1654
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
1655
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1656
 
                        >
1657
 
                </Filter>
1658
 
                <Filter
1659
 
                        Name="Public Header Files"
1660
 
                        Filter="h"
1661
 
                        >
1662
 
                        <File
1663
 
                                RelativePath="..\..\..\include\speex\speex.h"
1664
 
                                >
1665
 
                        </File>
1666
 
                        <File
1667
 
                                RelativePath="..\..\..\include\speex\speex_bits.h"
1668
 
                                >
1669
 
                        </File>
1670
 
                        <File
1671
 
                                RelativePath="..\..\..\include\speex\speex_buffer.h"
1672
 
                                >
1673
 
                        </File>
1674
 
                        <File
1675
 
                                RelativePath="..\..\..\include\speex\speex_echo.h"
1676
 
                                >
1677
 
                        </File>
1678
 
                        <File
1679
 
                                RelativePath="..\..\..\include\speex\speex_jitter.h"
1680
 
                                >
1681
 
                        </File>
1682
 
                        <File
1683
 
                                RelativePath="..\..\..\include\speex\speex_preprocess.h"
1684
 
                                >
1685
 
                        </File>
1686
 
                        <File
1687
 
                                RelativePath="..\..\..\include\speex\speex_resampler.h"
1688
 
                                >
1689
 
                        </File>
1690
 
                        <File
1691
 
                                RelativePath="..\..\..\include\speex\speex_types.h"
1692
 
                                >
1693
 
                        </File>
1694
 
                </Filter>
1695
 
                <File
1696
 
                        RelativePath="..\..\config.h"
1697
 
                        >
 
199
                <Filter Name="Source Files" Filter="cpp;c;cc;cxx;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 
200
                        <File RelativePath="..\..\..\libspeex\buffer.c">
 
201
                        </File>
 
202
                        <File RelativePath="..\..\..\libspeex\fftwrap.c">
 
203
                        </File>
 
204
                        <File RelativePath="..\..\..\libspeex\filterbank.c">
 
205
                        </File>
 
206
                        <File RelativePath="..\..\..\libspeex\jitter.c">
 
207
                        </File>
 
208
                        <File RelativePath="..\..\..\libspeex\kiss_fft.c">
 
209
                        </File>
 
210
                        <File RelativePath="..\..\..\libspeex\kiss_fftr.c">
 
211
                        </File>
 
212
                        <File RelativePath="..\..\..\libspeex\mdf.c">
 
213
                        </File>
 
214
                        <File RelativePath="..\..\..\libspeex\preprocess.c">
 
215
                        </File>
 
216
                        <File RelativePath="..\..\..\libspeex\resample.c">
 
217
                        </File>
 
218
                        <File RelativePath="..\..\..\libspeex\smallft.c">
 
219
                        </File>
 
220
                </Filter>
 
221
                <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
 
222
                        <File RelativePath="..\..\..\libspeex\_kiss_fft_guts.h">
 
223
                        </File>
 
224
                        <File RelativePath="..\..\..\libspeex\arch.h">
 
225
                        </File>
 
226
                        <File RelativePath="..\..\..\libspeex\fftwrap.h">
 
227
                        </File>
 
228
                        <File RelativePath="..\..\..\libspeex\filterbank.h">
 
229
                        </File>
 
230
                        <File RelativePath="..\..\..\libspeex\fixed_debug.h">
 
231
                        </File>
 
232
                        <File RelativePath="..\..\..\libspeex\fixed_generic.h">
 
233
                        </File>
 
234
                        <File RelativePath="..\..\..\libspeex\kiss_fft.h">
 
235
                        </File>
 
236
                        <File RelativePath="..\..\..\libspeex\kiss_fftr.h">
 
237
                        </File>
 
238
                        <File RelativePath="..\..\..\libspeex\math_approx.h">
 
239
                        </File>
 
240
                        <File RelativePath="..\..\..\libspeex\os_support.h">
 
241
                        </File>
 
242
                        <File RelativePath="..\..\..\libspeex\pseudofloat.h">
 
243
                        </File>
 
244
                        <File RelativePath="..\..\..\libspeex\smallft.h">
 
245
                        </File>
 
246
                </Filter>
 
247
                <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
 
248
                </Filter>
 
249
                <Filter Name="Public Header Files" Filter="h">
 
250
                        <File RelativePath="..\..\..\include\speex\speex.h">
 
251
                        </File>
 
252
                        <File RelativePath="..\..\..\include\speex\speex_bits.h">
 
253
                        </File>
 
254
                        <File RelativePath="..\..\..\include\speex\speex_buffer.h">
 
255
                        </File>
 
256
                        <File RelativePath="..\..\..\include\speex\speex_echo.h">
 
257
                        </File>
 
258
                        <File RelativePath="..\..\..\include\speex\speex_jitter.h">
 
259
                        </File>
 
260
                        <File RelativePath="..\..\..\include\speex\speex_preprocess.h">
 
261
                        </File>
 
262
                        <File RelativePath="..\..\..\include\speex\speex_resampler.h">
 
263
                        </File>
 
264
                        <File RelativePath="..\..\..\include\speex\speex_types.h">
 
265
                        </File>
 
266
                </Filter>
 
267
                <File RelativePath="..\..\config.h">
1698
268
                </File>
1699
 
                <File
1700
 
                        RelativePath="..\..\libspeexdsp.def"
1701
 
                        >
 
269
                <File RelativePath="..\..\libspeexdsp.def">
1702
270
                </File>
1703
271
        </Files>
1704
272
        <Globals>