~vcs-imports/speex/trunk

« back to all changes in this revision

Viewing changes to win32/VS2008/libspeex/libspeex.vcproj

  • Committer: cristianadam
  • Date: 2009-10-12 22:16:49 UTC
  • Revision ID: svn-v4:0101bb08-14d6-0310-b084-bc0e0c8e3800:trunk/speex:16640
Updated VS2005/8 project files.

Show diffs side-by-side

added added

removed removed

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