~vcs-imports/speex/trunk

« back to all changes in this revision

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

  • Committer: cristianadam
  • Date: 2008-10-19 20:19:36 UTC
  • Revision ID: svn-v4:0101bb08-14d6-0310-b084-bc0e0c8e3800:trunk/speex:15418
Generate debug information for Release builds.

Show diffs side-by-side

added added

removed removed

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