~ubuntu-branches/ubuntu/oneiric/libogg/oneiric

« back to all changes in this revision

Viewing changes to win32/VS2008/libogg_dynamic.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Ron Lee
  • Date: 2010-04-10 23:23:54 UTC
  • mfrom: (1.1.4 upstream) (2.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100410232354-zd4yp6og8797w0b6
Tags: 1.2.0~dfsg-1
* Alter default flushing behavior to span less often and use larger page
  sizes when packet sizes are large.
* Documentation updates.
* Closes: #575675 (wish for new upstream release)

Show diffs side-by-side

added added

removed removed

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