~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to msvc/gmp/build.vc8/dll_gmp_p3/dll_gmp_p3.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-04-09 11:51:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409115151-ql8cr0kalzx1jmla
Tags: 0.9i-20070324-2
Upload to unstable. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="dll_gmp_p3"
 
6
        ProjectGUID="{9A3A242F-1472-4776-9839-CC62474B7F54}"
 
7
        RootNamespace="dll_gmp_p3"
 
8
        Keyword="Win32Proj"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
                <DefaultToolFile
 
17
                        FileName="yasm.rules"
 
18
                />
 
19
        </ToolFiles>
 
20
        <Configurations>
 
21
                <Configuration
 
22
                        Name="Debug|Win32"
 
23
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
24
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
25
                        ConfigurationType="2"
 
26
                        CharacterSet="2"
 
27
                        >
 
28
                        <Tool
 
29
                                Name="VCPreBuildEventTool"
 
30
                                CommandLine="call ..\file_copy ..\config-vc8.p3 ..\..\config.h&#x0D;&#x0A;call ..\file_copy ..\..\mpn\x86i\gmp-mparam.h ..\..\gmp-mparam.h&#x0D;&#x0A;call ..\file_copy ..\gmp.h ..\..\gmp.h&#x0D;&#x0A;call ..\gmp_prebuild &quot;$(SolutionDir)$(PlatformName)\&quot; 32&#x0D;&#x0A;"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCCustomBuildTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="YASM"
 
37
                                Defines="DLL"
 
38
                                ObjectFileName="&quot;$(IntDir)\mpn\$(InputName).obj&quot;"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCXMLDataGeneratorTool"
 
42
                        />
 
43
                        <Tool
 
44
                                Name="VCWebServiceProxyGeneratorTool"
 
45
                        />
 
46
                        <Tool
 
47
                                Name="VCMIDLTool"
 
48
                        />
 
49
                        <Tool
 
50
                                Name="VCCLCompilerTool"
 
51
                                Optimization="0"
 
52
                                AdditionalIncludeDirectories="..\..\;&quot;..\$(PlatformName)\&quot;"
 
53
                                PreprocessorDefinitions="WIN32;_DEBUG;_WIN32;HAVE_CONFIG_H;__GMP_LIBGMP_DLL;__GMP_WITHIN_GMP"
 
54
                                MinimalRebuild="true"
 
55
                                BasicRuntimeChecks="3"
 
56
                                RuntimeLibrary="3"
 
57
                                UsePrecompiledHeader="0"
 
58
                                AssemblerListingLocation="$(IntDir)\"
 
59
                                ProgramDataBaseFileName="$(IntDir)\"
 
60
                                XMLDocumentationFileName="$(IntDir)\"
 
61
                                WarningLevel="3"
 
62
                                Detect64BitPortabilityProblems="true"
 
63
                                DebugInformationFormat="3"
 
64
                                CompileAs="0"
 
65
                        />
 
66
                        <Tool
 
67
                                Name="VCManagedResourceCompilerTool"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCResourceCompilerTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCPreLinkEventTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCLinkerTool"
 
77
                                OutputFile="$(OutDir)\gmp.dll"
 
78
                                LinkIncremental="0"
 
79
                                GenerateDebugInformation="true"
 
80
                                SubSystem="2"
 
81
                                TargetMachine="1"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCALinkTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCManifestTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCXDCMakeTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCBscMakeTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCFxCopTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCAppVerifierTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCWebDeploymentTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCPostBuildEventTool"
 
106
                                CommandLine="if not exist &quot;..\dll\$(OutDir)&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).dll&quot;  &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exp&quot; &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).lib&quot;   &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;&#x0D;&#x0A;"
 
107
                        />
 
108
                </Configuration>
 
109
                <Configuration
 
110
                        Name="Release|Win32"
 
111
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
112
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
113
                        ConfigurationType="2"
 
114
                        CharacterSet="2"
 
115
                        >
 
116
                        <Tool
 
117
                                Name="VCPreBuildEventTool"
 
118
                                CommandLine="call ..\file_copy ..\config-vc8.p3 ..\..\config.h&#x0D;&#x0A;call ..\file_copy ..\..\mpn\x86i\gmp-mparam.h ..\..\gmp-mparam.h&#x0D;&#x0A;call ..\file_copy ..\gmp.h ..\..\gmp.h&#x0D;&#x0A;call ..\gmp_prebuild &quot;$(SolutionDir)$(PlatformName)\&quot; 32&#x0D;&#x0A;"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCCustomBuildTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="YASM"
 
125
                                Defines="DLL"
 
126
                                ObjectFileName="&quot;$(IntDir)\mpn\$(InputName).obj&quot;"
 
127
                        />
 
128
                        <Tool
 
129
                                Name="VCXMLDataGeneratorTool"
 
130
                        />
 
131
                        <Tool
 
132
                                Name="VCWebServiceProxyGeneratorTool"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCMIDLTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCCLCompilerTool"
 
139
                                Optimization="3"
 
140
                                AdditionalIncludeDirectories="..\..\;&quot;..\$(PlatformName)\&quot;"
 
141
                                PreprocessorDefinitions="WIN32;NDEBUG;_WIN32;HAVE_CONFIG_H;__GMP_LIBGMP_DLL;__GMP_WITHIN_GMP"
 
142
                                ExceptionHandling="1"
 
143
                                RuntimeLibrary="2"
 
144
                                UsePrecompiledHeader="0"
 
145
                                AssemblerListingLocation="$(IntDir)\"
 
146
                                ProgramDataBaseFileName="$(IntDir)\"
 
147
                                XMLDocumentationFileName="$(IntDir)\"
 
148
                                WarningLevel="3"
 
149
                                Detect64BitPortabilityProblems="true"
 
150
                                DebugInformationFormat="3"
 
151
                                CompileAs="0"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCManagedResourceCompilerTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCResourceCompilerTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCPreLinkEventTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCLinkerTool"
 
164
                                OutputFile="$(OutDir)\gmp.dll"
 
165
                                LinkIncremental="0"
 
166
                                GenerateDebugInformation="true"
 
167
                                SubSystem="2"
 
168
                                OptimizeReferences="2"
 
169
                                EnableCOMDATFolding="2"
 
170
                                TargetMachine="1"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCALinkTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCManifestTool"
 
177
                        />
 
178
                        <Tool
 
179
                                Name="VCXDCMakeTool"
 
180
                        />
 
181
                        <Tool
 
182
                                Name="VCBscMakeTool"
 
183
                        />
 
184
                        <Tool
 
185
                                Name="VCFxCopTool"
 
186
                        />
 
187
                        <Tool
 
188
                                Name="VCAppVerifierTool"
 
189
                        />
 
190
                        <Tool
 
191
                                Name="VCWebDeploymentTool"
 
192
                        />
 
193
                        <Tool
 
194
                                Name="VCPostBuildEventTool"
 
195
                                CommandLine="if not exist &quot;..\dll\$(OutDir)&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).dll&quot;  &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exp&quot; &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).lib&quot;   &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;&#x0D;&#x0A;"
 
196
                        />
 
197
                </Configuration>
 
198
        </Configurations>
 
199
        <References>
 
200
        </References>
 
201
        <Files>
 
202
                <Filter
 
203
                        Name="Source Files"
 
204
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
205
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
206
                        >
 
207
                        <File
 
208
                                RelativePath="..\..\assert.c"
 
209
                                >
 
210
                                <FileConfiguration
 
211
                                        Name="Debug|Win32"
 
212
                                        >
 
213
                                        <Tool
 
214
                                                Name="VCCLCompilerTool"
 
215
                                                XMLDocumentationFileName=""
 
216
                                        />
 
217
                                </FileConfiguration>
 
218
                                <FileConfiguration
 
219
                                        Name="Release|Win32"
 
220
                                        >
 
221
                                        <Tool
 
222
                                                Name="VCCLCompilerTool"
 
223
                                                XMLDocumentationFileName=""
 
224
                                        />
 
225
                                </FileConfiguration>
 
226
                        </File>
 
227
                        <File
 
228
                                RelativePath="..\..\compat.c"
 
229
                                >
 
230
                                <FileConfiguration
 
231
                                        Name="Debug|Win32"
 
232
                                        >
 
233
                                        <Tool
 
234
                                                Name="VCCLCompilerTool"
 
235
                                                XMLDocumentationFileName=""
 
236
                                        />
 
237
                                </FileConfiguration>
 
238
                                <FileConfiguration
 
239
                                        Name="Release|Win32"
 
240
                                        >
 
241
                                        <Tool
 
242
                                                Name="VCCLCompilerTool"
 
243
                                                XMLDocumentationFileName=""
 
244
                                        />
 
245
                                </FileConfiguration>
 
246
                        </File>
 
247
                        <File
 
248
                                RelativePath="..\..\errno.c"
 
249
                                >
 
250
                                <FileConfiguration
 
251
                                        Name="Debug|Win32"
 
252
                                        >
 
253
                                        <Tool
 
254
                                                Name="VCCLCompilerTool"
 
255
                                                XMLDocumentationFileName=""
 
256
                                        />
 
257
                                </FileConfiguration>
 
258
                                <FileConfiguration
 
259
                                        Name="Release|Win32"
 
260
                                        >
 
261
                                        <Tool
 
262
                                                Name="VCCLCompilerTool"
 
263
                                                XMLDocumentationFileName=""
 
264
                                        />
 
265
                                </FileConfiguration>
 
266
                        </File>
 
267
                        <File
 
268
                                RelativePath="..\..\extract-dbl.c"
 
269
                                >
 
270
                                <FileConfiguration
 
271
                                        Name="Debug|Win32"
 
272
                                        >
 
273
                                        <Tool
 
274
                                                Name="VCCLCompilerTool"
 
275
                                                XMLDocumentationFileName=""
 
276
                                        />
 
277
                                </FileConfiguration>
 
278
                                <FileConfiguration
 
279
                                        Name="Release|Win32"
 
280
                                        >
 
281
                                        <Tool
 
282
                                                Name="VCCLCompilerTool"
 
283
                                                XMLDocumentationFileName=""
 
284
                                        />
 
285
                                </FileConfiguration>
 
286
                        </File>
 
287
                        <File
 
288
                                RelativePath="..\..\invalid.c"
 
289
                                >
 
290
                                <FileConfiguration
 
291
                                        Name="Debug|Win32"
 
292
                                        >
 
293
                                        <Tool
 
294
                                                Name="VCCLCompilerTool"
 
295
                                                XMLDocumentationFileName=""
 
296
                                        />
 
297
                                </FileConfiguration>
 
298
                                <FileConfiguration
 
299
                                        Name="Release|Win32"
 
300
                                        >
 
301
                                        <Tool
 
302
                                                Name="VCCLCompilerTool"
 
303
                                                XMLDocumentationFileName=""
 
304
                                        />
 
305
                                </FileConfiguration>
 
306
                        </File>
 
307
                        <File
 
308
                                RelativePath="..\..\memory.c"
 
309
                                >
 
310
                                <FileConfiguration
 
311
                                        Name="Debug|Win32"
 
312
                                        >
 
313
                                        <Tool
 
314
                                                Name="VCCLCompilerTool"
 
315
                                                XMLDocumentationFileName=""
 
316
                                        />
 
317
                                </FileConfiguration>
 
318
                                <FileConfiguration
 
319
                                        Name="Release|Win32"
 
320
                                        >
 
321
                                        <Tool
 
322
                                                Name="VCCLCompilerTool"
 
323
                                                XMLDocumentationFileName=""
 
324
                                        />
 
325
                                </FileConfiguration>
 
326
                        </File>
 
327
                        <File
 
328
                                RelativePath="..\..\mp_bpl.c"
 
329
                                >
 
330
                                <FileConfiguration
 
331
                                        Name="Debug|Win32"
 
332
                                        >
 
333
                                        <Tool
 
334
                                                Name="VCCLCompilerTool"
 
335
                                                XMLDocumentationFileName=""
 
336
                                        />
 
337
                                </FileConfiguration>
 
338
                                <FileConfiguration
 
339
                                        Name="Release|Win32"
 
340
                                        >
 
341
                                        <Tool
 
342
                                                Name="VCCLCompilerTool"
 
343
                                                XMLDocumentationFileName=""
 
344
                                        />
 
345
                                </FileConfiguration>
 
346
                        </File>
 
347
                        <File
 
348
                                RelativePath="..\..\mp_clz_tab.c"
 
349
                                >
 
350
                                <FileConfiguration
 
351
                                        Name="Debug|Win32"
 
352
                                        >
 
353
                                        <Tool
 
354
                                                Name="VCCLCompilerTool"
 
355
                                                XMLDocumentationFileName=""
 
356
                                        />
 
357
                                </FileConfiguration>
 
358
                                <FileConfiguration
 
359
                                        Name="Release|Win32"
 
360
                                        >
 
361
                                        <Tool
 
362
                                                Name="VCCLCompilerTool"
 
363
                                                XMLDocumentationFileName=""
 
364
                                        />
 
365
                                </FileConfiguration>
 
366
                        </File>
 
367
                        <File
 
368
                                RelativePath="..\..\mp_dv_tab.c"
 
369
                                >
 
370
                                <FileConfiguration
 
371
                                        Name="Debug|Win32"
 
372
                                        >
 
373
                                        <Tool
 
374
                                                Name="VCCLCompilerTool"
 
375
                                                XMLDocumentationFileName=""
 
376
                                        />
 
377
                                </FileConfiguration>
 
378
                                <FileConfiguration
 
379
                                        Name="Release|Win32"
 
380
                                        >
 
381
                                        <Tool
 
382
                                                Name="VCCLCompilerTool"
 
383
                                                XMLDocumentationFileName=""
 
384
                                        />
 
385
                                </FileConfiguration>
 
386
                        </File>
 
387
                        <File
 
388
                                RelativePath="..\..\mp_get_fns.c"
 
389
                                >
 
390
                                <FileConfiguration
 
391
                                        Name="Debug|Win32"
 
392
                                        >
 
393
                                        <Tool
 
394
                                                Name="VCCLCompilerTool"
 
395
                                                XMLDocumentationFileName=""
 
396
                                        />
 
397
                                </FileConfiguration>
 
398
                                <FileConfiguration
 
399
                                        Name="Release|Win32"
 
400
                                        >
 
401
                                        <Tool
 
402
                                                Name="VCCLCompilerTool"
 
403
                                                XMLDocumentationFileName=""
 
404
                                        />
 
405
                                </FileConfiguration>
 
406
                        </File>
 
407
                        <File
 
408
                                RelativePath="..\..\mp_minv_tab.c"
 
409
                                >
 
410
                                <FileConfiguration
 
411
                                        Name="Debug|Win32"
 
412
                                        >
 
413
                                        <Tool
 
414
                                                Name="VCCLCompilerTool"
 
415
                                                XMLDocumentationFileName=""
 
416
                                        />
 
417
                                </FileConfiguration>
 
418
                                <FileConfiguration
 
419
                                        Name="Release|Win32"
 
420
                                        >
 
421
                                        <Tool
 
422
                                                Name="VCCLCompilerTool"
 
423
                                                XMLDocumentationFileName=""
 
424
                                        />
 
425
                                </FileConfiguration>
 
426
                        </File>
 
427
                        <File
 
428
                                RelativePath="..\..\mp_set_fns.c"
 
429
                                >
 
430
                                <FileConfiguration
 
431
                                        Name="Debug|Win32"
 
432
                                        >
 
433
                                        <Tool
 
434
                                                Name="VCCLCompilerTool"
 
435
                                                XMLDocumentationFileName=""
 
436
                                        />
 
437
                                </FileConfiguration>
 
438
                                <FileConfiguration
 
439
                                        Name="Release|Win32"
 
440
                                        >
 
441
                                        <Tool
 
442
                                                Name="VCCLCompilerTool"
 
443
                                                XMLDocumentationFileName=""
 
444
                                        />
 
445
                                </FileConfiguration>
 
446
                        </File>
 
447
                        <File
 
448
                                RelativePath="..\..\rand.c"
 
449
                                >
 
450
                                <FileConfiguration
 
451
                                        Name="Debug|Win32"
 
452
                                        >
 
453
                                        <Tool
 
454
                                                Name="VCCLCompilerTool"
 
455
                                                XMLDocumentationFileName=""
 
456
                                        />
 
457
                                </FileConfiguration>
 
458
                                <FileConfiguration
 
459
                                        Name="Release|Win32"
 
460
                                        >
 
461
                                        <Tool
 
462
                                                Name="VCCLCompilerTool"
 
463
                                                XMLDocumentationFileName=""
 
464
                                        />
 
465
                                </FileConfiguration>
 
466
                        </File>
 
467
                        <File
 
468
                                RelativePath="..\..\randbui.c"
 
469
                                >
 
470
                                <FileConfiguration
 
471
                                        Name="Debug|Win32"
 
472
                                        >
 
473
                                        <Tool
 
474
                                                Name="VCCLCompilerTool"
 
475
                                                XMLDocumentationFileName=""
 
476
                                        />
 
477
                                </FileConfiguration>
 
478
                                <FileConfiguration
 
479
                                        Name="Release|Win32"
 
480
                                        >
 
481
                                        <Tool
 
482
                                                Name="VCCLCompilerTool"
 
483
                                                XMLDocumentationFileName=""
 
484
                                        />
 
485
                                </FileConfiguration>
 
486
                        </File>
 
487
                        <File
 
488
                                RelativePath="..\..\randclr.c"
 
489
                                >
 
490
                                <FileConfiguration
 
491
                                        Name="Debug|Win32"
 
492
                                        >
 
493
                                        <Tool
 
494
                                                Name="VCCLCompilerTool"
 
495
                                                XMLDocumentationFileName=""
 
496
                                        />
 
497
                                </FileConfiguration>
 
498
                                <FileConfiguration
 
499
                                        Name="Release|Win32"
 
500
                                        >
 
501
                                        <Tool
 
502
                                                Name="VCCLCompilerTool"
 
503
                                                XMLDocumentationFileName=""
 
504
                                        />
 
505
                                </FileConfiguration>
 
506
                        </File>
 
507
                        <File
 
508
                                RelativePath="..\..\randdef.c"
 
509
                                >
 
510
                                <FileConfiguration
 
511
                                        Name="Debug|Win32"
 
512
                                        >
 
513
                                        <Tool
 
514
                                                Name="VCCLCompilerTool"
 
515
                                                XMLDocumentationFileName=""
 
516
                                        />
 
517
                                </FileConfiguration>
 
518
                                <FileConfiguration
 
519
                                        Name="Release|Win32"
 
520
                                        >
 
521
                                        <Tool
 
522
                                                Name="VCCLCompilerTool"
 
523
                                                XMLDocumentationFileName=""
 
524
                                        />
 
525
                                </FileConfiguration>
 
526
                        </File>
 
527
                        <File
 
528
                                RelativePath="..\..\randiset.c"
 
529
                                >
 
530
                                <FileConfiguration
 
531
                                        Name="Debug|Win32"
 
532
                                        >
 
533
                                        <Tool
 
534
                                                Name="VCCLCompilerTool"
 
535
                                                XMLDocumentationFileName=""
 
536
                                        />
 
537
                                </FileConfiguration>
 
538
                                <FileConfiguration
 
539
                                        Name="Release|Win32"
 
540
                                        >
 
541
                                        <Tool
 
542
                                                Name="VCCLCompilerTool"
 
543
                                                XMLDocumentationFileName=""
 
544
                                        />
 
545
                                </FileConfiguration>
 
546
                        </File>
 
547
                        <File
 
548
                                RelativePath="..\..\randlc2s.c"
 
549
                                >
 
550
                                <FileConfiguration
 
551
                                        Name="Debug|Win32"
 
552
                                        >
 
553
                                        <Tool
 
554
                                                Name="VCCLCompilerTool"
 
555
                                                XMLDocumentationFileName=""
 
556
                                        />
 
557
                                </FileConfiguration>
 
558
                                <FileConfiguration
 
559
                                        Name="Release|Win32"
 
560
                                        >
 
561
                                        <Tool
 
562
                                                Name="VCCLCompilerTool"
 
563
                                                XMLDocumentationFileName=""
 
564
                                        />
 
565
                                </FileConfiguration>
 
566
                        </File>
 
567
                        <File
 
568
                                RelativePath="..\..\randlc2x.c"
 
569
                                >
 
570
                                <FileConfiguration
 
571
                                        Name="Debug|Win32"
 
572
                                        >
 
573
                                        <Tool
 
574
                                                Name="VCCLCompilerTool"
 
575
                                                XMLDocumentationFileName=""
 
576
                                        />
 
577
                                </FileConfiguration>
 
578
                                <FileConfiguration
 
579
                                        Name="Release|Win32"
 
580
                                        >
 
581
                                        <Tool
 
582
                                                Name="VCCLCompilerTool"
 
583
                                                XMLDocumentationFileName=""
 
584
                                        />
 
585
                                </FileConfiguration>
 
586
                        </File>
 
587
                        <File
 
588
                                RelativePath="..\..\randmt.c"
 
589
                                >
 
590
                                <FileConfiguration
 
591
                                        Name="Debug|Win32"
 
592
                                        >
 
593
                                        <Tool
 
594
                                                Name="VCCLCompilerTool"
 
595
                                                XMLDocumentationFileName=""
 
596
                                        />
 
597
                                </FileConfiguration>
 
598
                                <FileConfiguration
 
599
                                        Name="Release|Win32"
 
600
                                        >
 
601
                                        <Tool
 
602
                                                Name="VCCLCompilerTool"
 
603
                                                XMLDocumentationFileName=""
 
604
                                        />
 
605
                                </FileConfiguration>
 
606
                        </File>
 
607
                        <File
 
608
                                RelativePath="..\..\randmts.c"
 
609
                                >
 
610
                                <FileConfiguration
 
611
                                        Name="Debug|Win32"
 
612
                                        >
 
613
                                        <Tool
 
614
                                                Name="VCCLCompilerTool"
 
615
                                                XMLDocumentationFileName=""
 
616
                                        />
 
617
                                </FileConfiguration>
 
618
                                <FileConfiguration
 
619
                                        Name="Release|Win32"
 
620
                                        >
 
621
                                        <Tool
 
622
                                                Name="VCCLCompilerTool"
 
623
                                                XMLDocumentationFileName=""
 
624
                                        />
 
625
                                </FileConfiguration>
 
626
                        </File>
 
627
                        <File
 
628
                                RelativePath="..\..\randmui.c"
 
629
                                >
 
630
                                <FileConfiguration
 
631
                                        Name="Debug|Win32"
 
632
                                        >
 
633
                                        <Tool
 
634
                                                Name="VCCLCompilerTool"
 
635
                                                XMLDocumentationFileName=""
 
636
                                        />
 
637
                                </FileConfiguration>
 
638
                                <FileConfiguration
 
639
                                        Name="Release|Win32"
 
640
                                        >
 
641
                                        <Tool
 
642
                                                Name="VCCLCompilerTool"
 
643
                                                XMLDocumentationFileName=""
 
644
                                        />
 
645
                                </FileConfiguration>
 
646
                        </File>
 
647
                        <File
 
648
                                RelativePath="..\..\rands.c"
 
649
                                >
 
650
                                <FileConfiguration
 
651
                                        Name="Debug|Win32"
 
652
                                        >
 
653
                                        <Tool
 
654
                                                Name="VCCLCompilerTool"
 
655
                                                XMLDocumentationFileName=""
 
656
                                        />
 
657
                                </FileConfiguration>
 
658
                                <FileConfiguration
 
659
                                        Name="Release|Win32"
 
660
                                        >
 
661
                                        <Tool
 
662
                                                Name="VCCLCompilerTool"
 
663
                                                XMLDocumentationFileName=""
 
664
                                        />
 
665
                                </FileConfiguration>
 
666
                        </File>
 
667
                        <File
 
668
                                RelativePath="..\..\randsd.c"
 
669
                                >
 
670
                                <FileConfiguration
 
671
                                        Name="Debug|Win32"
 
672
                                        >
 
673
                                        <Tool
 
674
                                                Name="VCCLCompilerTool"
 
675
                                                XMLDocumentationFileName=""
 
676
                                        />
 
677
                                </FileConfiguration>
 
678
                                <FileConfiguration
 
679
                                        Name="Release|Win32"
 
680
                                        >
 
681
                                        <Tool
 
682
                                                Name="VCCLCompilerTool"
 
683
                                                XMLDocumentationFileName=""
 
684
                                        />
 
685
                                </FileConfiguration>
 
686
                        </File>
 
687
                        <File
 
688
                                RelativePath="..\..\randsdui.c"
 
689
                                >
 
690
                                <FileConfiguration
 
691
                                        Name="Debug|Win32"
 
692
                                        >
 
693
                                        <Tool
 
694
                                                Name="VCCLCompilerTool"
 
695
                                                XMLDocumentationFileName=""
 
696
                                        />
 
697
                                </FileConfiguration>
 
698
                                <FileConfiguration
 
699
                                        Name="Release|Win32"
 
700
                                        >
 
701
                                        <Tool
 
702
                                                Name="VCCLCompilerTool"
 
703
                                                XMLDocumentationFileName=""
 
704
                                        />
 
705
                                </FileConfiguration>
 
706
                        </File>
 
707
                        <File
 
708
                                RelativePath="..\..\tal-reent.c"
 
709
                                >
 
710
                                <FileConfiguration
 
711
                                        Name="Debug|Win32"
 
712
                                        >
 
713
                                        <Tool
 
714
                                                Name="VCCLCompilerTool"
 
715
                                                XMLDocumentationFileName=""
 
716
                                        />
 
717
                                </FileConfiguration>
 
718
                                <FileConfiguration
 
719
                                        Name="Release|Win32"
 
720
                                        >
 
721
                                        <Tool
 
722
                                                Name="VCCLCompilerTool"
 
723
                                                XMLDocumentationFileName=""
 
724
                                        />
 
725
                                </FileConfiguration>
 
726
                        </File>
 
727
                        <File
 
728
                                RelativePath="..\..\version.c"
 
729
                                >
 
730
                                <FileConfiguration
 
731
                                        Name="Debug|Win32"
 
732
                                        >
 
733
                                        <Tool
 
734
                                                Name="VCCLCompilerTool"
 
735
                                                XMLDocumentationFileName=""
 
736
                                        />
 
737
                                </FileConfiguration>
 
738
                                <FileConfiguration
 
739
                                        Name="Release|Win32"
 
740
                                        >
 
741
                                        <Tool
 
742
                                                Name="VCCLCompilerTool"
 
743
                                                XMLDocumentationFileName=""
 
744
                                        />
 
745
                                </FileConfiguration>
 
746
                        </File>
 
747
                        <Filter
 
748
                                Name="cpp"
 
749
                                >
 
750
                                <File
 
751
                                        RelativePath="..\..\cxx\isfuns.cc"
 
752
                                        >
 
753
                                        <FileConfiguration
 
754
                                                Name="Debug|Win32"
 
755
                                                >
 
756
                                                <Tool
 
757
                                                        Name="VCCLCompilerTool"
 
758
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
759
                                                        XMLDocumentationFileName=""
 
760
                                                />
 
761
                                        </FileConfiguration>
 
762
                                        <FileConfiguration
 
763
                                                Name="Release|Win32"
 
764
                                                >
 
765
                                                <Tool
 
766
                                                        Name="VCCLCompilerTool"
 
767
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
768
                                                        XMLDocumentationFileName=""
 
769
                                                />
 
770
                                        </FileConfiguration>
 
771
                                </File>
 
772
                                <File
 
773
                                        RelativePath="..\..\cxx\ismpf.cc"
 
774
                                        >
 
775
                                        <FileConfiguration
 
776
                                                Name="Debug|Win32"
 
777
                                                >
 
778
                                                <Tool
 
779
                                                        Name="VCCLCompilerTool"
 
780
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
781
                                                        XMLDocumentationFileName=""
 
782
                                                />
 
783
                                        </FileConfiguration>
 
784
                                        <FileConfiguration
 
785
                                                Name="Release|Win32"
 
786
                                                >
 
787
                                                <Tool
 
788
                                                        Name="VCCLCompilerTool"
 
789
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
790
                                                        XMLDocumentationFileName=""
 
791
                                                />
 
792
                                        </FileConfiguration>
 
793
                                </File>
 
794
                                <File
 
795
                                        RelativePath="..\..\cxx\ismpq.cc"
 
796
                                        >
 
797
                                        <FileConfiguration
 
798
                                                Name="Debug|Win32"
 
799
                                                >
 
800
                                                <Tool
 
801
                                                        Name="VCCLCompilerTool"
 
802
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
803
                                                        XMLDocumentationFileName=""
 
804
                                                />
 
805
                                        </FileConfiguration>
 
806
                                        <FileConfiguration
 
807
                                                Name="Release|Win32"
 
808
                                                >
 
809
                                                <Tool
 
810
                                                        Name="VCCLCompilerTool"
 
811
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
812
                                                        XMLDocumentationFileName=""
 
813
                                                />
 
814
                                        </FileConfiguration>
 
815
                                </File>
 
816
                                <File
 
817
                                        RelativePath="..\..\cxx\ismpz.cc"
 
818
                                        >
 
819
                                        <FileConfiguration
 
820
                                                Name="Debug|Win32"
 
821
                                                >
 
822
                                                <Tool
 
823
                                                        Name="VCCLCompilerTool"
 
824
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
825
                                                        XMLDocumentationFileName=""
 
826
                                                />
 
827
                                        </FileConfiguration>
 
828
                                        <FileConfiguration
 
829
                                                Name="Release|Win32"
 
830
                                                >
 
831
                                                <Tool
 
832
                                                        Name="VCCLCompilerTool"
 
833
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
834
                                                        XMLDocumentationFileName=""
 
835
                                                />
 
836
                                        </FileConfiguration>
 
837
                                </File>
 
838
                                <File
 
839
                                        RelativePath="..\..\cxx\ismpznw.cc"
 
840
                                        >
 
841
                                        <FileConfiguration
 
842
                                                Name="Debug|Win32"
 
843
                                                >
 
844
                                                <Tool
 
845
                                                        Name="VCCLCompilerTool"
 
846
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
847
                                                        XMLDocumentationFileName=""
 
848
                                                />
 
849
                                        </FileConfiguration>
 
850
                                        <FileConfiguration
 
851
                                                Name="Release|Win32"
 
852
                                                >
 
853
                                                <Tool
 
854
                                                        Name="VCCLCompilerTool"
 
855
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
856
                                                        XMLDocumentationFileName=""
 
857
                                                />
 
858
                                        </FileConfiguration>
 
859
                                </File>
 
860
                                <File
 
861
                                        RelativePath="..\..\cxx\osdoprnti.cc"
 
862
                                        >
 
863
                                        <FileConfiguration
 
864
                                                Name="Debug|Win32"
 
865
                                                >
 
866
                                                <Tool
 
867
                                                        Name="VCCLCompilerTool"
 
868
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
869
                                                        XMLDocumentationFileName=""
 
870
                                                />
 
871
                                        </FileConfiguration>
 
872
                                        <FileConfiguration
 
873
                                                Name="Release|Win32"
 
874
                                                >
 
875
                                                <Tool
 
876
                                                        Name="VCCLCompilerTool"
 
877
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
878
                                                        XMLDocumentationFileName=""
 
879
                                                />
 
880
                                        </FileConfiguration>
 
881
                                </File>
 
882
                                <File
 
883
                                        RelativePath="..\..\cxx\osfuns.cc"
 
884
                                        >
 
885
                                        <FileConfiguration
 
886
                                                Name="Debug|Win32"
 
887
                                                >
 
888
                                                <Tool
 
889
                                                        Name="VCCLCompilerTool"
 
890
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
891
                                                        XMLDocumentationFileName=""
 
892
                                                />
 
893
                                        </FileConfiguration>
 
894
                                        <FileConfiguration
 
895
                                                Name="Release|Win32"
 
896
                                                >
 
897
                                                <Tool
 
898
                                                        Name="VCCLCompilerTool"
 
899
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
900
                                                        XMLDocumentationFileName=""
 
901
                                                />
 
902
                                        </FileConfiguration>
 
903
                                </File>
 
904
                                <File
 
905
                                        RelativePath="..\..\cxx\osmpf.cc"
 
906
                                        >
 
907
                                        <FileConfiguration
 
908
                                                Name="Debug|Win32"
 
909
                                                >
 
910
                                                <Tool
 
911
                                                        Name="VCCLCompilerTool"
 
912
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
913
                                                        XMLDocumentationFileName=""
 
914
                                                />
 
915
                                        </FileConfiguration>
 
916
                                        <FileConfiguration
 
917
                                                Name="Release|Win32"
 
918
                                                >
 
919
                                                <Tool
 
920
                                                        Name="VCCLCompilerTool"
 
921
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
922
                                                        XMLDocumentationFileName=""
 
923
                                                />
 
924
                                        </FileConfiguration>
 
925
                                </File>
 
926
                                <File
 
927
                                        RelativePath="..\..\cxx\osmpq.cc"
 
928
                                        >
 
929
                                        <FileConfiguration
 
930
                                                Name="Debug|Win32"
 
931
                                                >
 
932
                                                <Tool
 
933
                                                        Name="VCCLCompilerTool"
 
934
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
935
                                                        XMLDocumentationFileName=""
 
936
                                                />
 
937
                                        </FileConfiguration>
 
938
                                        <FileConfiguration
 
939
                                                Name="Release|Win32"
 
940
                                                >
 
941
                                                <Tool
 
942
                                                        Name="VCCLCompilerTool"
 
943
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
944
                                                        XMLDocumentationFileName=""
 
945
                                                />
 
946
                                        </FileConfiguration>
 
947
                                </File>
 
948
                                <File
 
949
                                        RelativePath="..\..\cxx\osmpz.cc"
 
950
                                        >
 
951
                                        <FileConfiguration
 
952
                                                Name="Debug|Win32"
 
953
                                                >
 
954
                                                <Tool
 
955
                                                        Name="VCCLCompilerTool"
 
956
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
957
                                                        XMLDocumentationFileName=""
 
958
                                                />
 
959
                                        </FileConfiguration>
 
960
                                        <FileConfiguration
 
961
                                                Name="Release|Win32"
 
962
                                                >
 
963
                                                <Tool
 
964
                                                        Name="VCCLCompilerTool"
 
965
                                                        ProgramDataBaseFileName="$(IntDir)\"
 
966
                                                        XMLDocumentationFileName=""
 
967
                                                />
 
968
                                        </FileConfiguration>
 
969
                                </File>
 
970
                        </Filter>
 
971
                        <Filter
 
972
                                Name="mpn"
 
973
                                >
 
974
                                <File
 
975
                                        RelativePath="..\..\mpn\generic\add.c"
 
976
                                        >
 
977
                                        <FileConfiguration
 
978
                                                Name="Debug|Win32"
 
979
                                                >
 
980
                                                <Tool
 
981
                                                        Name="VCCLCompilerTool"
 
982
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
983
                                                        ObjectFile="$(IntDir)\mpn\"
 
984
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
985
                                                        XMLDocumentationFileName=""
 
986
                                                />
 
987
                                        </FileConfiguration>
 
988
                                        <FileConfiguration
 
989
                                                Name="Release|Win32"
 
990
                                                >
 
991
                                                <Tool
 
992
                                                        Name="VCCLCompilerTool"
 
993
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
994
                                                        ObjectFile="$(IntDir)\mpn\"
 
995
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
996
                                                        XMLDocumentationFileName=""
 
997
                                                />
 
998
                                        </FileConfiguration>
 
999
                                </File>
 
1000
                                <File
 
1001
                                        RelativePath="..\..\mpn\generic\add_1.c"
 
1002
                                        >
 
1003
                                        <FileConfiguration
 
1004
                                                Name="Debug|Win32"
 
1005
                                                >
 
1006
                                                <Tool
 
1007
                                                        Name="VCCLCompilerTool"
 
1008
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1009
                                                        ObjectFile="$(IntDir)\mpn\"
 
1010
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1011
                                                        XMLDocumentationFileName=""
 
1012
                                                />
 
1013
                                        </FileConfiguration>
 
1014
                                        <FileConfiguration
 
1015
                                                Name="Release|Win32"
 
1016
                                                >
 
1017
                                                <Tool
 
1018
                                                        Name="VCCLCompilerTool"
 
1019
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1020
                                                        ObjectFile="$(IntDir)\mpn\"
 
1021
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1022
                                                        XMLDocumentationFileName=""
 
1023
                                                />
 
1024
                                        </FileConfiguration>
 
1025
                                </File>
 
1026
                                <File
 
1027
                                        RelativePath="..\..\mpn\generic\addsub_n.c"
 
1028
                                        >
 
1029
                                        <FileConfiguration
 
1030
                                                Name="Debug|Win32"
 
1031
                                                >
 
1032
                                                <Tool
 
1033
                                                        Name="VCCLCompilerTool"
 
1034
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1035
                                                        ObjectFile="$(IntDir)\mpn\"
 
1036
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1037
                                                        XMLDocumentationFileName=""
 
1038
                                                />
 
1039
                                        </FileConfiguration>
 
1040
                                        <FileConfiguration
 
1041
                                                Name="Release|Win32"
 
1042
                                                >
 
1043
                                                <Tool
 
1044
                                                        Name="VCCLCompilerTool"
 
1045
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1046
                                                        ObjectFile="$(IntDir)\mpn\"
 
1047
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1048
                                                        XMLDocumentationFileName=""
 
1049
                                                />
 
1050
                                        </FileConfiguration>
 
1051
                                </File>
 
1052
                                <File
 
1053
                                        RelativePath="..\..\mpn\generic\bdivmod.c"
 
1054
                                        >
 
1055
                                        <FileConfiguration
 
1056
                                                Name="Debug|Win32"
 
1057
                                                >
 
1058
                                                <Tool
 
1059
                                                        Name="VCCLCompilerTool"
 
1060
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1061
                                                        ObjectFile="$(IntDir)\mpn\"
 
1062
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1063
                                                        XMLDocumentationFileName=""
 
1064
                                                />
 
1065
                                        </FileConfiguration>
 
1066
                                        <FileConfiguration
 
1067
                                                Name="Release|Win32"
 
1068
                                                >
 
1069
                                                <Tool
 
1070
                                                        Name="VCCLCompilerTool"
 
1071
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1072
                                                        ObjectFile="$(IntDir)\mpn\"
 
1073
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1074
                                                        XMLDocumentationFileName=""
 
1075
                                                />
 
1076
                                        </FileConfiguration>
 
1077
                                </File>
 
1078
                                <File
 
1079
                                        RelativePath="..\..\mpn\generic\cmp.c"
 
1080
                                        >
 
1081
                                        <FileConfiguration
 
1082
                                                Name="Debug|Win32"
 
1083
                                                >
 
1084
                                                <Tool
 
1085
                                                        Name="VCCLCompilerTool"
 
1086
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1087
                                                        ObjectFile="$(IntDir)\mpn\"
 
1088
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1089
                                                        XMLDocumentationFileName=""
 
1090
                                                />
 
1091
                                        </FileConfiguration>
 
1092
                                        <FileConfiguration
 
1093
                                                Name="Release|Win32"
 
1094
                                                >
 
1095
                                                <Tool
 
1096
                                                        Name="VCCLCompilerTool"
 
1097
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1098
                                                        ObjectFile="$(IntDir)\mpn\"
 
1099
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1100
                                                        XMLDocumentationFileName=""
 
1101
                                                />
 
1102
                                        </FileConfiguration>
 
1103
                                </File>
 
1104
                                <File
 
1105
                                        RelativePath="..\..\mpn\generic\dc_divrem_n.c"
 
1106
                                        >
 
1107
                                        <FileConfiguration
 
1108
                                                Name="Debug|Win32"
 
1109
                                                >
 
1110
                                                <Tool
 
1111
                                                        Name="VCCLCompilerTool"
 
1112
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1113
                                                        ObjectFile="$(IntDir)\mpn\"
 
1114
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1115
                                                        XMLDocumentationFileName=""
 
1116
                                                />
 
1117
                                        </FileConfiguration>
 
1118
                                        <FileConfiguration
 
1119
                                                Name="Release|Win32"
 
1120
                                                >
 
1121
                                                <Tool
 
1122
                                                        Name="VCCLCompilerTool"
 
1123
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1124
                                                        ObjectFile="$(IntDir)\mpn\"
 
1125
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1126
                                                        XMLDocumentationFileName=""
 
1127
                                                />
 
1128
                                        </FileConfiguration>
 
1129
                                </File>
 
1130
                                <File
 
1131
                                        RelativePath="..\..\mpn\generic\diveby3.c"
 
1132
                                        >
 
1133
                                        <FileConfiguration
 
1134
                                                Name="Debug|Win32"
 
1135
                                                ExcludedFromBuild="true"
 
1136
                                                >
 
1137
                                                <Tool
 
1138
                                                        Name="VCCLCompilerTool"
 
1139
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1140
                                                        ObjectFile="$(IntDir)\mpn\"
 
1141
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1142
                                                        XMLDocumentationFileName=""
 
1143
                                                />
 
1144
                                        </FileConfiguration>
 
1145
                                        <FileConfiguration
 
1146
                                                Name="Release|Win32"
 
1147
                                                ExcludedFromBuild="true"
 
1148
                                                >
 
1149
                                                <Tool
 
1150
                                                        Name="VCCLCompilerTool"
 
1151
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1152
                                                        ObjectFile="$(IntDir)\mpn\"
 
1153
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1154
                                                        XMLDocumentationFileName=""
 
1155
                                                />
 
1156
                                        </FileConfiguration>
 
1157
                                </File>
 
1158
                                <File
 
1159
                                        RelativePath="..\..\mpn\generic\divis.c"
 
1160
                                        >
 
1161
                                        <FileConfiguration
 
1162
                                                Name="Debug|Win32"
 
1163
                                                >
 
1164
                                                <Tool
 
1165
                                                        Name="VCCLCompilerTool"
 
1166
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1167
                                                        ObjectFile="$(IntDir)\mpn\"
 
1168
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1169
                                                        XMLDocumentationFileName=""
 
1170
                                                />
 
1171
                                        </FileConfiguration>
 
1172
                                        <FileConfiguration
 
1173
                                                Name="Release|Win32"
 
1174
                                                >
 
1175
                                                <Tool
 
1176
                                                        Name="VCCLCompilerTool"
 
1177
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1178
                                                        ObjectFile="$(IntDir)\mpn\"
 
1179
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1180
                                                        XMLDocumentationFileName=""
 
1181
                                                />
 
1182
                                        </FileConfiguration>
 
1183
                                </File>
 
1184
                                <File
 
1185
                                        RelativePath="..\..\mpn\generic\divrem.c"
 
1186
                                        >
 
1187
                                        <FileConfiguration
 
1188
                                                Name="Debug|Win32"
 
1189
                                                >
 
1190
                                                <Tool
 
1191
                                                        Name="VCCLCompilerTool"
 
1192
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1193
                                                        ObjectFile="$(IntDir)\mpn\"
 
1194
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1195
                                                        XMLDocumentationFileName=""
 
1196
                                                />
 
1197
                                        </FileConfiguration>
 
1198
                                        <FileConfiguration
 
1199
                                                Name="Release|Win32"
 
1200
                                                >
 
1201
                                                <Tool
 
1202
                                                        Name="VCCLCompilerTool"
 
1203
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1204
                                                        ObjectFile="$(IntDir)\mpn\"
 
1205
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1206
                                                        XMLDocumentationFileName=""
 
1207
                                                />
 
1208
                                        </FileConfiguration>
 
1209
                                </File>
 
1210
                                <File
 
1211
                                        RelativePath="..\..\mpn\generic\divrem_2.c"
 
1212
                                        >
 
1213
                                        <FileConfiguration
 
1214
                                                Name="Debug|Win32"
 
1215
                                                >
 
1216
                                                <Tool
 
1217
                                                        Name="VCCLCompilerTool"
 
1218
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1219
                                                        ObjectFile="$(IntDir)\mpn\"
 
1220
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1221
                                                        XMLDocumentationFileName=""
 
1222
                                                />
 
1223
                                        </FileConfiguration>
 
1224
                                        <FileConfiguration
 
1225
                                                Name="Release|Win32"
 
1226
                                                >
 
1227
                                                <Tool
 
1228
                                                        Name="VCCLCompilerTool"
 
1229
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1230
                                                        ObjectFile="$(IntDir)\mpn\"
 
1231
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1232
                                                        XMLDocumentationFileName=""
 
1233
                                                />
 
1234
                                        </FileConfiguration>
 
1235
                                </File>
 
1236
                                <File
 
1237
                                        RelativePath="..\..\mpn\generic\dump.c"
 
1238
                                        >
 
1239
                                        <FileConfiguration
 
1240
                                                Name="Debug|Win32"
 
1241
                                                >
 
1242
                                                <Tool
 
1243
                                                        Name="VCCLCompilerTool"
 
1244
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1245
                                                        ObjectFile="$(IntDir)\mpn\"
 
1246
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1247
                                                        XMLDocumentationFileName=""
 
1248
                                                />
 
1249
                                        </FileConfiguration>
 
1250
                                        <FileConfiguration
 
1251
                                                Name="Release|Win32"
 
1252
                                                >
 
1253
                                                <Tool
 
1254
                                                        Name="VCCLCompilerTool"
 
1255
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1256
                                                        ObjectFile="$(IntDir)\mpn\"
 
1257
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1258
                                                        XMLDocumentationFileName=""
 
1259
                                                />
 
1260
                                        </FileConfiguration>
 
1261
                                </File>
 
1262
                                <File
 
1263
                                        RelativePath="..\..\mpn\generic\fib2_ui.c"
 
1264
                                        >
 
1265
                                        <FileConfiguration
 
1266
                                                Name="Debug|Win32"
 
1267
                                                >
 
1268
                                                <Tool
 
1269
                                                        Name="VCCLCompilerTool"
 
1270
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1271
                                                        ObjectFile="$(IntDir)\mpn\"
 
1272
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1273
                                                        XMLDocumentationFileName=""
 
1274
                                                />
 
1275
                                        </FileConfiguration>
 
1276
                                        <FileConfiguration
 
1277
                                                Name="Release|Win32"
 
1278
                                                >
 
1279
                                                <Tool
 
1280
                                                        Name="VCCLCompilerTool"
 
1281
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1282
                                                        ObjectFile="$(IntDir)\mpn\"
 
1283
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1284
                                                        XMLDocumentationFileName=""
 
1285
                                                />
 
1286
                                        </FileConfiguration>
 
1287
                                </File>
 
1288
                                <File
 
1289
                                        RelativePath="..\..\mpn\generic\gcd.c"
 
1290
                                        >
 
1291
                                        <FileConfiguration
 
1292
                                                Name="Debug|Win32"
 
1293
                                                >
 
1294
                                                <Tool
 
1295
                                                        Name="VCCLCompilerTool"
 
1296
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1297
                                                        ObjectFile="$(IntDir)\mpn\"
 
1298
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1299
                                                        XMLDocumentationFileName=""
 
1300
                                                />
 
1301
                                        </FileConfiguration>
 
1302
                                        <FileConfiguration
 
1303
                                                Name="Release|Win32"
 
1304
                                                >
 
1305
                                                <Tool
 
1306
                                                        Name="VCCLCompilerTool"
 
1307
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1308
                                                        ObjectFile="$(IntDir)\mpn\"
 
1309
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1310
                                                        XMLDocumentationFileName=""
 
1311
                                                />
 
1312
                                        </FileConfiguration>
 
1313
                                </File>
 
1314
                                <File
 
1315
                                        RelativePath="..\..\mpn\generic\gcd_1.c"
 
1316
                                        >
 
1317
                                        <FileConfiguration
 
1318
                                                Name="Debug|Win32"
 
1319
                                                >
 
1320
                                                <Tool
 
1321
                                                        Name="VCCLCompilerTool"
 
1322
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1323
                                                        ObjectFile="$(IntDir)\mpn\"
 
1324
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1325
                                                        XMLDocumentationFileName=""
 
1326
                                                />
 
1327
                                        </FileConfiguration>
 
1328
                                        <FileConfiguration
 
1329
                                                Name="Release|Win32"
 
1330
                                                >
 
1331
                                                <Tool
 
1332
                                                        Name="VCCLCompilerTool"
 
1333
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1334
                                                        ObjectFile="$(IntDir)\mpn\"
 
1335
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1336
                                                        XMLDocumentationFileName=""
 
1337
                                                />
 
1338
                                        </FileConfiguration>
 
1339
                                </File>
 
1340
                                <File
 
1341
                                        RelativePath="..\..\mpn\generic\gcdext.c"
 
1342
                                        >
 
1343
                                        <FileConfiguration
 
1344
                                                Name="Debug|Win32"
 
1345
                                                >
 
1346
                                                <Tool
 
1347
                                                        Name="VCCLCompilerTool"
 
1348
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1349
                                                        ObjectFile="$(IntDir)\mpn\"
 
1350
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1351
                                                        XMLDocumentationFileName=""
 
1352
                                                />
 
1353
                                        </FileConfiguration>
 
1354
                                        <FileConfiguration
 
1355
                                                Name="Release|Win32"
 
1356
                                                >
 
1357
                                                <Tool
 
1358
                                                        Name="VCCLCompilerTool"
 
1359
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1360
                                                        ObjectFile="$(IntDir)\mpn\"
 
1361
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1362
                                                        XMLDocumentationFileName=""
 
1363
                                                />
 
1364
                                        </FileConfiguration>
 
1365
                                </File>
 
1366
                                <File
 
1367
                                        RelativePath="..\..\mpn\generic\get_d.c"
 
1368
                                        >
 
1369
                                        <FileConfiguration
 
1370
                                                Name="Debug|Win32"
 
1371
                                                >
 
1372
                                                <Tool
 
1373
                                                        Name="VCCLCompilerTool"
 
1374
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1375
                                                        ObjectFile="$(IntDir)\mpn\"
 
1376
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1377
                                                        XMLDocumentationFileName=""
 
1378
                                                />
 
1379
                                        </FileConfiguration>
 
1380
                                        <FileConfiguration
 
1381
                                                Name="Release|Win32"
 
1382
                                                >
 
1383
                                                <Tool
 
1384
                                                        Name="VCCLCompilerTool"
 
1385
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1386
                                                        ObjectFile="$(IntDir)\mpn\"
 
1387
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1388
                                                        XMLDocumentationFileName=""
 
1389
                                                />
 
1390
                                        </FileConfiguration>
 
1391
                                </File>
 
1392
                                <File
 
1393
                                        RelativePath="..\..\mpn\generic\get_str.c"
 
1394
                                        >
 
1395
                                        <FileConfiguration
 
1396
                                                Name="Debug|Win32"
 
1397
                                                >
 
1398
                                                <Tool
 
1399
                                                        Name="VCCLCompilerTool"
 
1400
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1401
                                                        ObjectFile="$(IntDir)\mpn\"
 
1402
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1403
                                                        XMLDocumentationFileName=""
 
1404
                                                />
 
1405
                                        </FileConfiguration>
 
1406
                                        <FileConfiguration
 
1407
                                                Name="Release|Win32"
 
1408
                                                >
 
1409
                                                <Tool
 
1410
                                                        Name="VCCLCompilerTool"
 
1411
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1412
                                                        ObjectFile="$(IntDir)\mpn\"
 
1413
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1414
                                                        XMLDocumentationFileName=""
 
1415
                                                />
 
1416
                                        </FileConfiguration>
 
1417
                                </File>
 
1418
                                <File
 
1419
                                        RelativePath="..\..\mpn\generic\jacbase.c"
 
1420
                                        >
 
1421
                                        <FileConfiguration
 
1422
                                                Name="Debug|Win32"
 
1423
                                                >
 
1424
                                                <Tool
 
1425
                                                        Name="VCCLCompilerTool"
 
1426
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1427
                                                        ObjectFile="$(IntDir)\mpn\"
 
1428
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1429
                                                        XMLDocumentationFileName=""
 
1430
                                                />
 
1431
                                        </FileConfiguration>
 
1432
                                        <FileConfiguration
 
1433
                                                Name="Release|Win32"
 
1434
                                                >
 
1435
                                                <Tool
 
1436
                                                        Name="VCCLCompilerTool"
 
1437
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1438
                                                        ObjectFile="$(IntDir)\mpn\"
 
1439
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1440
                                                        XMLDocumentationFileName=""
 
1441
                                                />
 
1442
                                        </FileConfiguration>
 
1443
                                </File>
 
1444
                                <File
 
1445
                                        RelativePath="..\..\mpn\generic\mul.c"
 
1446
                                        >
 
1447
                                        <FileConfiguration
 
1448
                                                Name="Debug|Win32"
 
1449
                                                >
 
1450
                                                <Tool
 
1451
                                                        Name="VCCLCompilerTool"
 
1452
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1453
                                                        ObjectFile="$(IntDir)\mpn\"
 
1454
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1455
                                                        XMLDocumentationFileName=""
 
1456
                                                />
 
1457
                                        </FileConfiguration>
 
1458
                                        <FileConfiguration
 
1459
                                                Name="Release|Win32"
 
1460
                                                >
 
1461
                                                <Tool
 
1462
                                                        Name="VCCLCompilerTool"
 
1463
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1464
                                                        ObjectFile="$(IntDir)\mpn\"
 
1465
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1466
                                                        XMLDocumentationFileName=""
 
1467
                                                />
 
1468
                                        </FileConfiguration>
 
1469
                                </File>
 
1470
                                <File
 
1471
                                        RelativePath="..\..\mpn\generic\mul_fft.c"
 
1472
                                        >
 
1473
                                        <FileConfiguration
 
1474
                                                Name="Debug|Win32"
 
1475
                                                >
 
1476
                                                <Tool
 
1477
                                                        Name="VCCLCompilerTool"
 
1478
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1479
                                                        ObjectFile="$(IntDir)\mpn\"
 
1480
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1481
                                                        XMLDocumentationFileName=""
 
1482
                                                />
 
1483
                                        </FileConfiguration>
 
1484
                                        <FileConfiguration
 
1485
                                                Name="Release|Win32"
 
1486
                                                >
 
1487
                                                <Tool
 
1488
                                                        Name="VCCLCompilerTool"
 
1489
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1490
                                                        ObjectFile="$(IntDir)\mpn\"
 
1491
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1492
                                                        XMLDocumentationFileName=""
 
1493
                                                />
 
1494
                                        </FileConfiguration>
 
1495
                                </File>
 
1496
                                <File
 
1497
                                        RelativePath="..\..\mpn\generic\mul_n.c"
 
1498
                                        >
 
1499
                                        <FileConfiguration
 
1500
                                                Name="Debug|Win32"
 
1501
                                                >
 
1502
                                                <Tool
 
1503
                                                        Name="VCCLCompilerTool"
 
1504
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1505
                                                        ObjectFile="$(IntDir)\mpn\"
 
1506
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1507
                                                        XMLDocumentationFileName=""
 
1508
                                                />
 
1509
                                        </FileConfiguration>
 
1510
                                        <FileConfiguration
 
1511
                                                Name="Release|Win32"
 
1512
                                                >
 
1513
                                                <Tool
 
1514
                                                        Name="VCCLCompilerTool"
 
1515
                                                        Optimization="3"
 
1516
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1517
                                                        ObjectFile="$(IntDir)\mpn\"
 
1518
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1519
                                                        XMLDocumentationFileName=""
 
1520
                                                />
 
1521
                                        </FileConfiguration>
 
1522
                                </File>
 
1523
                                <File
 
1524
                                        RelativePath="..\..\mpn\generic\mullow_basecase.c"
 
1525
                                        >
 
1526
                                        <FileConfiguration
 
1527
                                                Name="Debug|Win32"
 
1528
                                                >
 
1529
                                                <Tool
 
1530
                                                        Name="VCCLCompilerTool"
 
1531
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1532
                                                        ObjectFile="$(IntDir)\mpn\"
 
1533
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1534
                                                        XMLDocumentationFileName=""
 
1535
                                                />
 
1536
                                        </FileConfiguration>
 
1537
                                        <FileConfiguration
 
1538
                                                Name="Release|Win32"
 
1539
                                                >
 
1540
                                                <Tool
 
1541
                                                        Name="VCCLCompilerTool"
 
1542
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1543
                                                        ObjectFile="$(IntDir)\mpn\"
 
1544
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1545
                                                        XMLDocumentationFileName=""
 
1546
                                                />
 
1547
                                        </FileConfiguration>
 
1548
                                </File>
 
1549
                                <File
 
1550
                                        RelativePath="..\..\mpn\generic\mullow_n.c"
 
1551
                                        >
 
1552
                                        <FileConfiguration
 
1553
                                                Name="Debug|Win32"
 
1554
                                                >
 
1555
                                                <Tool
 
1556
                                                        Name="VCCLCompilerTool"
 
1557
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1558
                                                        ObjectFile="$(IntDir)\mpn\"
 
1559
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1560
                                                        XMLDocumentationFileName=""
 
1561
                                                />
 
1562
                                        </FileConfiguration>
 
1563
                                        <FileConfiguration
 
1564
                                                Name="Release|Win32"
 
1565
                                                >
 
1566
                                                <Tool
 
1567
                                                        Name="VCCLCompilerTool"
 
1568
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1569
                                                        ObjectFile="$(IntDir)\mpn\"
 
1570
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1571
                                                        XMLDocumentationFileName=""
 
1572
                                                />
 
1573
                                        </FileConfiguration>
 
1574
                                </File>
 
1575
                                <File
 
1576
                                        RelativePath="..\..\mpn\generic\perfsqr.c"
 
1577
                                        >
 
1578
                                        <FileConfiguration
 
1579
                                                Name="Debug|Win32"
 
1580
                                                >
 
1581
                                                <Tool
 
1582
                                                        Name="VCCLCompilerTool"
 
1583
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1584
                                                        ObjectFile="$(IntDir)\mpn\"
 
1585
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1586
                                                        XMLDocumentationFileName=""
 
1587
                                                />
 
1588
                                        </FileConfiguration>
 
1589
                                        <FileConfiguration
 
1590
                                                Name="Release|Win32"
 
1591
                                                >
 
1592
                                                <Tool
 
1593
                                                        Name="VCCLCompilerTool"
 
1594
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1595
                                                        ObjectFile="$(IntDir)\mpn\"
 
1596
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1597
                                                        XMLDocumentationFileName=""
 
1598
                                                />
 
1599
                                        </FileConfiguration>
 
1600
                                </File>
 
1601
                                <File
 
1602
                                        RelativePath="..\popham.c"
 
1603
                                        >
 
1604
                                        <FileConfiguration
 
1605
                                                Name="Debug|Win32"
 
1606
                                                ExcludedFromBuild="true"
 
1607
                                                >
 
1608
                                                <Tool
 
1609
                                                        Name="VCCLCompilerTool"
 
1610
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1611
                                                        ObjectFile="$(IntDir)\mpn\"
 
1612
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1613
                                                        XMLDocumentationFileName=""
 
1614
                                                />
 
1615
                                        </FileConfiguration>
 
1616
                                        <FileConfiguration
 
1617
                                                Name="Release|Win32"
 
1618
                                                ExcludedFromBuild="true"
 
1619
                                                >
 
1620
                                                <Tool
 
1621
                                                        Name="VCCLCompilerTool"
 
1622
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1623
                                                        ObjectFile="$(IntDir)\mpn\"
 
1624
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1625
                                                        XMLDocumentationFileName=""
 
1626
                                                />
 
1627
                                        </FileConfiguration>
 
1628
                                </File>
 
1629
                                <File
 
1630
                                        RelativePath="..\..\mpn\generic\pow_1.c"
 
1631
                                        >
 
1632
                                        <FileConfiguration
 
1633
                                                Name="Debug|Win32"
 
1634
                                                >
 
1635
                                                <Tool
 
1636
                                                        Name="VCCLCompilerTool"
 
1637
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1638
                                                        ObjectFile="$(IntDir)\mpn\"
 
1639
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1640
                                                        XMLDocumentationFileName=""
 
1641
                                                />
 
1642
                                        </FileConfiguration>
 
1643
                                        <FileConfiguration
 
1644
                                                Name="Release|Win32"
 
1645
                                                >
 
1646
                                                <Tool
 
1647
                                                        Name="VCCLCompilerTool"
 
1648
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1649
                                                        ObjectFile="$(IntDir)\mpn\"
 
1650
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1651
                                                        XMLDocumentationFileName=""
 
1652
                                                />
 
1653
                                        </FileConfiguration>
 
1654
                                </File>
 
1655
                                <File
 
1656
                                        RelativePath="..\..\mpn\generic\random.c"
 
1657
                                        >
 
1658
                                        <FileConfiguration
 
1659
                                                Name="Debug|Win32"
 
1660
                                                >
 
1661
                                                <Tool
 
1662
                                                        Name="VCCLCompilerTool"
 
1663
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1664
                                                        ObjectFile="$(IntDir)\mpn\"
 
1665
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1666
                                                        XMLDocumentationFileName=""
 
1667
                                                />
 
1668
                                        </FileConfiguration>
 
1669
                                        <FileConfiguration
 
1670
                                                Name="Release|Win32"
 
1671
                                                >
 
1672
                                                <Tool
 
1673
                                                        Name="VCCLCompilerTool"
 
1674
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1675
                                                        ObjectFile="$(IntDir)\mpn\"
 
1676
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1677
                                                        XMLDocumentationFileName=""
 
1678
                                                />
 
1679
                                        </FileConfiguration>
 
1680
                                </File>
 
1681
                                <File
 
1682
                                        RelativePath="..\..\mpn\generic\random2.c"
 
1683
                                        >
 
1684
                                        <FileConfiguration
 
1685
                                                Name="Debug|Win32"
 
1686
                                                >
 
1687
                                                <Tool
 
1688
                                                        Name="VCCLCompilerTool"
 
1689
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1690
                                                        ObjectFile="$(IntDir)\mpn\"
 
1691
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1692
                                                        XMLDocumentationFileName=""
 
1693
                                                />
 
1694
                                        </FileConfiguration>
 
1695
                                        <FileConfiguration
 
1696
                                                Name="Release|Win32"
 
1697
                                                >
 
1698
                                                <Tool
 
1699
                                                        Name="VCCLCompilerTool"
 
1700
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1701
                                                        ObjectFile="$(IntDir)\mpn\"
 
1702
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1703
                                                        XMLDocumentationFileName=""
 
1704
                                                />
 
1705
                                        </FileConfiguration>
 
1706
                                </File>
 
1707
                                <File
 
1708
                                        RelativePath="..\..\mpn\generic\rootrem.c"
 
1709
                                        >
 
1710
                                        <FileConfiguration
 
1711
                                                Name="Debug|Win32"
 
1712
                                                >
 
1713
                                                <Tool
 
1714
                                                        Name="VCCLCompilerTool"
 
1715
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1716
                                                        ObjectFile="$(IntDir)\mpn\"
 
1717
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1718
                                                        XMLDocumentationFileName=""
 
1719
                                                />
 
1720
                                        </FileConfiguration>
 
1721
                                        <FileConfiguration
 
1722
                                                Name="Release|Win32"
 
1723
                                                >
 
1724
                                                <Tool
 
1725
                                                        Name="VCCLCompilerTool"
 
1726
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1727
                                                        ObjectFile="$(IntDir)\mpn\"
 
1728
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1729
                                                        XMLDocumentationFileName=""
 
1730
                                                />
 
1731
                                        </FileConfiguration>
 
1732
                                </File>
 
1733
                                <File
 
1734
                                        RelativePath="..\..\mpn\generic\sb_divrem_mn.c"
 
1735
                                        >
 
1736
                                        <FileConfiguration
 
1737
                                                Name="Debug|Win32"
 
1738
                                                >
 
1739
                                                <Tool
 
1740
                                                        Name="VCCLCompilerTool"
 
1741
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1742
                                                        ObjectFile="$(IntDir)\mpn\"
 
1743
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1744
                                                        XMLDocumentationFileName=""
 
1745
                                                />
 
1746
                                        </FileConfiguration>
 
1747
                                        <FileConfiguration
 
1748
                                                Name="Release|Win32"
 
1749
                                                >
 
1750
                                                <Tool
 
1751
                                                        Name="VCCLCompilerTool"
 
1752
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1753
                                                        ObjectFile="$(IntDir)\mpn\"
 
1754
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1755
                                                        XMLDocumentationFileName=""
 
1756
                                                />
 
1757
                                        </FileConfiguration>
 
1758
                                </File>
 
1759
                                <File
 
1760
                                        RelativePath="..\..\mpn\generic\scan0.c"
 
1761
                                        >
 
1762
                                        <FileConfiguration
 
1763
                                                Name="Debug|Win32"
 
1764
                                                >
 
1765
                                                <Tool
 
1766
                                                        Name="VCCLCompilerTool"
 
1767
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1768
                                                        ObjectFile="$(IntDir)\mpn\"
 
1769
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1770
                                                        XMLDocumentationFileName=""
 
1771
                                                />
 
1772
                                        </FileConfiguration>
 
1773
                                        <FileConfiguration
 
1774
                                                Name="Release|Win32"
 
1775
                                                >
 
1776
                                                <Tool
 
1777
                                                        Name="VCCLCompilerTool"
 
1778
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1779
                                                        ObjectFile="$(IntDir)\mpn\"
 
1780
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1781
                                                        XMLDocumentationFileName=""
 
1782
                                                />
 
1783
                                        </FileConfiguration>
 
1784
                                </File>
 
1785
                                <File
 
1786
                                        RelativePath="..\..\mpn\generic\scan1.c"
 
1787
                                        >
 
1788
                                        <FileConfiguration
 
1789
                                                Name="Debug|Win32"
 
1790
                                                >
 
1791
                                                <Tool
 
1792
                                                        Name="VCCLCompilerTool"
 
1793
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1794
                                                        ObjectFile="$(IntDir)\mpn\"
 
1795
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1796
                                                        XMLDocumentationFileName=""
 
1797
                                                />
 
1798
                                        </FileConfiguration>
 
1799
                                        <FileConfiguration
 
1800
                                                Name="Release|Win32"
 
1801
                                                >
 
1802
                                                <Tool
 
1803
                                                        Name="VCCLCompilerTool"
 
1804
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1805
                                                        ObjectFile="$(IntDir)\mpn\"
 
1806
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1807
                                                        XMLDocumentationFileName=""
 
1808
                                                />
 
1809
                                        </FileConfiguration>
 
1810
                                </File>
 
1811
                                <File
 
1812
                                        RelativePath="..\..\mpn\generic\set_str.c"
 
1813
                                        >
 
1814
                                        <FileConfiguration
 
1815
                                                Name="Debug|Win32"
 
1816
                                                >
 
1817
                                                <Tool
 
1818
                                                        Name="VCCLCompilerTool"
 
1819
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1820
                                                        ObjectFile="$(IntDir)\mpn\"
 
1821
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1822
                                                        XMLDocumentationFileName=""
 
1823
                                                />
 
1824
                                        </FileConfiguration>
 
1825
                                        <FileConfiguration
 
1826
                                                Name="Release|Win32"
 
1827
                                                >
 
1828
                                                <Tool
 
1829
                                                        Name="VCCLCompilerTool"
 
1830
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1831
                                                        ObjectFile="$(IntDir)\mpn\"
 
1832
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1833
                                                        XMLDocumentationFileName=""
 
1834
                                                />
 
1835
                                        </FileConfiguration>
 
1836
                                </File>
 
1837
                                <File
 
1838
                                        RelativePath="..\..\mpn\generic\sizeinbase.c"
 
1839
                                        >
 
1840
                                        <FileConfiguration
 
1841
                                                Name="Debug|Win32"
 
1842
                                                >
 
1843
                                                <Tool
 
1844
                                                        Name="VCCLCompilerTool"
 
1845
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1846
                                                        ObjectFile="$(IntDir)\mpn\"
 
1847
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1848
                                                        XMLDocumentationFileName=""
 
1849
                                                />
 
1850
                                        </FileConfiguration>
 
1851
                                        <FileConfiguration
 
1852
                                                Name="Release|Win32"
 
1853
                                                >
 
1854
                                                <Tool
 
1855
                                                        Name="VCCLCompilerTool"
 
1856
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1857
                                                        ObjectFile="$(IntDir)\mpn\"
 
1858
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1859
                                                        XMLDocumentationFileName=""
 
1860
                                                />
 
1861
                                        </FileConfiguration>
 
1862
                                </File>
 
1863
                                <File
 
1864
                                        RelativePath="..\..\mpn\generic\sqrtrem.c"
 
1865
                                        >
 
1866
                                        <FileConfiguration
 
1867
                                                Name="Debug|Win32"
 
1868
                                                >
 
1869
                                                <Tool
 
1870
                                                        Name="VCCLCompilerTool"
 
1871
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1872
                                                        ObjectFile="$(IntDir)\mpn\"
 
1873
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1874
                                                        XMLDocumentationFileName=""
 
1875
                                                />
 
1876
                                        </FileConfiguration>
 
1877
                                        <FileConfiguration
 
1878
                                                Name="Release|Win32"
 
1879
                                                >
 
1880
                                                <Tool
 
1881
                                                        Name="VCCLCompilerTool"
 
1882
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1883
                                                        ObjectFile="$(IntDir)\mpn\"
 
1884
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1885
                                                        XMLDocumentationFileName=""
 
1886
                                                />
 
1887
                                        </FileConfiguration>
 
1888
                                </File>
 
1889
                                <File
 
1890
                                        RelativePath="..\..\mpn\generic\sub.c"
 
1891
                                        >
 
1892
                                        <FileConfiguration
 
1893
                                                Name="Debug|Win32"
 
1894
                                                >
 
1895
                                                <Tool
 
1896
                                                        Name="VCCLCompilerTool"
 
1897
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1898
                                                        ObjectFile="$(IntDir)\mpn\"
 
1899
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1900
                                                        XMLDocumentationFileName=""
 
1901
                                                />
 
1902
                                        </FileConfiguration>
 
1903
                                        <FileConfiguration
 
1904
                                                Name="Release|Win32"
 
1905
                                                >
 
1906
                                                <Tool
 
1907
                                                        Name="VCCLCompilerTool"
 
1908
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1909
                                                        ObjectFile="$(IntDir)\mpn\"
 
1910
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1911
                                                        XMLDocumentationFileName=""
 
1912
                                                />
 
1913
                                        </FileConfiguration>
 
1914
                                </File>
 
1915
                                <File
 
1916
                                        RelativePath="..\..\mpn\generic\sub_1.c"
 
1917
                                        >
 
1918
                                        <FileConfiguration
 
1919
                                                Name="Debug|Win32"
 
1920
                                                >
 
1921
                                                <Tool
 
1922
                                                        Name="VCCLCompilerTool"
 
1923
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1924
                                                        ObjectFile="$(IntDir)\mpn\"
 
1925
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1926
                                                        XMLDocumentationFileName=""
 
1927
                                                />
 
1928
                                        </FileConfiguration>
 
1929
                                        <FileConfiguration
 
1930
                                                Name="Release|Win32"
 
1931
                                                >
 
1932
                                                <Tool
 
1933
                                                        Name="VCCLCompilerTool"
 
1934
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1935
                                                        ObjectFile="$(IntDir)\mpn\"
 
1936
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1937
                                                        XMLDocumentationFileName=""
 
1938
                                                />
 
1939
                                        </FileConfiguration>
 
1940
                                </File>
 
1941
                                <File
 
1942
                                        RelativePath="..\..\mpn\generic\tdiv_qr.c"
 
1943
                                        >
 
1944
                                        <FileConfiguration
 
1945
                                                Name="Debug|Win32"
 
1946
                                                >
 
1947
                                                <Tool
 
1948
                                                        Name="VCCLCompilerTool"
 
1949
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1950
                                                        ObjectFile="$(IntDir)\mpn\"
 
1951
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1952
                                                        XMLDocumentationFileName=""
 
1953
                                                />
 
1954
                                        </FileConfiguration>
 
1955
                                        <FileConfiguration
 
1956
                                                Name="Release|Win32"
 
1957
                                                >
 
1958
                                                <Tool
 
1959
                                                        Name="VCCLCompilerTool"
 
1960
                                                        AssemblerListingLocation="$(IntDir)\mpn\"
 
1961
                                                        ObjectFile="$(IntDir)\mpn\"
 
1962
                                                        ProgramDataBaseFileName="$(IntDir)\mpn\"
 
1963
                                                        XMLDocumentationFileName=""
 
1964
                                                />
 
1965
                                        </FileConfiguration>
 
1966
                                </File>
 
1967
                                <Filter
 
1968
                                        Name="Assembler"
 
1969
                                        >
 
1970
                                        <File
 
1971
                                                RelativePath="..\..\mpn\x86i\aors_n.asm"
 
1972
                                                >
 
1973
                                        </File>
 
1974
                                        <File
 
1975
                                                RelativePath="..\..\mpn\x86i\p6\aorsmul_1.asm"
 
1976
                                                >
 
1977
                                        </File>
 
1978
                                        <File
 
1979
                                                RelativePath="..\..\mpn\x86i\p6\copyd.asm"
 
1980
                                                >
 
1981
                                        </File>
 
1982
                                        <File
 
1983
                                                RelativePath="..\..\mpn\x86i\copyi.asm"
 
1984
                                                >
 
1985
                                        </File>
 
1986
                                        <File
 
1987
                                                RelativePath="..\..\mpn\x86i\p6\dive_1.asm"
 
1988
                                                >
 
1989
                                        </File>
 
1990
                                        <File
 
1991
                                                RelativePath="..\..\mpn\x86i\p6\diveby3.asm"
 
1992
                                                >
 
1993
                                        </File>
 
1994
                                        <File
 
1995
                                                RelativePath="..\..\mpn\x86i\divrem_1.asm"
 
1996
                                                >
 
1997
                                                <FileConfiguration
 
1998
                                                        Name="Debug|Win32"
 
1999
                                                        ExcludedFromBuild="true"
 
2000
                                                        >
 
2001
                                                        <Tool
 
2002
                                                                Name="YASM"
 
2003
                                                        />
 
2004
                                                </FileConfiguration>
 
2005
                                                <FileConfiguration
 
2006
                                                        Name="Release|Win32"
 
2007
                                                        ExcludedFromBuild="true"
 
2008
                                                        >
 
2009
                                                        <Tool
 
2010
                                                                Name="YASM"
 
2011
                                                        />
 
2012
                                                </FileConfiguration>
 
2013
                                        </File>
 
2014
                                        <File
 
2015
                                                RelativePath="..\..\mpn\x86i\lshift.asm"
 
2016
                                                >
 
2017
                                                <FileConfiguration
 
2018
                                                        Name="Debug|Win32"
 
2019
                                                        ExcludedFromBuild="true"
 
2020
                                                        >
 
2021
                                                        <Tool
 
2022
                                                                Name="YASM"
 
2023
                                                        />
 
2024
                                                </FileConfiguration>
 
2025
                                                <FileConfiguration
 
2026
                                                        Name="Release|Win32"
 
2027
                                                        ExcludedFromBuild="true"
 
2028
                                                        >
 
2029
                                                        <Tool
 
2030
                                                                Name="YASM"
 
2031
                                                        />
 
2032
                                                </FileConfiguration>
 
2033
                                        </File>
 
2034
                                        <File
 
2035
                                                RelativePath="..\..\mpn\x86i\p6\mod_1.asm"
 
2036
                                                >
 
2037
                                        </File>
 
2038
                                        <File
 
2039
                                                RelativePath="..\..\mpn\x86i\mod_34lsub1.asm"
 
2040
                                                >
 
2041
                                        </File>
 
2042
                                        <File
 
2043
                                                RelativePath="..\..\mpn\x86i\p6\mode1o.asm"
 
2044
                                                >
 
2045
                                        </File>
 
2046
                                        <File
 
2047
                                                RelativePath="..\..\mpn\x86i\mul_1.asm"
 
2048
                                                >
 
2049
                                        </File>
 
2050
                                        <File
 
2051
                                                RelativePath="..\..\mpn\x86i\mul_basecase.asm"
 
2052
                                                >
 
2053
                                        </File>
 
2054
                                        <File
 
2055
                                                RelativePath="..\..\mpn\x86i\rshift.asm"
 
2056
                                                >
 
2057
                                                <FileConfiguration
 
2058
                                                        Name="Debug|Win32"
 
2059
                                                        ExcludedFromBuild="true"
 
2060
                                                        >
 
2061
                                                        <Tool
 
2062
                                                                Name="YASM"
 
2063
                                                        />
 
2064
                                                </FileConfiguration>
 
2065
                                                <FileConfiguration
 
2066
                                                        Name="Release|Win32"
 
2067
                                                        ExcludedFromBuild="true"
 
2068
                                                        >
 
2069
                                                        <Tool
 
2070
                                                                Name="YASM"
 
2071
                                                        />
 
2072
                                                </FileConfiguration>
 
2073
                                        </File>
 
2074
                                        <File
 
2075
                                                RelativePath="..\..\mpn\x86i\p6\sqr_basecase.asm"
 
2076
                                                >
 
2077
                                        </File>
 
2078
                                        <File
 
2079
                                                RelativePath="..\..\mpn\x86i\udiv.asm"
 
2080
                                                >
 
2081
                                        </File>
 
2082
                                        <File
 
2083
                                                RelativePath="..\..\mpn\x86i\umul.asm"
 
2084
                                                >
 
2085
                                        </File>
 
2086
                                        <Filter
 
2087
                                                Name="mmx"
 
2088
                                                >
 
2089
                                                <File
 
2090
                                                        RelativePath="..\..\mpn\x86i\p6\mmx\divrem_1.asm"
 
2091
                                                        >
 
2092
                                                </File>
 
2093
                                                <File
 
2094
                                                        RelativePath="..\..\mpn\x86i\p6\mmx\lshift.asm"
 
2095
                                                        >
 
2096
                                                </File>
 
2097
                                                <File
 
2098
                                                        RelativePath="..\..\mpn\x86i\p6\mmx\popham.asm"
 
2099
                                                        >
 
2100
                                                        <FileConfiguration
 
2101
                                                                Name="Debug|Win32"
 
2102
                                                                ExcludedFromBuild="true"
 
2103
                                                                >
 
2104
                                                                <Tool
 
2105
                                                                        Name="YASM"
 
2106
                                                                />
 
2107
                                                        </FileConfiguration>
 
2108
                                                        <FileConfiguration
 
2109
                                                                Name="Release|Win32"
 
2110
                                                                ExcludedFromBuild="true"
 
2111
                                                                >
 
2112
                                                                <Tool
 
2113
                                                                        Name="YASM"
 
2114
                                                                />
 
2115
                                                        </FileConfiguration>
 
2116
                                                </File>
 
2117
                                                <File
 
2118
                                                        RelativePath="..\..\mpn\x86i\p6\p3mmx\popham.asm"
 
2119
                                                        >
 
2120
                                                </File>
 
2121
                                                <File
 
2122
                                                        RelativePath="..\..\mpn\x86i\p6\mmx\rshift.asm"
 
2123
                                                        >
 
2124
                                                </File>
 
2125
                                        </Filter>
 
2126
                                </Filter>
 
2127
                                <Filter
 
2128
                                        Name="win32"
 
2129
                                        >
 
2130
                                        <File
 
2131
                                                RelativePath="..\win32\fib_table.c"
 
2132
                                                >
 
2133
                                                <FileConfiguration
 
2134
                                                        Name="Debug|Win32"
 
2135
                                                        >
 
2136
                                                        <Tool
 
2137
                                                                Name="VCCLCompilerTool"
 
2138
                                                                AssemblerListingLocation="$(IntDir)\mpn\"
 
2139
                                                                ObjectFile="$(IntDir)\mpn\"
 
2140
                                                                ProgramDataBaseFileName="$(IntDir)\mpn\"
 
2141
                                                                XMLDocumentationFileName=""
 
2142
                                                        />
 
2143
                                                </FileConfiguration>
 
2144
                                                <FileConfiguration
 
2145
                                                        Name="Release|Win32"
 
2146
                                                        >
 
2147
                                                        <Tool
 
2148
                                                                Name="VCCLCompilerTool"
 
2149
                                                                AssemblerListingLocation="$(IntDir)\mpn\"
 
2150
                                                                ObjectFile="$(IntDir)\mpn\"
 
2151
                                                                ProgramDataBaseFileName="$(IntDir)\mpn\"
 
2152
                                                                XMLDocumentationFileName=""
 
2153
                                                        />
 
2154
                                                </FileConfiguration>
 
2155
                                        </File>
 
2156
                                        <File
 
2157
                                                RelativePath="..\win32\mp_bases.c"
 
2158
                                                >
 
2159
                                                <FileConfiguration
 
2160
                                                        Name="Debug|Win32"
 
2161
                                                        >
 
2162
                                                        <Tool
 
2163
                                                                Name="VCCLCompilerTool"
 
2164
                                                                AssemblerListingLocation="$(IntDir)\mpn\"
 
2165
                                                                ObjectFile="$(IntDir)\mpn\"
 
2166
                                                                ProgramDataBaseFileName="$(IntDir)\mpn\"
 
2167
                                                                XMLDocumentationFileName=""
 
2168
                                                        />
 
2169
                                                </FileConfiguration>
 
2170
                                                <FileConfiguration
 
2171
                                                        Name="Release|Win32"
 
2172
                                                        >
 
2173
                                                        <Tool
 
2174
                                                                Name="VCCLCompilerTool"
 
2175
                                                                AssemblerListingLocation="$(IntDir)\mpn\"
 
2176
                                                                ObjectFile="$(IntDir)\mpn\"
 
2177
                                                                ProgramDataBaseFileName="$(IntDir)\mpn\"
 
2178
                                                                XMLDocumentationFileName=""
 
2179
                                                        />
 
2180
                                                </FileConfiguration>
 
2181
                                        </File>
 
2182
                                </Filter>
 
2183
                        </Filter>
 
2184
                        <Filter
 
2185
                                Name="scanf"
 
2186
                                >
 
2187
                                <File
 
2188
                                        RelativePath="..\..\scanf\doscan.c"
 
2189
                                        >
 
2190
                                        <FileConfiguration
 
2191
                                                Name="Debug|Win32"
 
2192
                                                >
 
2193
                                                <Tool
 
2194
                                                        Name="VCCLCompilerTool"
 
2195
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2196
                                                        ObjectFile="$(IntDir)\scanf\"
 
2197
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2198
                                                        XMLDocumentationFileName=""
 
2199
                                                />
 
2200
                                        </FileConfiguration>
 
2201
                                        <FileConfiguration
 
2202
                                                Name="Release|Win32"
 
2203
                                                >
 
2204
                                                <Tool
 
2205
                                                        Name="VCCLCompilerTool"
 
2206
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2207
                                                        ObjectFile="$(IntDir)\scanf\"
 
2208
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2209
                                                        XMLDocumentationFileName=""
 
2210
                                                />
 
2211
                                        </FileConfiguration>
 
2212
                                </File>
 
2213
                                <File
 
2214
                                        RelativePath="..\..\scanf\fscanf.c"
 
2215
                                        >
 
2216
                                        <FileConfiguration
 
2217
                                                Name="Debug|Win32"
 
2218
                                                >
 
2219
                                                <Tool
 
2220
                                                        Name="VCCLCompilerTool"
 
2221
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2222
                                                        ObjectFile="$(IntDir)\scanf\"
 
2223
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2224
                                                        XMLDocumentationFileName=""
 
2225
                                                />
 
2226
                                        </FileConfiguration>
 
2227
                                        <FileConfiguration
 
2228
                                                Name="Release|Win32"
 
2229
                                                >
 
2230
                                                <Tool
 
2231
                                                        Name="VCCLCompilerTool"
 
2232
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2233
                                                        ObjectFile="$(IntDir)\scanf\"
 
2234
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2235
                                                        XMLDocumentationFileName=""
 
2236
                                                />
 
2237
                                        </FileConfiguration>
 
2238
                                </File>
 
2239
                                <File
 
2240
                                        RelativePath="..\..\scanf\fscanffuns.c"
 
2241
                                        >
 
2242
                                        <FileConfiguration
 
2243
                                                Name="Debug|Win32"
 
2244
                                                >
 
2245
                                                <Tool
 
2246
                                                        Name="VCCLCompilerTool"
 
2247
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2248
                                                        ObjectFile="$(IntDir)\scanf\"
 
2249
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2250
                                                        XMLDocumentationFileName=""
 
2251
                                                />
 
2252
                                        </FileConfiguration>
 
2253
                                        <FileConfiguration
 
2254
                                                Name="Release|Win32"
 
2255
                                                >
 
2256
                                                <Tool
 
2257
                                                        Name="VCCLCompilerTool"
 
2258
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2259
                                                        ObjectFile="$(IntDir)\scanf\"
 
2260
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2261
                                                        XMLDocumentationFileName=""
 
2262
                                                />
 
2263
                                        </FileConfiguration>
 
2264
                                </File>
 
2265
                                <File
 
2266
                                        RelativePath="..\..\scanf\scanf.c"
 
2267
                                        >
 
2268
                                        <FileConfiguration
 
2269
                                                Name="Debug|Win32"
 
2270
                                                >
 
2271
                                                <Tool
 
2272
                                                        Name="VCCLCompilerTool"
 
2273
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2274
                                                        ObjectFile="$(IntDir)\scanf\"
 
2275
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2276
                                                        XMLDocumentationFileName=""
 
2277
                                                />
 
2278
                                        </FileConfiguration>
 
2279
                                        <FileConfiguration
 
2280
                                                Name="Release|Win32"
 
2281
                                                >
 
2282
                                                <Tool
 
2283
                                                        Name="VCCLCompilerTool"
 
2284
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2285
                                                        ObjectFile="$(IntDir)\scanf\"
 
2286
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2287
                                                        XMLDocumentationFileName=""
 
2288
                                                />
 
2289
                                        </FileConfiguration>
 
2290
                                </File>
 
2291
                                <File
 
2292
                                        RelativePath="..\..\scanf\sscanf.c"
 
2293
                                        >
 
2294
                                        <FileConfiguration
 
2295
                                                Name="Debug|Win32"
 
2296
                                                >
 
2297
                                                <Tool
 
2298
                                                        Name="VCCLCompilerTool"
 
2299
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2300
                                                        ObjectFile="$(IntDir)\scanf\"
 
2301
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2302
                                                        XMLDocumentationFileName=""
 
2303
                                                />
 
2304
                                        </FileConfiguration>
 
2305
                                        <FileConfiguration
 
2306
                                                Name="Release|Win32"
 
2307
                                                >
 
2308
                                                <Tool
 
2309
                                                        Name="VCCLCompilerTool"
 
2310
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2311
                                                        ObjectFile="$(IntDir)\scanf\"
 
2312
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2313
                                                        XMLDocumentationFileName=""
 
2314
                                                />
 
2315
                                        </FileConfiguration>
 
2316
                                </File>
 
2317
                                <File
 
2318
                                        RelativePath="..\..\scanf\sscanffuns.c"
 
2319
                                        >
 
2320
                                        <FileConfiguration
 
2321
                                                Name="Debug|Win32"
 
2322
                                                >
 
2323
                                                <Tool
 
2324
                                                        Name="VCCLCompilerTool"
 
2325
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2326
                                                        ObjectFile="$(IntDir)\scanf\"
 
2327
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2328
                                                        XMLDocumentationFileName=""
 
2329
                                                />
 
2330
                                        </FileConfiguration>
 
2331
                                        <FileConfiguration
 
2332
                                                Name="Release|Win32"
 
2333
                                                >
 
2334
                                                <Tool
 
2335
                                                        Name="VCCLCompilerTool"
 
2336
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2337
                                                        ObjectFile="$(IntDir)\scanf\"
 
2338
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2339
                                                        XMLDocumentationFileName=""
 
2340
                                                />
 
2341
                                        </FileConfiguration>
 
2342
                                </File>
 
2343
                                <File
 
2344
                                        RelativePath="..\..\scanf\vfscanf.c"
 
2345
                                        >
 
2346
                                        <FileConfiguration
 
2347
                                                Name="Debug|Win32"
 
2348
                                                >
 
2349
                                                <Tool
 
2350
                                                        Name="VCCLCompilerTool"
 
2351
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2352
                                                        ObjectFile="$(IntDir)\scanf\"
 
2353
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2354
                                                        XMLDocumentationFileName=""
 
2355
                                                />
 
2356
                                        </FileConfiguration>
 
2357
                                        <FileConfiguration
 
2358
                                                Name="Release|Win32"
 
2359
                                                >
 
2360
                                                <Tool
 
2361
                                                        Name="VCCLCompilerTool"
 
2362
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2363
                                                        ObjectFile="$(IntDir)\scanf\"
 
2364
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2365
                                                        XMLDocumentationFileName=""
 
2366
                                                />
 
2367
                                        </FileConfiguration>
 
2368
                                </File>
 
2369
                                <File
 
2370
                                        RelativePath="..\..\scanf\vscanf.c"
 
2371
                                        >
 
2372
                                        <FileConfiguration
 
2373
                                                Name="Debug|Win32"
 
2374
                                                >
 
2375
                                                <Tool
 
2376
                                                        Name="VCCLCompilerTool"
 
2377
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2378
                                                        ObjectFile="$(IntDir)\scanf\"
 
2379
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2380
                                                        XMLDocumentationFileName=""
 
2381
                                                />
 
2382
                                        </FileConfiguration>
 
2383
                                        <FileConfiguration
 
2384
                                                Name="Release|Win32"
 
2385
                                                >
 
2386
                                                <Tool
 
2387
                                                        Name="VCCLCompilerTool"
 
2388
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2389
                                                        ObjectFile="$(IntDir)\scanf\"
 
2390
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2391
                                                        XMLDocumentationFileName=""
 
2392
                                                />
 
2393
                                        </FileConfiguration>
 
2394
                                </File>
 
2395
                                <File
 
2396
                                        RelativePath="..\..\scanf\vsscanf.c"
 
2397
                                        >
 
2398
                                        <FileConfiguration
 
2399
                                                Name="Debug|Win32"
 
2400
                                                >
 
2401
                                                <Tool
 
2402
                                                        Name="VCCLCompilerTool"
 
2403
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2404
                                                        ObjectFile="$(IntDir)\scanf\"
 
2405
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2406
                                                        XMLDocumentationFileName=""
 
2407
                                                />
 
2408
                                        </FileConfiguration>
 
2409
                                        <FileConfiguration
 
2410
                                                Name="Release|Win32"
 
2411
                                                >
 
2412
                                                <Tool
 
2413
                                                        Name="VCCLCompilerTool"
 
2414
                                                        AssemblerListingLocation="$(IntDir)\scanf\"
 
2415
                                                        ObjectFile="$(IntDir)\scanf\"
 
2416
                                                        ProgramDataBaseFileName="$(IntDir)\scanf\"
 
2417
                                                        XMLDocumentationFileName=""
 
2418
                                                />
 
2419
                                        </FileConfiguration>
 
2420
                                </File>
 
2421
                        </Filter>
 
2422
                        <Filter
 
2423
                                Name="mpf"
 
2424
                                >
 
2425
                                <File
 
2426
                                        RelativePath="..\..\mpf\abs.c"
 
2427
                                        >
 
2428
                                        <FileConfiguration
 
2429
                                                Name="Debug|Win32"
 
2430
                                                >
 
2431
                                                <Tool
 
2432
                                                        Name="VCCLCompilerTool"
 
2433
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2434
                                                        ObjectFile="$(IntDir)\mpf\"
 
2435
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2436
                                                        XMLDocumentationFileName=""
 
2437
                                                />
 
2438
                                        </FileConfiguration>
 
2439
                                        <FileConfiguration
 
2440
                                                Name="Release|Win32"
 
2441
                                                >
 
2442
                                                <Tool
 
2443
                                                        Name="VCCLCompilerTool"
 
2444
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2445
                                                        ObjectFile="$(IntDir)\mpf\"
 
2446
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2447
                                                        XMLDocumentationFileName=""
 
2448
                                                />
 
2449
                                        </FileConfiguration>
 
2450
                                </File>
 
2451
                                <File
 
2452
                                        RelativePath="..\..\mpf\add.c"
 
2453
                                        >
 
2454
                                        <FileConfiguration
 
2455
                                                Name="Debug|Win32"
 
2456
                                                >
 
2457
                                                <Tool
 
2458
                                                        Name="VCCLCompilerTool"
 
2459
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2460
                                                        ObjectFile="$(IntDir)\mpf\"
 
2461
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2462
                                                        XMLDocumentationFileName=""
 
2463
                                                />
 
2464
                                        </FileConfiguration>
 
2465
                                        <FileConfiguration
 
2466
                                                Name="Release|Win32"
 
2467
                                                >
 
2468
                                                <Tool
 
2469
                                                        Name="VCCLCompilerTool"
 
2470
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2471
                                                        ObjectFile="$(IntDir)\mpf\"
 
2472
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2473
                                                        XMLDocumentationFileName=""
 
2474
                                                />
 
2475
                                        </FileConfiguration>
 
2476
                                </File>
 
2477
                                <File
 
2478
                                        RelativePath="..\..\mpf\add_ui.c"
 
2479
                                        >
 
2480
                                        <FileConfiguration
 
2481
                                                Name="Debug|Win32"
 
2482
                                                >
 
2483
                                                <Tool
 
2484
                                                        Name="VCCLCompilerTool"
 
2485
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2486
                                                        ObjectFile="$(IntDir)\mpf\"
 
2487
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2488
                                                        XMLDocumentationFileName=""
 
2489
                                                />
 
2490
                                        </FileConfiguration>
 
2491
                                        <FileConfiguration
 
2492
                                                Name="Release|Win32"
 
2493
                                                >
 
2494
                                                <Tool
 
2495
                                                        Name="VCCLCompilerTool"
 
2496
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2497
                                                        ObjectFile="$(IntDir)\mpf\"
 
2498
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2499
                                                        XMLDocumentationFileName=""
 
2500
                                                />
 
2501
                                        </FileConfiguration>
 
2502
                                </File>
 
2503
                                <File
 
2504
                                        RelativePath="..\..\mpf\ceilfloor.c"
 
2505
                                        >
 
2506
                                        <FileConfiguration
 
2507
                                                Name="Debug|Win32"
 
2508
                                                >
 
2509
                                                <Tool
 
2510
                                                        Name="VCCLCompilerTool"
 
2511
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2512
                                                        ObjectFile="$(IntDir)\mpf\"
 
2513
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2514
                                                        XMLDocumentationFileName=""
 
2515
                                                />
 
2516
                                        </FileConfiguration>
 
2517
                                        <FileConfiguration
 
2518
                                                Name="Release|Win32"
 
2519
                                                >
 
2520
                                                <Tool
 
2521
                                                        Name="VCCLCompilerTool"
 
2522
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2523
                                                        ObjectFile="$(IntDir)\mpf\"
 
2524
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2525
                                                        XMLDocumentationFileName=""
 
2526
                                                />
 
2527
                                        </FileConfiguration>
 
2528
                                </File>
 
2529
                                <File
 
2530
                                        RelativePath="..\..\mpf\clear.c"
 
2531
                                        >
 
2532
                                        <FileConfiguration
 
2533
                                                Name="Debug|Win32"
 
2534
                                                >
 
2535
                                                <Tool
 
2536
                                                        Name="VCCLCompilerTool"
 
2537
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2538
                                                        ObjectFile="$(IntDir)\mpf\"
 
2539
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2540
                                                        XMLDocumentationFileName=""
 
2541
                                                />
 
2542
                                        </FileConfiguration>
 
2543
                                        <FileConfiguration
 
2544
                                                Name="Release|Win32"
 
2545
                                                >
 
2546
                                                <Tool
 
2547
                                                        Name="VCCLCompilerTool"
 
2548
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2549
                                                        ObjectFile="$(IntDir)\mpf\"
 
2550
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2551
                                                        XMLDocumentationFileName=""
 
2552
                                                />
 
2553
                                        </FileConfiguration>
 
2554
                                </File>
 
2555
                                <File
 
2556
                                        RelativePath="..\..\mpf\cmp.c"
 
2557
                                        >
 
2558
                                        <FileConfiguration
 
2559
                                                Name="Debug|Win32"
 
2560
                                                >
 
2561
                                                <Tool
 
2562
                                                        Name="VCCLCompilerTool"
 
2563
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2564
                                                        ObjectFile="$(IntDir)\mpf\"
 
2565
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2566
                                                        XMLDocumentationFileName=""
 
2567
                                                />
 
2568
                                        </FileConfiguration>
 
2569
                                        <FileConfiguration
 
2570
                                                Name="Release|Win32"
 
2571
                                                >
 
2572
                                                <Tool
 
2573
                                                        Name="VCCLCompilerTool"
 
2574
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2575
                                                        ObjectFile="$(IntDir)\mpf\"
 
2576
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2577
                                                        XMLDocumentationFileName=""
 
2578
                                                />
 
2579
                                        </FileConfiguration>
 
2580
                                </File>
 
2581
                                <File
 
2582
                                        RelativePath="..\..\mpf\cmp_d.c"
 
2583
                                        >
 
2584
                                        <FileConfiguration
 
2585
                                                Name="Debug|Win32"
 
2586
                                                >
 
2587
                                                <Tool
 
2588
                                                        Name="VCCLCompilerTool"
 
2589
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2590
                                                        ObjectFile="$(IntDir)\mpf\"
 
2591
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2592
                                                        XMLDocumentationFileName=""
 
2593
                                                />
 
2594
                                        </FileConfiguration>
 
2595
                                        <FileConfiguration
 
2596
                                                Name="Release|Win32"
 
2597
                                                >
 
2598
                                                <Tool
 
2599
                                                        Name="VCCLCompilerTool"
 
2600
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2601
                                                        ObjectFile="$(IntDir)\mpf\"
 
2602
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2603
                                                        XMLDocumentationFileName=""
 
2604
                                                />
 
2605
                                        </FileConfiguration>
 
2606
                                </File>
 
2607
                                <File
 
2608
                                        RelativePath="..\..\mpf\cmp_si.c"
 
2609
                                        >
 
2610
                                        <FileConfiguration
 
2611
                                                Name="Debug|Win32"
 
2612
                                                >
 
2613
                                                <Tool
 
2614
                                                        Name="VCCLCompilerTool"
 
2615
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2616
                                                        ObjectFile="$(IntDir)\mpf\"
 
2617
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2618
                                                        XMLDocumentationFileName=""
 
2619
                                                />
 
2620
                                        </FileConfiguration>
 
2621
                                        <FileConfiguration
 
2622
                                                Name="Release|Win32"
 
2623
                                                >
 
2624
                                                <Tool
 
2625
                                                        Name="VCCLCompilerTool"
 
2626
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2627
                                                        ObjectFile="$(IntDir)\mpf\"
 
2628
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2629
                                                        XMLDocumentationFileName=""
 
2630
                                                />
 
2631
                                        </FileConfiguration>
 
2632
                                </File>
 
2633
                                <File
 
2634
                                        RelativePath="..\..\mpf\cmp_ui.c"
 
2635
                                        >
 
2636
                                        <FileConfiguration
 
2637
                                                Name="Debug|Win32"
 
2638
                                                >
 
2639
                                                <Tool
 
2640
                                                        Name="VCCLCompilerTool"
 
2641
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2642
                                                        ObjectFile="$(IntDir)\mpf\"
 
2643
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2644
                                                        XMLDocumentationFileName=""
 
2645
                                                />
 
2646
                                        </FileConfiguration>
 
2647
                                        <FileConfiguration
 
2648
                                                Name="Release|Win32"
 
2649
                                                >
 
2650
                                                <Tool
 
2651
                                                        Name="VCCLCompilerTool"
 
2652
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2653
                                                        ObjectFile="$(IntDir)\mpf\"
 
2654
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2655
                                                        XMLDocumentationFileName=""
 
2656
                                                />
 
2657
                                        </FileConfiguration>
 
2658
                                </File>
 
2659
                                <File
 
2660
                                        RelativePath="..\..\mpf\div.c"
 
2661
                                        >
 
2662
                                        <FileConfiguration
 
2663
                                                Name="Debug|Win32"
 
2664
                                                >
 
2665
                                                <Tool
 
2666
                                                        Name="VCCLCompilerTool"
 
2667
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2668
                                                        ObjectFile="$(IntDir)\mpf\"
 
2669
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2670
                                                        XMLDocumentationFileName=""
 
2671
                                                />
 
2672
                                        </FileConfiguration>
 
2673
                                        <FileConfiguration
 
2674
                                                Name="Release|Win32"
 
2675
                                                >
 
2676
                                                <Tool
 
2677
                                                        Name="VCCLCompilerTool"
 
2678
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2679
                                                        ObjectFile="$(IntDir)\mpf\"
 
2680
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2681
                                                        XMLDocumentationFileName=""
 
2682
                                                />
 
2683
                                        </FileConfiguration>
 
2684
                                </File>
 
2685
                                <File
 
2686
                                        RelativePath="..\..\mpf\div_2exp.c"
 
2687
                                        >
 
2688
                                        <FileConfiguration
 
2689
                                                Name="Debug|Win32"
 
2690
                                                >
 
2691
                                                <Tool
 
2692
                                                        Name="VCCLCompilerTool"
 
2693
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2694
                                                        ObjectFile="$(IntDir)\mpf\"
 
2695
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2696
                                                        XMLDocumentationFileName=""
 
2697
                                                />
 
2698
                                        </FileConfiguration>
 
2699
                                        <FileConfiguration
 
2700
                                                Name="Release|Win32"
 
2701
                                                >
 
2702
                                                <Tool
 
2703
                                                        Name="VCCLCompilerTool"
 
2704
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2705
                                                        ObjectFile="$(IntDir)\mpf\"
 
2706
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2707
                                                        XMLDocumentationFileName=""
 
2708
                                                />
 
2709
                                        </FileConfiguration>
 
2710
                                </File>
 
2711
                                <File
 
2712
                                        RelativePath="..\..\mpf\div_ui.c"
 
2713
                                        >
 
2714
                                        <FileConfiguration
 
2715
                                                Name="Debug|Win32"
 
2716
                                                >
 
2717
                                                <Tool
 
2718
                                                        Name="VCCLCompilerTool"
 
2719
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2720
                                                        ObjectFile="$(IntDir)\mpf\"
 
2721
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2722
                                                        XMLDocumentationFileName=""
 
2723
                                                />
 
2724
                                        </FileConfiguration>
 
2725
                                        <FileConfiguration
 
2726
                                                Name="Release|Win32"
 
2727
                                                >
 
2728
                                                <Tool
 
2729
                                                        Name="VCCLCompilerTool"
 
2730
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2731
                                                        ObjectFile="$(IntDir)\mpf\"
 
2732
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2733
                                                        XMLDocumentationFileName=""
 
2734
                                                />
 
2735
                                        </FileConfiguration>
 
2736
                                </File>
 
2737
                                <File
 
2738
                                        RelativePath="..\..\mpf\dump.c"
 
2739
                                        >
 
2740
                                        <FileConfiguration
 
2741
                                                Name="Debug|Win32"
 
2742
                                                >
 
2743
                                                <Tool
 
2744
                                                        Name="VCCLCompilerTool"
 
2745
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2746
                                                        ObjectFile="$(IntDir)\mpf\"
 
2747
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2748
                                                        XMLDocumentationFileName=""
 
2749
                                                />
 
2750
                                        </FileConfiguration>
 
2751
                                        <FileConfiguration
 
2752
                                                Name="Release|Win32"
 
2753
                                                >
 
2754
                                                <Tool
 
2755
                                                        Name="VCCLCompilerTool"
 
2756
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2757
                                                        ObjectFile="$(IntDir)\mpf\"
 
2758
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2759
                                                        XMLDocumentationFileName=""
 
2760
                                                />
 
2761
                                        </FileConfiguration>
 
2762
                                </File>
 
2763
                                <File
 
2764
                                        RelativePath="..\..\mpf\eq.c"
 
2765
                                        >
 
2766
                                        <FileConfiguration
 
2767
                                                Name="Debug|Win32"
 
2768
                                                >
 
2769
                                                <Tool
 
2770
                                                        Name="VCCLCompilerTool"
 
2771
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2772
                                                        ObjectFile="$(IntDir)\mpf\"
 
2773
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2774
                                                        XMLDocumentationFileName=""
 
2775
                                                />
 
2776
                                        </FileConfiguration>
 
2777
                                        <FileConfiguration
 
2778
                                                Name="Release|Win32"
 
2779
                                                >
 
2780
                                                <Tool
 
2781
                                                        Name="VCCLCompilerTool"
 
2782
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2783
                                                        ObjectFile="$(IntDir)\mpf\"
 
2784
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2785
                                                        XMLDocumentationFileName=""
 
2786
                                                />
 
2787
                                        </FileConfiguration>
 
2788
                                </File>
 
2789
                                <File
 
2790
                                        RelativePath="..\..\mpf\fits_sint.c"
 
2791
                                        >
 
2792
                                        <FileConfiguration
 
2793
                                                Name="Debug|Win32"
 
2794
                                                >
 
2795
                                                <Tool
 
2796
                                                        Name="VCCLCompilerTool"
 
2797
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2798
                                                        ObjectFile="$(IntDir)\mpf\"
 
2799
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2800
                                                        XMLDocumentationFileName=""
 
2801
                                                />
 
2802
                                        </FileConfiguration>
 
2803
                                        <FileConfiguration
 
2804
                                                Name="Release|Win32"
 
2805
                                                >
 
2806
                                                <Tool
 
2807
                                                        Name="VCCLCompilerTool"
 
2808
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2809
                                                        ObjectFile="$(IntDir)\mpf\"
 
2810
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2811
                                                        XMLDocumentationFileName=""
 
2812
                                                />
 
2813
                                        </FileConfiguration>
 
2814
                                </File>
 
2815
                                <File
 
2816
                                        RelativePath="..\..\mpf\fits_slong.c"
 
2817
                                        >
 
2818
                                        <FileConfiguration
 
2819
                                                Name="Debug|Win32"
 
2820
                                                >
 
2821
                                                <Tool
 
2822
                                                        Name="VCCLCompilerTool"
 
2823
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2824
                                                        ObjectFile="$(IntDir)\mpf\"
 
2825
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2826
                                                        XMLDocumentationFileName=""
 
2827
                                                />
 
2828
                                        </FileConfiguration>
 
2829
                                        <FileConfiguration
 
2830
                                                Name="Release|Win32"
 
2831
                                                >
 
2832
                                                <Tool
 
2833
                                                        Name="VCCLCompilerTool"
 
2834
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2835
                                                        ObjectFile="$(IntDir)\mpf\"
 
2836
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2837
                                                        XMLDocumentationFileName=""
 
2838
                                                />
 
2839
                                        </FileConfiguration>
 
2840
                                </File>
 
2841
                                <File
 
2842
                                        RelativePath="..\..\mpf\fits_sshort.c"
 
2843
                                        >
 
2844
                                        <FileConfiguration
 
2845
                                                Name="Debug|Win32"
 
2846
                                                >
 
2847
                                                <Tool
 
2848
                                                        Name="VCCLCompilerTool"
 
2849
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2850
                                                        ObjectFile="$(IntDir)\mpf\"
 
2851
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2852
                                                        XMLDocumentationFileName=""
 
2853
                                                />
 
2854
                                        </FileConfiguration>
 
2855
                                        <FileConfiguration
 
2856
                                                Name="Release|Win32"
 
2857
                                                >
 
2858
                                                <Tool
 
2859
                                                        Name="VCCLCompilerTool"
 
2860
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2861
                                                        ObjectFile="$(IntDir)\mpf\"
 
2862
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2863
                                                        XMLDocumentationFileName=""
 
2864
                                                />
 
2865
                                        </FileConfiguration>
 
2866
                                </File>
 
2867
                                <File
 
2868
                                        RelativePath="..\..\mpf\fits_uint.c"
 
2869
                                        >
 
2870
                                        <FileConfiguration
 
2871
                                                Name="Debug|Win32"
 
2872
                                                >
 
2873
                                                <Tool
 
2874
                                                        Name="VCCLCompilerTool"
 
2875
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2876
                                                        ObjectFile="$(IntDir)\mpf\"
 
2877
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2878
                                                        XMLDocumentationFileName=""
 
2879
                                                />
 
2880
                                        </FileConfiguration>
 
2881
                                        <FileConfiguration
 
2882
                                                Name="Release|Win32"
 
2883
                                                >
 
2884
                                                <Tool
 
2885
                                                        Name="VCCLCompilerTool"
 
2886
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2887
                                                        ObjectFile="$(IntDir)\mpf\"
 
2888
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2889
                                                        XMLDocumentationFileName=""
 
2890
                                                />
 
2891
                                        </FileConfiguration>
 
2892
                                </File>
 
2893
                                <File
 
2894
                                        RelativePath="..\..\mpf\fits_ulong.c"
 
2895
                                        >
 
2896
                                        <FileConfiguration
 
2897
                                                Name="Debug|Win32"
 
2898
                                                >
 
2899
                                                <Tool
 
2900
                                                        Name="VCCLCompilerTool"
 
2901
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2902
                                                        ObjectFile="$(IntDir)\mpf\"
 
2903
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2904
                                                        XMLDocumentationFileName=""
 
2905
                                                />
 
2906
                                        </FileConfiguration>
 
2907
                                        <FileConfiguration
 
2908
                                                Name="Release|Win32"
 
2909
                                                >
 
2910
                                                <Tool
 
2911
                                                        Name="VCCLCompilerTool"
 
2912
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2913
                                                        ObjectFile="$(IntDir)\mpf\"
 
2914
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2915
                                                        XMLDocumentationFileName=""
 
2916
                                                />
 
2917
                                        </FileConfiguration>
 
2918
                                </File>
 
2919
                                <File
 
2920
                                        RelativePath="..\..\mpf\fits_ushort.c"
 
2921
                                        >
 
2922
                                        <FileConfiguration
 
2923
                                                Name="Debug|Win32"
 
2924
                                                >
 
2925
                                                <Tool
 
2926
                                                        Name="VCCLCompilerTool"
 
2927
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2928
                                                        ObjectFile="$(IntDir)\mpf\"
 
2929
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2930
                                                        XMLDocumentationFileName=""
 
2931
                                                />
 
2932
                                        </FileConfiguration>
 
2933
                                        <FileConfiguration
 
2934
                                                Name="Release|Win32"
 
2935
                                                >
 
2936
                                                <Tool
 
2937
                                                        Name="VCCLCompilerTool"
 
2938
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2939
                                                        ObjectFile="$(IntDir)\mpf\"
 
2940
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2941
                                                        XMLDocumentationFileName=""
 
2942
                                                />
 
2943
                                        </FileConfiguration>
 
2944
                                </File>
 
2945
                                <File
 
2946
                                        RelativePath="..\..\mpf\get_d.c"
 
2947
                                        >
 
2948
                                        <FileConfiguration
 
2949
                                                Name="Debug|Win32"
 
2950
                                                >
 
2951
                                                <Tool
 
2952
                                                        Name="VCCLCompilerTool"
 
2953
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2954
                                                        ObjectFile="$(IntDir)\mpf\"
 
2955
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2956
                                                        XMLDocumentationFileName=""
 
2957
                                                />
 
2958
                                        </FileConfiguration>
 
2959
                                        <FileConfiguration
 
2960
                                                Name="Release|Win32"
 
2961
                                                >
 
2962
                                                <Tool
 
2963
                                                        Name="VCCLCompilerTool"
 
2964
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2965
                                                        ObjectFile="$(IntDir)\mpf\"
 
2966
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2967
                                                        XMLDocumentationFileName=""
 
2968
                                                />
 
2969
                                        </FileConfiguration>
 
2970
                                </File>
 
2971
                                <File
 
2972
                                        RelativePath="..\..\mpf\get_d_2exp.c"
 
2973
                                        >
 
2974
                                        <FileConfiguration
 
2975
                                                Name="Debug|Win32"
 
2976
                                                >
 
2977
                                                <Tool
 
2978
                                                        Name="VCCLCompilerTool"
 
2979
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2980
                                                        ObjectFile="$(IntDir)\mpf\"
 
2981
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2982
                                                        XMLDocumentationFileName=""
 
2983
                                                />
 
2984
                                        </FileConfiguration>
 
2985
                                        <FileConfiguration
 
2986
                                                Name="Release|Win32"
 
2987
                                                >
 
2988
                                                <Tool
 
2989
                                                        Name="VCCLCompilerTool"
 
2990
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
2991
                                                        ObjectFile="$(IntDir)\mpf\"
 
2992
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
2993
                                                        XMLDocumentationFileName=""
 
2994
                                                />
 
2995
                                        </FileConfiguration>
 
2996
                                </File>
 
2997
                                <File
 
2998
                                        RelativePath="..\..\mpf\get_dfl_prec.c"
 
2999
                                        >
 
3000
                                        <FileConfiguration
 
3001
                                                Name="Debug|Win32"
 
3002
                                                >
 
3003
                                                <Tool
 
3004
                                                        Name="VCCLCompilerTool"
 
3005
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3006
                                                        ObjectFile="$(IntDir)\mpf\"
 
3007
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3008
                                                        XMLDocumentationFileName=""
 
3009
                                                />
 
3010
                                        </FileConfiguration>
 
3011
                                        <FileConfiguration
 
3012
                                                Name="Release|Win32"
 
3013
                                                >
 
3014
                                                <Tool
 
3015
                                                        Name="VCCLCompilerTool"
 
3016
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3017
                                                        ObjectFile="$(IntDir)\mpf\"
 
3018
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3019
                                                        XMLDocumentationFileName=""
 
3020
                                                />
 
3021
                                        </FileConfiguration>
 
3022
                                </File>
 
3023
                                <File
 
3024
                                        RelativePath="..\..\mpf\get_prc.c"
 
3025
                                        >
 
3026
                                        <FileConfiguration
 
3027
                                                Name="Debug|Win32"
 
3028
                                                >
 
3029
                                                <Tool
 
3030
                                                        Name="VCCLCompilerTool"
 
3031
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3032
                                                        ObjectFile="$(IntDir)\mpf\"
 
3033
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3034
                                                        XMLDocumentationFileName=""
 
3035
                                                />
 
3036
                                        </FileConfiguration>
 
3037
                                        <FileConfiguration
 
3038
                                                Name="Release|Win32"
 
3039
                                                >
 
3040
                                                <Tool
 
3041
                                                        Name="VCCLCompilerTool"
 
3042
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3043
                                                        ObjectFile="$(IntDir)\mpf\"
 
3044
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3045
                                                        XMLDocumentationFileName=""
 
3046
                                                />
 
3047
                                        </FileConfiguration>
 
3048
                                </File>
 
3049
                                <File
 
3050
                                        RelativePath="..\..\mpf\get_si.c"
 
3051
                                        >
 
3052
                                        <FileConfiguration
 
3053
                                                Name="Debug|Win32"
 
3054
                                                >
 
3055
                                                <Tool
 
3056
                                                        Name="VCCLCompilerTool"
 
3057
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3058
                                                        ObjectFile="$(IntDir)\mpf\"
 
3059
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3060
                                                        XMLDocumentationFileName=""
 
3061
                                                />
 
3062
                                        </FileConfiguration>
 
3063
                                        <FileConfiguration
 
3064
                                                Name="Release|Win32"
 
3065
                                                >
 
3066
                                                <Tool
 
3067
                                                        Name="VCCLCompilerTool"
 
3068
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3069
                                                        ObjectFile="$(IntDir)\mpf\"
 
3070
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3071
                                                        XMLDocumentationFileName=""
 
3072
                                                />
 
3073
                                        </FileConfiguration>
 
3074
                                </File>
 
3075
                                <File
 
3076
                                        RelativePath="..\..\mpf\get_str.c"
 
3077
                                        >
 
3078
                                        <FileConfiguration
 
3079
                                                Name="Debug|Win32"
 
3080
                                                >
 
3081
                                                <Tool
 
3082
                                                        Name="VCCLCompilerTool"
 
3083
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3084
                                                        ObjectFile="$(IntDir)\mpf\"
 
3085
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3086
                                                        XMLDocumentationFileName=""
 
3087
                                                />
 
3088
                                        </FileConfiguration>
 
3089
                                        <FileConfiguration
 
3090
                                                Name="Release|Win32"
 
3091
                                                >
 
3092
                                                <Tool
 
3093
                                                        Name="VCCLCompilerTool"
 
3094
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3095
                                                        ObjectFile="$(IntDir)\mpf\"
 
3096
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3097
                                                        XMLDocumentationFileName=""
 
3098
                                                />
 
3099
                                        </FileConfiguration>
 
3100
                                </File>
 
3101
                                <File
 
3102
                                        RelativePath="..\..\mpf\get_ui.c"
 
3103
                                        >
 
3104
                                        <FileConfiguration
 
3105
                                                Name="Debug|Win32"
 
3106
                                                >
 
3107
                                                <Tool
 
3108
                                                        Name="VCCLCompilerTool"
 
3109
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3110
                                                        ObjectFile="$(IntDir)\mpf\"
 
3111
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3112
                                                        XMLDocumentationFileName=""
 
3113
                                                />
 
3114
                                        </FileConfiguration>
 
3115
                                        <FileConfiguration
 
3116
                                                Name="Release|Win32"
 
3117
                                                >
 
3118
                                                <Tool
 
3119
                                                        Name="VCCLCompilerTool"
 
3120
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3121
                                                        ObjectFile="$(IntDir)\mpf\"
 
3122
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3123
                                                        XMLDocumentationFileName=""
 
3124
                                                />
 
3125
                                        </FileConfiguration>
 
3126
                                </File>
 
3127
                                <File
 
3128
                                        RelativePath="..\..\mpf\init.c"
 
3129
                                        >
 
3130
                                        <FileConfiguration
 
3131
                                                Name="Debug|Win32"
 
3132
                                                >
 
3133
                                                <Tool
 
3134
                                                        Name="VCCLCompilerTool"
 
3135
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3136
                                                        ObjectFile="$(IntDir)\mpf\"
 
3137
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3138
                                                        XMLDocumentationFileName=""
 
3139
                                                />
 
3140
                                        </FileConfiguration>
 
3141
                                        <FileConfiguration
 
3142
                                                Name="Release|Win32"
 
3143
                                                >
 
3144
                                                <Tool
 
3145
                                                        Name="VCCLCompilerTool"
 
3146
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3147
                                                        ObjectFile="$(IntDir)\mpf\"
 
3148
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3149
                                                        XMLDocumentationFileName=""
 
3150
                                                />
 
3151
                                        </FileConfiguration>
 
3152
                                </File>
 
3153
                                <File
 
3154
                                        RelativePath="..\..\mpf\init2.c"
 
3155
                                        >
 
3156
                                        <FileConfiguration
 
3157
                                                Name="Debug|Win32"
 
3158
                                                >
 
3159
                                                <Tool
 
3160
                                                        Name="VCCLCompilerTool"
 
3161
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3162
                                                        ObjectFile="$(IntDir)\mpf\"
 
3163
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3164
                                                        XMLDocumentationFileName=""
 
3165
                                                />
 
3166
                                        </FileConfiguration>
 
3167
                                        <FileConfiguration
 
3168
                                                Name="Release|Win32"
 
3169
                                                >
 
3170
                                                <Tool
 
3171
                                                        Name="VCCLCompilerTool"
 
3172
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3173
                                                        ObjectFile="$(IntDir)\mpf\"
 
3174
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3175
                                                        XMLDocumentationFileName=""
 
3176
                                                />
 
3177
                                        </FileConfiguration>
 
3178
                                </File>
 
3179
                                <File
 
3180
                                        RelativePath="..\..\mpf\inp_str.c"
 
3181
                                        >
 
3182
                                        <FileConfiguration
 
3183
                                                Name="Debug|Win32"
 
3184
                                                >
 
3185
                                                <Tool
 
3186
                                                        Name="VCCLCompilerTool"
 
3187
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3188
                                                        ObjectFile="$(IntDir)\mpf\"
 
3189
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3190
                                                        XMLDocumentationFileName=""
 
3191
                                                />
 
3192
                                        </FileConfiguration>
 
3193
                                        <FileConfiguration
 
3194
                                                Name="Release|Win32"
 
3195
                                                >
 
3196
                                                <Tool
 
3197
                                                        Name="VCCLCompilerTool"
 
3198
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3199
                                                        ObjectFile="$(IntDir)\mpf\"
 
3200
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3201
                                                        XMLDocumentationFileName=""
 
3202
                                                />
 
3203
                                        </FileConfiguration>
 
3204
                                </File>
 
3205
                                <File
 
3206
                                        RelativePath="..\..\mpf\int_p.c"
 
3207
                                        >
 
3208
                                        <FileConfiguration
 
3209
                                                Name="Debug|Win32"
 
3210
                                                >
 
3211
                                                <Tool
 
3212
                                                        Name="VCCLCompilerTool"
 
3213
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3214
                                                        ObjectFile="$(IntDir)\mpf\"
 
3215
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3216
                                                        XMLDocumentationFileName=""
 
3217
                                                />
 
3218
                                        </FileConfiguration>
 
3219
                                        <FileConfiguration
 
3220
                                                Name="Release|Win32"
 
3221
                                                >
 
3222
                                                <Tool
 
3223
                                                        Name="VCCLCompilerTool"
 
3224
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3225
                                                        ObjectFile="$(IntDir)\mpf\"
 
3226
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3227
                                                        XMLDocumentationFileName=""
 
3228
                                                />
 
3229
                                        </FileConfiguration>
 
3230
                                </File>
 
3231
                                <File
 
3232
                                        RelativePath="..\..\mpf\iset.c"
 
3233
                                        >
 
3234
                                        <FileConfiguration
 
3235
                                                Name="Debug|Win32"
 
3236
                                                >
 
3237
                                                <Tool
 
3238
                                                        Name="VCCLCompilerTool"
 
3239
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3240
                                                        ObjectFile="$(IntDir)\mpf\"
 
3241
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3242
                                                        XMLDocumentationFileName=""
 
3243
                                                />
 
3244
                                        </FileConfiguration>
 
3245
                                        <FileConfiguration
 
3246
                                                Name="Release|Win32"
 
3247
                                                >
 
3248
                                                <Tool
 
3249
                                                        Name="VCCLCompilerTool"
 
3250
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3251
                                                        ObjectFile="$(IntDir)\mpf\"
 
3252
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3253
                                                        XMLDocumentationFileName=""
 
3254
                                                />
 
3255
                                        </FileConfiguration>
 
3256
                                </File>
 
3257
                                <File
 
3258
                                        RelativePath="..\..\mpf\iset_d.c"
 
3259
                                        >
 
3260
                                        <FileConfiguration
 
3261
                                                Name="Debug|Win32"
 
3262
                                                >
 
3263
                                                <Tool
 
3264
                                                        Name="VCCLCompilerTool"
 
3265
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3266
                                                        ObjectFile="$(IntDir)\mpf\"
 
3267
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3268
                                                        XMLDocumentationFileName=""
 
3269
                                                />
 
3270
                                        </FileConfiguration>
 
3271
                                        <FileConfiguration
 
3272
                                                Name="Release|Win32"
 
3273
                                                >
 
3274
                                                <Tool
 
3275
                                                        Name="VCCLCompilerTool"
 
3276
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3277
                                                        ObjectFile="$(IntDir)\mpf\"
 
3278
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3279
                                                        XMLDocumentationFileName=""
 
3280
                                                />
 
3281
                                        </FileConfiguration>
 
3282
                                </File>
 
3283
                                <File
 
3284
                                        RelativePath="..\..\mpf\iset_si.c"
 
3285
                                        >
 
3286
                                        <FileConfiguration
 
3287
                                                Name="Debug|Win32"
 
3288
                                                >
 
3289
                                                <Tool
 
3290
                                                        Name="VCCLCompilerTool"
 
3291
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3292
                                                        ObjectFile="$(IntDir)\mpf\"
 
3293
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3294
                                                        XMLDocumentationFileName=""
 
3295
                                                />
 
3296
                                        </FileConfiguration>
 
3297
                                        <FileConfiguration
 
3298
                                                Name="Release|Win32"
 
3299
                                                >
 
3300
                                                <Tool
 
3301
                                                        Name="VCCLCompilerTool"
 
3302
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3303
                                                        ObjectFile="$(IntDir)\mpf\"
 
3304
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3305
                                                        XMLDocumentationFileName=""
 
3306
                                                />
 
3307
                                        </FileConfiguration>
 
3308
                                </File>
 
3309
                                <File
 
3310
                                        RelativePath="..\..\mpf\iset_str.c"
 
3311
                                        >
 
3312
                                        <FileConfiguration
 
3313
                                                Name="Debug|Win32"
 
3314
                                                >
 
3315
                                                <Tool
 
3316
                                                        Name="VCCLCompilerTool"
 
3317
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3318
                                                        ObjectFile="$(IntDir)\mpf\"
 
3319
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3320
                                                        XMLDocumentationFileName=""
 
3321
                                                />
 
3322
                                        </FileConfiguration>
 
3323
                                        <FileConfiguration
 
3324
                                                Name="Release|Win32"
 
3325
                                                >
 
3326
                                                <Tool
 
3327
                                                        Name="VCCLCompilerTool"
 
3328
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3329
                                                        ObjectFile="$(IntDir)\mpf\"
 
3330
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3331
                                                        XMLDocumentationFileName=""
 
3332
                                                />
 
3333
                                        </FileConfiguration>
 
3334
                                </File>
 
3335
                                <File
 
3336
                                        RelativePath="..\..\mpf\iset_ui.c"
 
3337
                                        >
 
3338
                                        <FileConfiguration
 
3339
                                                Name="Debug|Win32"
 
3340
                                                >
 
3341
                                                <Tool
 
3342
                                                        Name="VCCLCompilerTool"
 
3343
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3344
                                                        ObjectFile="$(IntDir)\mpf\"
 
3345
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3346
                                                        XMLDocumentationFileName=""
 
3347
                                                />
 
3348
                                        </FileConfiguration>
 
3349
                                        <FileConfiguration
 
3350
                                                Name="Release|Win32"
 
3351
                                                >
 
3352
                                                <Tool
 
3353
                                                        Name="VCCLCompilerTool"
 
3354
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3355
                                                        ObjectFile="$(IntDir)\mpf\"
 
3356
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3357
                                                        XMLDocumentationFileName=""
 
3358
                                                />
 
3359
                                        </FileConfiguration>
 
3360
                                </File>
 
3361
                                <File
 
3362
                                        RelativePath="..\..\mpf\mul.c"
 
3363
                                        >
 
3364
                                        <FileConfiguration
 
3365
                                                Name="Debug|Win32"
 
3366
                                                >
 
3367
                                                <Tool
 
3368
                                                        Name="VCCLCompilerTool"
 
3369
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3370
                                                        ObjectFile="$(IntDir)\mpf\"
 
3371
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3372
                                                        XMLDocumentationFileName=""
 
3373
                                                />
 
3374
                                        </FileConfiguration>
 
3375
                                        <FileConfiguration
 
3376
                                                Name="Release|Win32"
 
3377
                                                >
 
3378
                                                <Tool
 
3379
                                                        Name="VCCLCompilerTool"
 
3380
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3381
                                                        ObjectFile="$(IntDir)\mpf\"
 
3382
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3383
                                                        XMLDocumentationFileName=""
 
3384
                                                />
 
3385
                                        </FileConfiguration>
 
3386
                                </File>
 
3387
                                <File
 
3388
                                        RelativePath="..\..\mpf\mul_2exp.c"
 
3389
                                        >
 
3390
                                        <FileConfiguration
 
3391
                                                Name="Debug|Win32"
 
3392
                                                >
 
3393
                                                <Tool
 
3394
                                                        Name="VCCLCompilerTool"
 
3395
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3396
                                                        ObjectFile="$(IntDir)\mpf\"
 
3397
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3398
                                                        XMLDocumentationFileName=""
 
3399
                                                />
 
3400
                                        </FileConfiguration>
 
3401
                                        <FileConfiguration
 
3402
                                                Name="Release|Win32"
 
3403
                                                >
 
3404
                                                <Tool
 
3405
                                                        Name="VCCLCompilerTool"
 
3406
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3407
                                                        ObjectFile="$(IntDir)\mpf\"
 
3408
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3409
                                                        XMLDocumentationFileName=""
 
3410
                                                />
 
3411
                                        </FileConfiguration>
 
3412
                                </File>
 
3413
                                <File
 
3414
                                        RelativePath="..\..\mpf\mul_ui.c"
 
3415
                                        >
 
3416
                                        <FileConfiguration
 
3417
                                                Name="Debug|Win32"
 
3418
                                                >
 
3419
                                                <Tool
 
3420
                                                        Name="VCCLCompilerTool"
 
3421
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3422
                                                        ObjectFile="$(IntDir)\mpf\"
 
3423
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3424
                                                        XMLDocumentationFileName=""
 
3425
                                                />
 
3426
                                        </FileConfiguration>
 
3427
                                        <FileConfiguration
 
3428
                                                Name="Release|Win32"
 
3429
                                                >
 
3430
                                                <Tool
 
3431
                                                        Name="VCCLCompilerTool"
 
3432
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3433
                                                        ObjectFile="$(IntDir)\mpf\"
 
3434
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3435
                                                        XMLDocumentationFileName=""
 
3436
                                                />
 
3437
                                        </FileConfiguration>
 
3438
                                </File>
 
3439
                                <File
 
3440
                                        RelativePath="..\..\mpf\neg.c"
 
3441
                                        >
 
3442
                                        <FileConfiguration
 
3443
                                                Name="Debug|Win32"
 
3444
                                                >
 
3445
                                                <Tool
 
3446
                                                        Name="VCCLCompilerTool"
 
3447
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3448
                                                        ObjectFile="$(IntDir)\mpf\"
 
3449
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3450
                                                        XMLDocumentationFileName=""
 
3451
                                                />
 
3452
                                        </FileConfiguration>
 
3453
                                        <FileConfiguration
 
3454
                                                Name="Release|Win32"
 
3455
                                                >
 
3456
                                                <Tool
 
3457
                                                        Name="VCCLCompilerTool"
 
3458
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3459
                                                        ObjectFile="$(IntDir)\mpf\"
 
3460
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3461
                                                        XMLDocumentationFileName=""
 
3462
                                                />
 
3463
                                        </FileConfiguration>
 
3464
                                </File>
 
3465
                                <File
 
3466
                                        RelativePath="..\..\mpf\out_str.c"
 
3467
                                        >
 
3468
                                        <FileConfiguration
 
3469
                                                Name="Debug|Win32"
 
3470
                                                >
 
3471
                                                <Tool
 
3472
                                                        Name="VCCLCompilerTool"
 
3473
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3474
                                                        ObjectFile="$(IntDir)\mpf\"
 
3475
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3476
                                                        XMLDocumentationFileName=""
 
3477
                                                />
 
3478
                                        </FileConfiguration>
 
3479
                                        <FileConfiguration
 
3480
                                                Name="Release|Win32"
 
3481
                                                >
 
3482
                                                <Tool
 
3483
                                                        Name="VCCLCompilerTool"
 
3484
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3485
                                                        ObjectFile="$(IntDir)\mpf\"
 
3486
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3487
                                                        XMLDocumentationFileName=""
 
3488
                                                />
 
3489
                                        </FileConfiguration>
 
3490
                                </File>
 
3491
                                <File
 
3492
                                        RelativePath="..\..\mpf\pow_ui.c"
 
3493
                                        >
 
3494
                                        <FileConfiguration
 
3495
                                                Name="Debug|Win32"
 
3496
                                                >
 
3497
                                                <Tool
 
3498
                                                        Name="VCCLCompilerTool"
 
3499
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3500
                                                        ObjectFile="$(IntDir)\mpf\"
 
3501
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3502
                                                        XMLDocumentationFileName=""
 
3503
                                                />
 
3504
                                        </FileConfiguration>
 
3505
                                        <FileConfiguration
 
3506
                                                Name="Release|Win32"
 
3507
                                                >
 
3508
                                                <Tool
 
3509
                                                        Name="VCCLCompilerTool"
 
3510
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3511
                                                        ObjectFile="$(IntDir)\mpf\"
 
3512
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3513
                                                        XMLDocumentationFileName=""
 
3514
                                                />
 
3515
                                        </FileConfiguration>
 
3516
                                </File>
 
3517
                                <File
 
3518
                                        RelativePath="..\..\mpf\random2.c"
 
3519
                                        >
 
3520
                                        <FileConfiguration
 
3521
                                                Name="Debug|Win32"
 
3522
                                                >
 
3523
                                                <Tool
 
3524
                                                        Name="VCCLCompilerTool"
 
3525
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3526
                                                        ObjectFile="$(IntDir)\mpf\"
 
3527
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3528
                                                        XMLDocumentationFileName=""
 
3529
                                                />
 
3530
                                        </FileConfiguration>
 
3531
                                        <FileConfiguration
 
3532
                                                Name="Release|Win32"
 
3533
                                                >
 
3534
                                                <Tool
 
3535
                                                        Name="VCCLCompilerTool"
 
3536
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3537
                                                        ObjectFile="$(IntDir)\mpf\"
 
3538
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3539
                                                        XMLDocumentationFileName=""
 
3540
                                                />
 
3541
                                        </FileConfiguration>
 
3542
                                </File>
 
3543
                                <File
 
3544
                                        RelativePath="..\..\mpf\reldiff.c"
 
3545
                                        >
 
3546
                                        <FileConfiguration
 
3547
                                                Name="Debug|Win32"
 
3548
                                                >
 
3549
                                                <Tool
 
3550
                                                        Name="VCCLCompilerTool"
 
3551
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3552
                                                        ObjectFile="$(IntDir)\mpf\"
 
3553
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3554
                                                        XMLDocumentationFileName=""
 
3555
                                                />
 
3556
                                        </FileConfiguration>
 
3557
                                        <FileConfiguration
 
3558
                                                Name="Release|Win32"
 
3559
                                                >
 
3560
                                                <Tool
 
3561
                                                        Name="VCCLCompilerTool"
 
3562
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3563
                                                        ObjectFile="$(IntDir)\mpf\"
 
3564
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3565
                                                        XMLDocumentationFileName=""
 
3566
                                                />
 
3567
                                        </FileConfiguration>
 
3568
                                </File>
 
3569
                                <File
 
3570
                                        RelativePath="..\..\mpf\set.c"
 
3571
                                        >
 
3572
                                        <FileConfiguration
 
3573
                                                Name="Debug|Win32"
 
3574
                                                >
 
3575
                                                <Tool
 
3576
                                                        Name="VCCLCompilerTool"
 
3577
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3578
                                                        ObjectFile="$(IntDir)\mpf\"
 
3579
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3580
                                                        XMLDocumentationFileName=""
 
3581
                                                />
 
3582
                                        </FileConfiguration>
 
3583
                                        <FileConfiguration
 
3584
                                                Name="Release|Win32"
 
3585
                                                >
 
3586
                                                <Tool
 
3587
                                                        Name="VCCLCompilerTool"
 
3588
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3589
                                                        ObjectFile="$(IntDir)\mpf\"
 
3590
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3591
                                                        XMLDocumentationFileName=""
 
3592
                                                />
 
3593
                                        </FileConfiguration>
 
3594
                                </File>
 
3595
                                <File
 
3596
                                        RelativePath="..\..\mpf\set_d.c"
 
3597
                                        >
 
3598
                                        <FileConfiguration
 
3599
                                                Name="Debug|Win32"
 
3600
                                                >
 
3601
                                                <Tool
 
3602
                                                        Name="VCCLCompilerTool"
 
3603
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3604
                                                        ObjectFile="$(IntDir)\mpf\"
 
3605
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3606
                                                        XMLDocumentationFileName=""
 
3607
                                                />
 
3608
                                        </FileConfiguration>
 
3609
                                        <FileConfiguration
 
3610
                                                Name="Release|Win32"
 
3611
                                                >
 
3612
                                                <Tool
 
3613
                                                        Name="VCCLCompilerTool"
 
3614
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3615
                                                        ObjectFile="$(IntDir)\mpf\"
 
3616
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3617
                                                        XMLDocumentationFileName=""
 
3618
                                                />
 
3619
                                        </FileConfiguration>
 
3620
                                </File>
 
3621
                                <File
 
3622
                                        RelativePath="..\..\mpf\set_dfl_prec.c"
 
3623
                                        >
 
3624
                                        <FileConfiguration
 
3625
                                                Name="Debug|Win32"
 
3626
                                                >
 
3627
                                                <Tool
 
3628
                                                        Name="VCCLCompilerTool"
 
3629
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3630
                                                        ObjectFile="$(IntDir)\mpf\"
 
3631
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3632
                                                        XMLDocumentationFileName=""
 
3633
                                                />
 
3634
                                        </FileConfiguration>
 
3635
                                        <FileConfiguration
 
3636
                                                Name="Release|Win32"
 
3637
                                                >
 
3638
                                                <Tool
 
3639
                                                        Name="VCCLCompilerTool"
 
3640
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3641
                                                        ObjectFile="$(IntDir)\mpf\"
 
3642
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3643
                                                        XMLDocumentationFileName=""
 
3644
                                                />
 
3645
                                        </FileConfiguration>
 
3646
                                </File>
 
3647
                                <File
 
3648
                                        RelativePath="..\..\mpf\set_prc.c"
 
3649
                                        >
 
3650
                                        <FileConfiguration
 
3651
                                                Name="Debug|Win32"
 
3652
                                                >
 
3653
                                                <Tool
 
3654
                                                        Name="VCCLCompilerTool"
 
3655
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3656
                                                        ObjectFile="$(IntDir)\mpf\"
 
3657
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3658
                                                        XMLDocumentationFileName=""
 
3659
                                                />
 
3660
                                        </FileConfiguration>
 
3661
                                        <FileConfiguration
 
3662
                                                Name="Release|Win32"
 
3663
                                                >
 
3664
                                                <Tool
 
3665
                                                        Name="VCCLCompilerTool"
 
3666
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3667
                                                        ObjectFile="$(IntDir)\mpf\"
 
3668
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3669
                                                        XMLDocumentationFileName=""
 
3670
                                                />
 
3671
                                        </FileConfiguration>
 
3672
                                </File>
 
3673
                                <File
 
3674
                                        RelativePath="..\..\mpf\set_prc_raw.c"
 
3675
                                        >
 
3676
                                        <FileConfiguration
 
3677
                                                Name="Debug|Win32"
 
3678
                                                >
 
3679
                                                <Tool
 
3680
                                                        Name="VCCLCompilerTool"
 
3681
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3682
                                                        ObjectFile="$(IntDir)\mpf\"
 
3683
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3684
                                                        XMLDocumentationFileName=""
 
3685
                                                />
 
3686
                                        </FileConfiguration>
 
3687
                                        <FileConfiguration
 
3688
                                                Name="Release|Win32"
 
3689
                                                >
 
3690
                                                <Tool
 
3691
                                                        Name="VCCLCompilerTool"
 
3692
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3693
                                                        ObjectFile="$(IntDir)\mpf\"
 
3694
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3695
                                                        XMLDocumentationFileName=""
 
3696
                                                />
 
3697
                                        </FileConfiguration>
 
3698
                                </File>
 
3699
                                <File
 
3700
                                        RelativePath="..\..\mpf\set_q.c"
 
3701
                                        >
 
3702
                                        <FileConfiguration
 
3703
                                                Name="Debug|Win32"
 
3704
                                                >
 
3705
                                                <Tool
 
3706
                                                        Name="VCCLCompilerTool"
 
3707
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3708
                                                        ObjectFile="$(IntDir)\mpf\"
 
3709
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3710
                                                        XMLDocumentationFileName=""
 
3711
                                                />
 
3712
                                        </FileConfiguration>
 
3713
                                        <FileConfiguration
 
3714
                                                Name="Release|Win32"
 
3715
                                                >
 
3716
                                                <Tool
 
3717
                                                        Name="VCCLCompilerTool"
 
3718
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3719
                                                        ObjectFile="$(IntDir)\mpf\"
 
3720
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3721
                                                        XMLDocumentationFileName=""
 
3722
                                                />
 
3723
                                        </FileConfiguration>
 
3724
                                </File>
 
3725
                                <File
 
3726
                                        RelativePath="..\..\mpf\set_si.c"
 
3727
                                        >
 
3728
                                        <FileConfiguration
 
3729
                                                Name="Debug|Win32"
 
3730
                                                >
 
3731
                                                <Tool
 
3732
                                                        Name="VCCLCompilerTool"
 
3733
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3734
                                                        ObjectFile="$(IntDir)\mpf\"
 
3735
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3736
                                                        XMLDocumentationFileName=""
 
3737
                                                />
 
3738
                                        </FileConfiguration>
 
3739
                                        <FileConfiguration
 
3740
                                                Name="Release|Win32"
 
3741
                                                >
 
3742
                                                <Tool
 
3743
                                                        Name="VCCLCompilerTool"
 
3744
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3745
                                                        ObjectFile="$(IntDir)\mpf\"
 
3746
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3747
                                                        XMLDocumentationFileName=""
 
3748
                                                />
 
3749
                                        </FileConfiguration>
 
3750
                                </File>
 
3751
                                <File
 
3752
                                        RelativePath="..\..\mpf\set_str.c"
 
3753
                                        >
 
3754
                                        <FileConfiguration
 
3755
                                                Name="Debug|Win32"
 
3756
                                                >
 
3757
                                                <Tool
 
3758
                                                        Name="VCCLCompilerTool"
 
3759
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3760
                                                        ObjectFile="$(IntDir)\mpf\"
 
3761
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3762
                                                        XMLDocumentationFileName=""
 
3763
                                                />
 
3764
                                        </FileConfiguration>
 
3765
                                        <FileConfiguration
 
3766
                                                Name="Release|Win32"
 
3767
                                                >
 
3768
                                                <Tool
 
3769
                                                        Name="VCCLCompilerTool"
 
3770
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3771
                                                        ObjectFile="$(IntDir)\mpf\"
 
3772
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3773
                                                        XMLDocumentationFileName=""
 
3774
                                                />
 
3775
                                        </FileConfiguration>
 
3776
                                </File>
 
3777
                                <File
 
3778
                                        RelativePath="..\..\mpf\set_ui.c"
 
3779
                                        >
 
3780
                                        <FileConfiguration
 
3781
                                                Name="Debug|Win32"
 
3782
                                                >
 
3783
                                                <Tool
 
3784
                                                        Name="VCCLCompilerTool"
 
3785
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3786
                                                        ObjectFile="$(IntDir)\mpf\"
 
3787
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3788
                                                        XMLDocumentationFileName=""
 
3789
                                                />
 
3790
                                        </FileConfiguration>
 
3791
                                        <FileConfiguration
 
3792
                                                Name="Release|Win32"
 
3793
                                                >
 
3794
                                                <Tool
 
3795
                                                        Name="VCCLCompilerTool"
 
3796
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3797
                                                        ObjectFile="$(IntDir)\mpf\"
 
3798
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3799
                                                        XMLDocumentationFileName=""
 
3800
                                                />
 
3801
                                        </FileConfiguration>
 
3802
                                </File>
 
3803
                                <File
 
3804
                                        RelativePath="..\..\mpf\set_z.c"
 
3805
                                        >
 
3806
                                        <FileConfiguration
 
3807
                                                Name="Debug|Win32"
 
3808
                                                >
 
3809
                                                <Tool
 
3810
                                                        Name="VCCLCompilerTool"
 
3811
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3812
                                                        ObjectFile="$(IntDir)\mpf\"
 
3813
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3814
                                                        XMLDocumentationFileName=""
 
3815
                                                />
 
3816
                                        </FileConfiguration>
 
3817
                                        <FileConfiguration
 
3818
                                                Name="Release|Win32"
 
3819
                                                >
 
3820
                                                <Tool
 
3821
                                                        Name="VCCLCompilerTool"
 
3822
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3823
                                                        ObjectFile="$(IntDir)\mpf\"
 
3824
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3825
                                                        XMLDocumentationFileName=""
 
3826
                                                />
 
3827
                                        </FileConfiguration>
 
3828
                                </File>
 
3829
                                <File
 
3830
                                        RelativePath="..\..\mpf\size.c"
 
3831
                                        >
 
3832
                                        <FileConfiguration
 
3833
                                                Name="Debug|Win32"
 
3834
                                                >
 
3835
                                                <Tool
 
3836
                                                        Name="VCCLCompilerTool"
 
3837
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3838
                                                        ObjectFile="$(IntDir)\mpf\"
 
3839
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3840
                                                        XMLDocumentationFileName=""
 
3841
                                                />
 
3842
                                        </FileConfiguration>
 
3843
                                        <FileConfiguration
 
3844
                                                Name="Release|Win32"
 
3845
                                                >
 
3846
                                                <Tool
 
3847
                                                        Name="VCCLCompilerTool"
 
3848
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3849
                                                        ObjectFile="$(IntDir)\mpf\"
 
3850
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3851
                                                        XMLDocumentationFileName=""
 
3852
                                                />
 
3853
                                        </FileConfiguration>
 
3854
                                </File>
 
3855
                                <File
 
3856
                                        RelativePath="..\..\mpf\sqrt.c"
 
3857
                                        >
 
3858
                                        <FileConfiguration
 
3859
                                                Name="Debug|Win32"
 
3860
                                                >
 
3861
                                                <Tool
 
3862
                                                        Name="VCCLCompilerTool"
 
3863
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3864
                                                        ObjectFile="$(IntDir)\mpf\"
 
3865
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3866
                                                        XMLDocumentationFileName=""
 
3867
                                                />
 
3868
                                        </FileConfiguration>
 
3869
                                        <FileConfiguration
 
3870
                                                Name="Release|Win32"
 
3871
                                                >
 
3872
                                                <Tool
 
3873
                                                        Name="VCCLCompilerTool"
 
3874
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3875
                                                        ObjectFile="$(IntDir)\mpf\"
 
3876
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3877
                                                        XMLDocumentationFileName=""
 
3878
                                                />
 
3879
                                        </FileConfiguration>
 
3880
                                </File>
 
3881
                                <File
 
3882
                                        RelativePath="..\..\mpf\sqrt_ui.c"
 
3883
                                        >
 
3884
                                        <FileConfiguration
 
3885
                                                Name="Debug|Win32"
 
3886
                                                >
 
3887
                                                <Tool
 
3888
                                                        Name="VCCLCompilerTool"
 
3889
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3890
                                                        ObjectFile="$(IntDir)\mpf\"
 
3891
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3892
                                                        XMLDocumentationFileName=""
 
3893
                                                />
 
3894
                                        </FileConfiguration>
 
3895
                                        <FileConfiguration
 
3896
                                                Name="Release|Win32"
 
3897
                                                >
 
3898
                                                <Tool
 
3899
                                                        Name="VCCLCompilerTool"
 
3900
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3901
                                                        ObjectFile="$(IntDir)\mpf\"
 
3902
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3903
                                                        XMLDocumentationFileName=""
 
3904
                                                />
 
3905
                                        </FileConfiguration>
 
3906
                                </File>
 
3907
                                <File
 
3908
                                        RelativePath="..\..\mpf\sub.c"
 
3909
                                        >
 
3910
                                        <FileConfiguration
 
3911
                                                Name="Debug|Win32"
 
3912
                                                >
 
3913
                                                <Tool
 
3914
                                                        Name="VCCLCompilerTool"
 
3915
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3916
                                                        ObjectFile="$(IntDir)\mpf\"
 
3917
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3918
                                                        XMLDocumentationFileName=""
 
3919
                                                />
 
3920
                                        </FileConfiguration>
 
3921
                                        <FileConfiguration
 
3922
                                                Name="Release|Win32"
 
3923
                                                >
 
3924
                                                <Tool
 
3925
                                                        Name="VCCLCompilerTool"
 
3926
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3927
                                                        ObjectFile="$(IntDir)\mpf\"
 
3928
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3929
                                                        XMLDocumentationFileName=""
 
3930
                                                />
 
3931
                                        </FileConfiguration>
 
3932
                                </File>
 
3933
                                <File
 
3934
                                        RelativePath="..\..\mpf\sub_ui.c"
 
3935
                                        >
 
3936
                                        <FileConfiguration
 
3937
                                                Name="Debug|Win32"
 
3938
                                                >
 
3939
                                                <Tool
 
3940
                                                        Name="VCCLCompilerTool"
 
3941
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3942
                                                        ObjectFile="$(IntDir)\mpf\"
 
3943
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3944
                                                        XMLDocumentationFileName=""
 
3945
                                                />
 
3946
                                        </FileConfiguration>
 
3947
                                        <FileConfiguration
 
3948
                                                Name="Release|Win32"
 
3949
                                                >
 
3950
                                                <Tool
 
3951
                                                        Name="VCCLCompilerTool"
 
3952
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3953
                                                        ObjectFile="$(IntDir)\mpf\"
 
3954
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3955
                                                        XMLDocumentationFileName=""
 
3956
                                                />
 
3957
                                        </FileConfiguration>
 
3958
                                </File>
 
3959
                                <File
 
3960
                                        RelativePath="..\..\mpf\swap.c"
 
3961
                                        >
 
3962
                                        <FileConfiguration
 
3963
                                                Name="Debug|Win32"
 
3964
                                                >
 
3965
                                                <Tool
 
3966
                                                        Name="VCCLCompilerTool"
 
3967
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3968
                                                        ObjectFile="$(IntDir)\mpf\"
 
3969
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3970
                                                        XMLDocumentationFileName=""
 
3971
                                                />
 
3972
                                        </FileConfiguration>
 
3973
                                        <FileConfiguration
 
3974
                                                Name="Release|Win32"
 
3975
                                                >
 
3976
                                                <Tool
 
3977
                                                        Name="VCCLCompilerTool"
 
3978
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3979
                                                        ObjectFile="$(IntDir)\mpf\"
 
3980
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3981
                                                        XMLDocumentationFileName=""
 
3982
                                                />
 
3983
                                        </FileConfiguration>
 
3984
                                </File>
 
3985
                                <File
 
3986
                                        RelativePath="..\..\mpf\trunc.c"
 
3987
                                        >
 
3988
                                        <FileConfiguration
 
3989
                                                Name="Debug|Win32"
 
3990
                                                >
 
3991
                                                <Tool
 
3992
                                                        Name="VCCLCompilerTool"
 
3993
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
3994
                                                        ObjectFile="$(IntDir)\mpf\"
 
3995
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
3996
                                                        XMLDocumentationFileName=""
 
3997
                                                />
 
3998
                                        </FileConfiguration>
 
3999
                                        <FileConfiguration
 
4000
                                                Name="Release|Win32"
 
4001
                                                >
 
4002
                                                <Tool
 
4003
                                                        Name="VCCLCompilerTool"
 
4004
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
4005
                                                        ObjectFile="$(IntDir)\mpf\"
 
4006
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
4007
                                                        XMLDocumentationFileName=""
 
4008
                                                />
 
4009
                                        </FileConfiguration>
 
4010
                                </File>
 
4011
                                <File
 
4012
                                        RelativePath="..\..\mpf\ui_div.c"
 
4013
                                        >
 
4014
                                        <FileConfiguration
 
4015
                                                Name="Debug|Win32"
 
4016
                                                >
 
4017
                                                <Tool
 
4018
                                                        Name="VCCLCompilerTool"
 
4019
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
4020
                                                        ObjectFile="$(IntDir)\mpf\"
 
4021
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
4022
                                                        XMLDocumentationFileName=""
 
4023
                                                />
 
4024
                                        </FileConfiguration>
 
4025
                                        <FileConfiguration
 
4026
                                                Name="Release|Win32"
 
4027
                                                >
 
4028
                                                <Tool
 
4029
                                                        Name="VCCLCompilerTool"
 
4030
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
4031
                                                        ObjectFile="$(IntDir)\mpf\"
 
4032
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
4033
                                                        XMLDocumentationFileName=""
 
4034
                                                />
 
4035
                                        </FileConfiguration>
 
4036
                                </File>
 
4037
                                <File
 
4038
                                        RelativePath="..\..\mpf\ui_sub.c"
 
4039
                                        >
 
4040
                                        <FileConfiguration
 
4041
                                                Name="Debug|Win32"
 
4042
                                                >
 
4043
                                                <Tool
 
4044
                                                        Name="VCCLCompilerTool"
 
4045
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
4046
                                                        ObjectFile="$(IntDir)\mpf\"
 
4047
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
4048
                                                        XMLDocumentationFileName=""
 
4049
                                                />
 
4050
                                        </FileConfiguration>
 
4051
                                        <FileConfiguration
 
4052
                                                Name="Release|Win32"
 
4053
                                                >
 
4054
                                                <Tool
 
4055
                                                        Name="VCCLCompilerTool"
 
4056
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
4057
                                                        ObjectFile="$(IntDir)\mpf\"
 
4058
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
4059
                                                        XMLDocumentationFileName=""
 
4060
                                                />
 
4061
                                        </FileConfiguration>
 
4062
                                </File>
 
4063
                                <File
 
4064
                                        RelativePath="..\..\mpf\urandomb.c"
 
4065
                                        >
 
4066
                                        <FileConfiguration
 
4067
                                                Name="Debug|Win32"
 
4068
                                                >
 
4069
                                                <Tool
 
4070
                                                        Name="VCCLCompilerTool"
 
4071
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
4072
                                                        ObjectFile="$(IntDir)\mpf\"
 
4073
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
4074
                                                        XMLDocumentationFileName=""
 
4075
                                                />
 
4076
                                        </FileConfiguration>
 
4077
                                        <FileConfiguration
 
4078
                                                Name="Release|Win32"
 
4079
                                                >
 
4080
                                                <Tool
 
4081
                                                        Name="VCCLCompilerTool"
 
4082
                                                        AssemblerListingLocation="$(IntDir)\mpf\"
 
4083
                                                        ObjectFile="$(IntDir)\mpf\"
 
4084
                                                        ProgramDataBaseFileName="$(IntDir)\mpf\"
 
4085
                                                        XMLDocumentationFileName=""
 
4086
                                                />
 
4087
                                        </FileConfiguration>
 
4088
                                </File>
 
4089
                        </Filter>
 
4090
                        <Filter
 
4091
                                Name="mpq"
 
4092
                                >
 
4093
                                <File
 
4094
                                        RelativePath="..\..\mpq\abs.c"
 
4095
                                        >
 
4096
                                        <FileConfiguration
 
4097
                                                Name="Debug|Win32"
 
4098
                                                >
 
4099
                                                <Tool
 
4100
                                                        Name="VCCLCompilerTool"
 
4101
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4102
                                                        ObjectFile="$(IntDir)\mpq\"
 
4103
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4104
                                                        XMLDocumentationFileName=""
 
4105
                                                />
 
4106
                                        </FileConfiguration>
 
4107
                                        <FileConfiguration
 
4108
                                                Name="Release|Win32"
 
4109
                                                >
 
4110
                                                <Tool
 
4111
                                                        Name="VCCLCompilerTool"
 
4112
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4113
                                                        ObjectFile="$(IntDir)\mpq\"
 
4114
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4115
                                                        XMLDocumentationFileName=""
 
4116
                                                />
 
4117
                                        </FileConfiguration>
 
4118
                                </File>
 
4119
                                <File
 
4120
                                        RelativePath="..\..\mpq\aors.c"
 
4121
                                        >
 
4122
                                        <FileConfiguration
 
4123
                                                Name="Debug|Win32"
 
4124
                                                >
 
4125
                                                <Tool
 
4126
                                                        Name="VCCLCompilerTool"
 
4127
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4128
                                                        ObjectFile="$(IntDir)\mpq\"
 
4129
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4130
                                                        XMLDocumentationFileName=""
 
4131
                                                />
 
4132
                                        </FileConfiguration>
 
4133
                                        <FileConfiguration
 
4134
                                                Name="Release|Win32"
 
4135
                                                >
 
4136
                                                <Tool
 
4137
                                                        Name="VCCLCompilerTool"
 
4138
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4139
                                                        ObjectFile="$(IntDir)\mpq\"
 
4140
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4141
                                                        XMLDocumentationFileName=""
 
4142
                                                />
 
4143
                                        </FileConfiguration>
 
4144
                                </File>
 
4145
                                <File
 
4146
                                        RelativePath="..\..\mpq\canonicalize.c"
 
4147
                                        >
 
4148
                                        <FileConfiguration
 
4149
                                                Name="Debug|Win32"
 
4150
                                                >
 
4151
                                                <Tool
 
4152
                                                        Name="VCCLCompilerTool"
 
4153
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4154
                                                        ObjectFile="$(IntDir)\mpq\"
 
4155
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4156
                                                        XMLDocumentationFileName=""
 
4157
                                                />
 
4158
                                        </FileConfiguration>
 
4159
                                        <FileConfiguration
 
4160
                                                Name="Release|Win32"
 
4161
                                                >
 
4162
                                                <Tool
 
4163
                                                        Name="VCCLCompilerTool"
 
4164
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4165
                                                        ObjectFile="$(IntDir)\mpq\"
 
4166
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4167
                                                        XMLDocumentationFileName=""
 
4168
                                                />
 
4169
                                        </FileConfiguration>
 
4170
                                </File>
 
4171
                                <File
 
4172
                                        RelativePath="..\..\mpq\clear.c"
 
4173
                                        >
 
4174
                                        <FileConfiguration
 
4175
                                                Name="Debug|Win32"
 
4176
                                                >
 
4177
                                                <Tool
 
4178
                                                        Name="VCCLCompilerTool"
 
4179
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4180
                                                        ObjectFile="$(IntDir)\mpq\"
 
4181
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4182
                                                        XMLDocumentationFileName=""
 
4183
                                                />
 
4184
                                        </FileConfiguration>
 
4185
                                        <FileConfiguration
 
4186
                                                Name="Release|Win32"
 
4187
                                                >
 
4188
                                                <Tool
 
4189
                                                        Name="VCCLCompilerTool"
 
4190
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4191
                                                        ObjectFile="$(IntDir)\mpq\"
 
4192
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4193
                                                        XMLDocumentationFileName=""
 
4194
                                                />
 
4195
                                        </FileConfiguration>
 
4196
                                </File>
 
4197
                                <File
 
4198
                                        RelativePath="..\..\mpq\cmp.c"
 
4199
                                        >
 
4200
                                        <FileConfiguration
 
4201
                                                Name="Debug|Win32"
 
4202
                                                >
 
4203
                                                <Tool
 
4204
                                                        Name="VCCLCompilerTool"
 
4205
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4206
                                                        ObjectFile="$(IntDir)\mpq\"
 
4207
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4208
                                                        XMLDocumentationFileName=""
 
4209
                                                />
 
4210
                                        </FileConfiguration>
 
4211
                                        <FileConfiguration
 
4212
                                                Name="Release|Win32"
 
4213
                                                >
 
4214
                                                <Tool
 
4215
                                                        Name="VCCLCompilerTool"
 
4216
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4217
                                                        ObjectFile="$(IntDir)\mpq\"
 
4218
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4219
                                                        XMLDocumentationFileName=""
 
4220
                                                />
 
4221
                                        </FileConfiguration>
 
4222
                                </File>
 
4223
                                <File
 
4224
                                        RelativePath="..\..\mpq\cmp_si.c"
 
4225
                                        >
 
4226
                                        <FileConfiguration
 
4227
                                                Name="Debug|Win32"
 
4228
                                                >
 
4229
                                                <Tool
 
4230
                                                        Name="VCCLCompilerTool"
 
4231
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4232
                                                        ObjectFile="$(IntDir)\mpq\"
 
4233
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4234
                                                        XMLDocumentationFileName=""
 
4235
                                                />
 
4236
                                        </FileConfiguration>
 
4237
                                        <FileConfiguration
 
4238
                                                Name="Release|Win32"
 
4239
                                                >
 
4240
                                                <Tool
 
4241
                                                        Name="VCCLCompilerTool"
 
4242
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4243
                                                        ObjectFile="$(IntDir)\mpq\"
 
4244
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4245
                                                        XMLDocumentationFileName=""
 
4246
                                                />
 
4247
                                        </FileConfiguration>
 
4248
                                </File>
 
4249
                                <File
 
4250
                                        RelativePath="..\..\mpq\cmp_ui.c"
 
4251
                                        >
 
4252
                                        <FileConfiguration
 
4253
                                                Name="Debug|Win32"
 
4254
                                                >
 
4255
                                                <Tool
 
4256
                                                        Name="VCCLCompilerTool"
 
4257
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4258
                                                        ObjectFile="$(IntDir)\mpq\"
 
4259
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4260
                                                        XMLDocumentationFileName=""
 
4261
                                                />
 
4262
                                        </FileConfiguration>
 
4263
                                        <FileConfiguration
 
4264
                                                Name="Release|Win32"
 
4265
                                                >
 
4266
                                                <Tool
 
4267
                                                        Name="VCCLCompilerTool"
 
4268
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4269
                                                        ObjectFile="$(IntDir)\mpq\"
 
4270
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4271
                                                        XMLDocumentationFileName=""
 
4272
                                                />
 
4273
                                        </FileConfiguration>
 
4274
                                </File>
 
4275
                                <File
 
4276
                                        RelativePath="..\..\mpq\div.c"
 
4277
                                        >
 
4278
                                        <FileConfiguration
 
4279
                                                Name="Debug|Win32"
 
4280
                                                >
 
4281
                                                <Tool
 
4282
                                                        Name="VCCLCompilerTool"
 
4283
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4284
                                                        ObjectFile="$(IntDir)\mpq\"
 
4285
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4286
                                                        XMLDocumentationFileName=""
 
4287
                                                />
 
4288
                                        </FileConfiguration>
 
4289
                                        <FileConfiguration
 
4290
                                                Name="Release|Win32"
 
4291
                                                >
 
4292
                                                <Tool
 
4293
                                                        Name="VCCLCompilerTool"
 
4294
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4295
                                                        ObjectFile="$(IntDir)\mpq\"
 
4296
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4297
                                                        XMLDocumentationFileName=""
 
4298
                                                />
 
4299
                                        </FileConfiguration>
 
4300
                                </File>
 
4301
                                <File
 
4302
                                        RelativePath="..\..\mpq\equal.c"
 
4303
                                        >
 
4304
                                        <FileConfiguration
 
4305
                                                Name="Debug|Win32"
 
4306
                                                >
 
4307
                                                <Tool
 
4308
                                                        Name="VCCLCompilerTool"
 
4309
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4310
                                                        ObjectFile="$(IntDir)\mpq\"
 
4311
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4312
                                                        XMLDocumentationFileName=""
 
4313
                                                />
 
4314
                                        </FileConfiguration>
 
4315
                                        <FileConfiguration
 
4316
                                                Name="Release|Win32"
 
4317
                                                >
 
4318
                                                <Tool
 
4319
                                                        Name="VCCLCompilerTool"
 
4320
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4321
                                                        ObjectFile="$(IntDir)\mpq\"
 
4322
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4323
                                                        XMLDocumentationFileName=""
 
4324
                                                />
 
4325
                                        </FileConfiguration>
 
4326
                                </File>
 
4327
                                <File
 
4328
                                        RelativePath="..\..\mpq\get_d.c"
 
4329
                                        >
 
4330
                                        <FileConfiguration
 
4331
                                                Name="Debug|Win32"
 
4332
                                                >
 
4333
                                                <Tool
 
4334
                                                        Name="VCCLCompilerTool"
 
4335
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4336
                                                        ObjectFile="$(IntDir)\mpq\"
 
4337
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4338
                                                        XMLDocumentationFileName=""
 
4339
                                                />
 
4340
                                        </FileConfiguration>
 
4341
                                        <FileConfiguration
 
4342
                                                Name="Release|Win32"
 
4343
                                                >
 
4344
                                                <Tool
 
4345
                                                        Name="VCCLCompilerTool"
 
4346
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4347
                                                        ObjectFile="$(IntDir)\mpq\"
 
4348
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4349
                                                        XMLDocumentationFileName=""
 
4350
                                                />
 
4351
                                        </FileConfiguration>
 
4352
                                </File>
 
4353
                                <File
 
4354
                                        RelativePath="..\..\mpq\get_den.c"
 
4355
                                        >
 
4356
                                        <FileConfiguration
 
4357
                                                Name="Debug|Win32"
 
4358
                                                >
 
4359
                                                <Tool
 
4360
                                                        Name="VCCLCompilerTool"
 
4361
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4362
                                                        ObjectFile="$(IntDir)\mpq\"
 
4363
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4364
                                                        XMLDocumentationFileName=""
 
4365
                                                />
 
4366
                                        </FileConfiguration>
 
4367
                                        <FileConfiguration
 
4368
                                                Name="Release|Win32"
 
4369
                                                >
 
4370
                                                <Tool
 
4371
                                                        Name="VCCLCompilerTool"
 
4372
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4373
                                                        ObjectFile="$(IntDir)\mpq\"
 
4374
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4375
                                                        XMLDocumentationFileName=""
 
4376
                                                />
 
4377
                                        </FileConfiguration>
 
4378
                                </File>
 
4379
                                <File
 
4380
                                        RelativePath="..\..\mpq\get_num.c"
 
4381
                                        >
 
4382
                                        <FileConfiguration
 
4383
                                                Name="Debug|Win32"
 
4384
                                                >
 
4385
                                                <Tool
 
4386
                                                        Name="VCCLCompilerTool"
 
4387
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4388
                                                        ObjectFile="$(IntDir)\mpq\"
 
4389
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4390
                                                        XMLDocumentationFileName=""
 
4391
                                                />
 
4392
                                        </FileConfiguration>
 
4393
                                        <FileConfiguration
 
4394
                                                Name="Release|Win32"
 
4395
                                                >
 
4396
                                                <Tool
 
4397
                                                        Name="VCCLCompilerTool"
 
4398
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4399
                                                        ObjectFile="$(IntDir)\mpq\"
 
4400
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4401
                                                        XMLDocumentationFileName=""
 
4402
                                                />
 
4403
                                        </FileConfiguration>
 
4404
                                </File>
 
4405
                                <File
 
4406
                                        RelativePath="..\..\mpq\get_str.c"
 
4407
                                        >
 
4408
                                        <FileConfiguration
 
4409
                                                Name="Debug|Win32"
 
4410
                                                >
 
4411
                                                <Tool
 
4412
                                                        Name="VCCLCompilerTool"
 
4413
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4414
                                                        ObjectFile="$(IntDir)\mpq\"
 
4415
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4416
                                                        XMLDocumentationFileName=""
 
4417
                                                />
 
4418
                                        </FileConfiguration>
 
4419
                                        <FileConfiguration
 
4420
                                                Name="Release|Win32"
 
4421
                                                >
 
4422
                                                <Tool
 
4423
                                                        Name="VCCLCompilerTool"
 
4424
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4425
                                                        ObjectFile="$(IntDir)\mpq\"
 
4426
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4427
                                                        XMLDocumentationFileName=""
 
4428
                                                />
 
4429
                                        </FileConfiguration>
 
4430
                                </File>
 
4431
                                <File
 
4432
                                        RelativePath="..\..\mpq\init.c"
 
4433
                                        >
 
4434
                                        <FileConfiguration
 
4435
                                                Name="Debug|Win32"
 
4436
                                                >
 
4437
                                                <Tool
 
4438
                                                        Name="VCCLCompilerTool"
 
4439
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4440
                                                        ObjectFile="$(IntDir)\mpq\"
 
4441
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4442
                                                        XMLDocumentationFileName=""
 
4443
                                                />
 
4444
                                        </FileConfiguration>
 
4445
                                        <FileConfiguration
 
4446
                                                Name="Release|Win32"
 
4447
                                                >
 
4448
                                                <Tool
 
4449
                                                        Name="VCCLCompilerTool"
 
4450
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4451
                                                        ObjectFile="$(IntDir)\mpq\"
 
4452
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4453
                                                        XMLDocumentationFileName=""
 
4454
                                                />
 
4455
                                        </FileConfiguration>
 
4456
                                </File>
 
4457
                                <File
 
4458
                                        RelativePath="..\..\mpq\inp_str.c"
 
4459
                                        >
 
4460
                                        <FileConfiguration
 
4461
                                                Name="Debug|Win32"
 
4462
                                                >
 
4463
                                                <Tool
 
4464
                                                        Name="VCCLCompilerTool"
 
4465
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4466
                                                        ObjectFile="$(IntDir)\mpq\"
 
4467
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4468
                                                        XMLDocumentationFileName=""
 
4469
                                                />
 
4470
                                        </FileConfiguration>
 
4471
                                        <FileConfiguration
 
4472
                                                Name="Release|Win32"
 
4473
                                                >
 
4474
                                                <Tool
 
4475
                                                        Name="VCCLCompilerTool"
 
4476
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4477
                                                        ObjectFile="$(IntDir)\mpq\"
 
4478
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4479
                                                        XMLDocumentationFileName=""
 
4480
                                                />
 
4481
                                        </FileConfiguration>
 
4482
                                </File>
 
4483
                                <File
 
4484
                                        RelativePath="..\..\mpq\inv.c"
 
4485
                                        >
 
4486
                                        <FileConfiguration
 
4487
                                                Name="Debug|Win32"
 
4488
                                                >
 
4489
                                                <Tool
 
4490
                                                        Name="VCCLCompilerTool"
 
4491
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4492
                                                        ObjectFile="$(IntDir)\mpq\"
 
4493
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4494
                                                        XMLDocumentationFileName=""
 
4495
                                                />
 
4496
                                        </FileConfiguration>
 
4497
                                        <FileConfiguration
 
4498
                                                Name="Release|Win32"
 
4499
                                                >
 
4500
                                                <Tool
 
4501
                                                        Name="VCCLCompilerTool"
 
4502
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4503
                                                        ObjectFile="$(IntDir)\mpq\"
 
4504
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4505
                                                        XMLDocumentationFileName=""
 
4506
                                                />
 
4507
                                        </FileConfiguration>
 
4508
                                </File>
 
4509
                                <File
 
4510
                                        RelativePath="..\..\mpq\md_2exp.c"
 
4511
                                        >
 
4512
                                        <FileConfiguration
 
4513
                                                Name="Debug|Win32"
 
4514
                                                >
 
4515
                                                <Tool
 
4516
                                                        Name="VCCLCompilerTool"
 
4517
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4518
                                                        ObjectFile="$(IntDir)\mpq\"
 
4519
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4520
                                                        XMLDocumentationFileName=""
 
4521
                                                />
 
4522
                                        </FileConfiguration>
 
4523
                                        <FileConfiguration
 
4524
                                                Name="Release|Win32"
 
4525
                                                >
 
4526
                                                <Tool
 
4527
                                                        Name="VCCLCompilerTool"
 
4528
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4529
                                                        ObjectFile="$(IntDir)\mpq\"
 
4530
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4531
                                                        XMLDocumentationFileName=""
 
4532
                                                />
 
4533
                                        </FileConfiguration>
 
4534
                                </File>
 
4535
                                <File
 
4536
                                        RelativePath="..\..\mpq\mul.c"
 
4537
                                        >
 
4538
                                        <FileConfiguration
 
4539
                                                Name="Debug|Win32"
 
4540
                                                >
 
4541
                                                <Tool
 
4542
                                                        Name="VCCLCompilerTool"
 
4543
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4544
                                                        ObjectFile="$(IntDir)\mpq\"
 
4545
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4546
                                                        XMLDocumentationFileName=""
 
4547
                                                />
 
4548
                                        </FileConfiguration>
 
4549
                                        <FileConfiguration
 
4550
                                                Name="Release|Win32"
 
4551
                                                >
 
4552
                                                <Tool
 
4553
                                                        Name="VCCLCompilerTool"
 
4554
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4555
                                                        ObjectFile="$(IntDir)\mpq\"
 
4556
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4557
                                                        XMLDocumentationFileName=""
 
4558
                                                />
 
4559
                                        </FileConfiguration>
 
4560
                                </File>
 
4561
                                <File
 
4562
                                        RelativePath="..\..\mpq\neg.c"
 
4563
                                        >
 
4564
                                        <FileConfiguration
 
4565
                                                Name="Debug|Win32"
 
4566
                                                >
 
4567
                                                <Tool
 
4568
                                                        Name="VCCLCompilerTool"
 
4569
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4570
                                                        ObjectFile="$(IntDir)\mpq\"
 
4571
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4572
                                                        XMLDocumentationFileName=""
 
4573
                                                />
 
4574
                                        </FileConfiguration>
 
4575
                                        <FileConfiguration
 
4576
                                                Name="Release|Win32"
 
4577
                                                >
 
4578
                                                <Tool
 
4579
                                                        Name="VCCLCompilerTool"
 
4580
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4581
                                                        ObjectFile="$(IntDir)\mpq\"
 
4582
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4583
                                                        XMLDocumentationFileName=""
 
4584
                                                />
 
4585
                                        </FileConfiguration>
 
4586
                                </File>
 
4587
                                <File
 
4588
                                        RelativePath="..\..\mpq\out_str.c"
 
4589
                                        >
 
4590
                                        <FileConfiguration
 
4591
                                                Name="Debug|Win32"
 
4592
                                                >
 
4593
                                                <Tool
 
4594
                                                        Name="VCCLCompilerTool"
 
4595
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4596
                                                        ObjectFile="$(IntDir)\mpq\"
 
4597
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4598
                                                        XMLDocumentationFileName=""
 
4599
                                                />
 
4600
                                        </FileConfiguration>
 
4601
                                        <FileConfiguration
 
4602
                                                Name="Release|Win32"
 
4603
                                                >
 
4604
                                                <Tool
 
4605
                                                        Name="VCCLCompilerTool"
 
4606
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4607
                                                        ObjectFile="$(IntDir)\mpq\"
 
4608
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4609
                                                        XMLDocumentationFileName=""
 
4610
                                                />
 
4611
                                        </FileConfiguration>
 
4612
                                </File>
 
4613
                                <File
 
4614
                                        RelativePath="..\..\mpq\set.c"
 
4615
                                        >
 
4616
                                        <FileConfiguration
 
4617
                                                Name="Debug|Win32"
 
4618
                                                >
 
4619
                                                <Tool
 
4620
                                                        Name="VCCLCompilerTool"
 
4621
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4622
                                                        ObjectFile="$(IntDir)\mpq\"
 
4623
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4624
                                                        XMLDocumentationFileName=""
 
4625
                                                />
 
4626
                                        </FileConfiguration>
 
4627
                                        <FileConfiguration
 
4628
                                                Name="Release|Win32"
 
4629
                                                >
 
4630
                                                <Tool
 
4631
                                                        Name="VCCLCompilerTool"
 
4632
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4633
                                                        ObjectFile="$(IntDir)\mpq\"
 
4634
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4635
                                                        XMLDocumentationFileName=""
 
4636
                                                />
 
4637
                                        </FileConfiguration>
 
4638
                                </File>
 
4639
                                <File
 
4640
                                        RelativePath="..\..\mpq\set_d.c"
 
4641
                                        >
 
4642
                                        <FileConfiguration
 
4643
                                                Name="Debug|Win32"
 
4644
                                                >
 
4645
                                                <Tool
 
4646
                                                        Name="VCCLCompilerTool"
 
4647
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4648
                                                        ObjectFile="$(IntDir)\mpq\"
 
4649
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4650
                                                        XMLDocumentationFileName=""
 
4651
                                                />
 
4652
                                        </FileConfiguration>
 
4653
                                        <FileConfiguration
 
4654
                                                Name="Release|Win32"
 
4655
                                                >
 
4656
                                                <Tool
 
4657
                                                        Name="VCCLCompilerTool"
 
4658
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4659
                                                        ObjectFile="$(IntDir)\mpq\"
 
4660
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4661
                                                        XMLDocumentationFileName=""
 
4662
                                                />
 
4663
                                        </FileConfiguration>
 
4664
                                </File>
 
4665
                                <File
 
4666
                                        RelativePath="..\..\mpq\set_den.c"
 
4667
                                        >
 
4668
                                        <FileConfiguration
 
4669
                                                Name="Debug|Win32"
 
4670
                                                >
 
4671
                                                <Tool
 
4672
                                                        Name="VCCLCompilerTool"
 
4673
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4674
                                                        ObjectFile="$(IntDir)\mpq\"
 
4675
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4676
                                                        XMLDocumentationFileName=""
 
4677
                                                />
 
4678
                                        </FileConfiguration>
 
4679
                                        <FileConfiguration
 
4680
                                                Name="Release|Win32"
 
4681
                                                >
 
4682
                                                <Tool
 
4683
                                                        Name="VCCLCompilerTool"
 
4684
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4685
                                                        ObjectFile="$(IntDir)\mpq\"
 
4686
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4687
                                                        XMLDocumentationFileName=""
 
4688
                                                />
 
4689
                                        </FileConfiguration>
 
4690
                                </File>
 
4691
                                <File
 
4692
                                        RelativePath="..\..\mpq\set_f.c"
 
4693
                                        >
 
4694
                                        <FileConfiguration
 
4695
                                                Name="Debug|Win32"
 
4696
                                                >
 
4697
                                                <Tool
 
4698
                                                        Name="VCCLCompilerTool"
 
4699
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4700
                                                        ObjectFile="$(IntDir)\mpq\"
 
4701
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4702
                                                        XMLDocumentationFileName=""
 
4703
                                                />
 
4704
                                        </FileConfiguration>
 
4705
                                        <FileConfiguration
 
4706
                                                Name="Release|Win32"
 
4707
                                                >
 
4708
                                                <Tool
 
4709
                                                        Name="VCCLCompilerTool"
 
4710
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4711
                                                        ObjectFile="$(IntDir)\mpq\"
 
4712
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4713
                                                        XMLDocumentationFileName=""
 
4714
                                                />
 
4715
                                        </FileConfiguration>
 
4716
                                </File>
 
4717
                                <File
 
4718
                                        RelativePath="..\..\mpq\set_num.c"
 
4719
                                        >
 
4720
                                        <FileConfiguration
 
4721
                                                Name="Debug|Win32"
 
4722
                                                >
 
4723
                                                <Tool
 
4724
                                                        Name="VCCLCompilerTool"
 
4725
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4726
                                                        ObjectFile="$(IntDir)\mpq\"
 
4727
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4728
                                                        XMLDocumentationFileName=""
 
4729
                                                />
 
4730
                                        </FileConfiguration>
 
4731
                                        <FileConfiguration
 
4732
                                                Name="Release|Win32"
 
4733
                                                >
 
4734
                                                <Tool
 
4735
                                                        Name="VCCLCompilerTool"
 
4736
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4737
                                                        ObjectFile="$(IntDir)\mpq\"
 
4738
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4739
                                                        XMLDocumentationFileName=""
 
4740
                                                />
 
4741
                                        </FileConfiguration>
 
4742
                                </File>
 
4743
                                <File
 
4744
                                        RelativePath="..\..\mpq\set_si.c"
 
4745
                                        >
 
4746
                                        <FileConfiguration
 
4747
                                                Name="Debug|Win32"
 
4748
                                                >
 
4749
                                                <Tool
 
4750
                                                        Name="VCCLCompilerTool"
 
4751
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4752
                                                        ObjectFile="$(IntDir)\mpq\"
 
4753
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4754
                                                        XMLDocumentationFileName=""
 
4755
                                                />
 
4756
                                        </FileConfiguration>
 
4757
                                        <FileConfiguration
 
4758
                                                Name="Release|Win32"
 
4759
                                                >
 
4760
                                                <Tool
 
4761
                                                        Name="VCCLCompilerTool"
 
4762
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4763
                                                        ObjectFile="$(IntDir)\mpq\"
 
4764
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4765
                                                        XMLDocumentationFileName=""
 
4766
                                                />
 
4767
                                        </FileConfiguration>
 
4768
                                </File>
 
4769
                                <File
 
4770
                                        RelativePath="..\..\mpq\set_str.c"
 
4771
                                        >
 
4772
                                        <FileConfiguration
 
4773
                                                Name="Debug|Win32"
 
4774
                                                >
 
4775
                                                <Tool
 
4776
                                                        Name="VCCLCompilerTool"
 
4777
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4778
                                                        ObjectFile="$(IntDir)\mpq\"
 
4779
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4780
                                                        XMLDocumentationFileName=""
 
4781
                                                />
 
4782
                                        </FileConfiguration>
 
4783
                                        <FileConfiguration
 
4784
                                                Name="Release|Win32"
 
4785
                                                >
 
4786
                                                <Tool
 
4787
                                                        Name="VCCLCompilerTool"
 
4788
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4789
                                                        ObjectFile="$(IntDir)\mpq\"
 
4790
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4791
                                                        XMLDocumentationFileName=""
 
4792
                                                />
 
4793
                                        </FileConfiguration>
 
4794
                                </File>
 
4795
                                <File
 
4796
                                        RelativePath="..\..\mpq\set_ui.c"
 
4797
                                        >
 
4798
                                        <FileConfiguration
 
4799
                                                Name="Debug|Win32"
 
4800
                                                >
 
4801
                                                <Tool
 
4802
                                                        Name="VCCLCompilerTool"
 
4803
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4804
                                                        ObjectFile="$(IntDir)\mpq\"
 
4805
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4806
                                                        XMLDocumentationFileName=""
 
4807
                                                />
 
4808
                                        </FileConfiguration>
 
4809
                                        <FileConfiguration
 
4810
                                                Name="Release|Win32"
 
4811
                                                >
 
4812
                                                <Tool
 
4813
                                                        Name="VCCLCompilerTool"
 
4814
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4815
                                                        ObjectFile="$(IntDir)\mpq\"
 
4816
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4817
                                                        XMLDocumentationFileName=""
 
4818
                                                />
 
4819
                                        </FileConfiguration>
 
4820
                                </File>
 
4821
                                <File
 
4822
                                        RelativePath="..\..\mpq\set_z.c"
 
4823
                                        >
 
4824
                                        <FileConfiguration
 
4825
                                                Name="Debug|Win32"
 
4826
                                                >
 
4827
                                                <Tool
 
4828
                                                        Name="VCCLCompilerTool"
 
4829
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4830
                                                        ObjectFile="$(IntDir)\mpq\"
 
4831
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4832
                                                        XMLDocumentationFileName=""
 
4833
                                                />
 
4834
                                        </FileConfiguration>
 
4835
                                        <FileConfiguration
 
4836
                                                Name="Release|Win32"
 
4837
                                                >
 
4838
                                                <Tool
 
4839
                                                        Name="VCCLCompilerTool"
 
4840
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4841
                                                        ObjectFile="$(IntDir)\mpq\"
 
4842
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4843
                                                        XMLDocumentationFileName=""
 
4844
                                                />
 
4845
                                        </FileConfiguration>
 
4846
                                </File>
 
4847
                                <File
 
4848
                                        RelativePath="..\..\mpq\swap.c"
 
4849
                                        >
 
4850
                                        <FileConfiguration
 
4851
                                                Name="Debug|Win32"
 
4852
                                                >
 
4853
                                                <Tool
 
4854
                                                        Name="VCCLCompilerTool"
 
4855
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4856
                                                        ObjectFile="$(IntDir)\mpq\"
 
4857
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4858
                                                        XMLDocumentationFileName=""
 
4859
                                                />
 
4860
                                        </FileConfiguration>
 
4861
                                        <FileConfiguration
 
4862
                                                Name="Release|Win32"
 
4863
                                                >
 
4864
                                                <Tool
 
4865
                                                        Name="VCCLCompilerTool"
 
4866
                                                        AssemblerListingLocation="$(IntDir)\mpq\"
 
4867
                                                        ObjectFile="$(IntDir)\mpq\"
 
4868
                                                        ProgramDataBaseFileName="$(IntDir)\mpq\"
 
4869
                                                        XMLDocumentationFileName=""
 
4870
                                                />
 
4871
                                        </FileConfiguration>
 
4872
                                </File>
 
4873
                        </Filter>
 
4874
                        <Filter
 
4875
                                Name="mpz"
 
4876
                                >
 
4877
                                <File
 
4878
                                        RelativePath="..\..\mpz\abs.c"
 
4879
                                        >
 
4880
                                        <FileConfiguration
 
4881
                                                Name="Debug|Win32"
 
4882
                                                >
 
4883
                                                <Tool
 
4884
                                                        Name="VCCLCompilerTool"
 
4885
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
4886
                                                        ObjectFile="$(IntDir)\mpz\"
 
4887
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
4888
                                                        XMLDocumentationFileName=""
 
4889
                                                />
 
4890
                                        </FileConfiguration>
 
4891
                                        <FileConfiguration
 
4892
                                                Name="Release|Win32"
 
4893
                                                >
 
4894
                                                <Tool
 
4895
                                                        Name="VCCLCompilerTool"
 
4896
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
4897
                                                        ObjectFile="$(IntDir)\mpz\"
 
4898
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
4899
                                                        XMLDocumentationFileName=""
 
4900
                                                />
 
4901
                                        </FileConfiguration>
 
4902
                                </File>
 
4903
                                <File
 
4904
                                        RelativePath="..\..\mpz\add.c"
 
4905
                                        >
 
4906
                                        <FileConfiguration
 
4907
                                                Name="Debug|Win32"
 
4908
                                                >
 
4909
                                                <Tool
 
4910
                                                        Name="VCCLCompilerTool"
 
4911
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
4912
                                                        ObjectFile="$(IntDir)\mpz\"
 
4913
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
4914
                                                        XMLDocumentationFileName=""
 
4915
                                                />
 
4916
                                        </FileConfiguration>
 
4917
                                        <FileConfiguration
 
4918
                                                Name="Release|Win32"
 
4919
                                                >
 
4920
                                                <Tool
 
4921
                                                        Name="VCCLCompilerTool"
 
4922
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
4923
                                                        ObjectFile="$(IntDir)\mpz\"
 
4924
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
4925
                                                        XMLDocumentationFileName=""
 
4926
                                                />
 
4927
                                        </FileConfiguration>
 
4928
                                </File>
 
4929
                                <File
 
4930
                                        RelativePath="..\..\mpz\add_ui.c"
 
4931
                                        >
 
4932
                                        <FileConfiguration
 
4933
                                                Name="Debug|Win32"
 
4934
                                                >
 
4935
                                                <Tool
 
4936
                                                        Name="VCCLCompilerTool"
 
4937
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
4938
                                                        ObjectFile="$(IntDir)\mpz\"
 
4939
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
4940
                                                        XMLDocumentationFileName=""
 
4941
                                                />
 
4942
                                        </FileConfiguration>
 
4943
                                        <FileConfiguration
 
4944
                                                Name="Release|Win32"
 
4945
                                                >
 
4946
                                                <Tool
 
4947
                                                        Name="VCCLCompilerTool"
 
4948
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
4949
                                                        ObjectFile="$(IntDir)\mpz\"
 
4950
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
4951
                                                        XMLDocumentationFileName=""
 
4952
                                                />
 
4953
                                        </FileConfiguration>
 
4954
                                </File>
 
4955
                                <File
 
4956
                                        RelativePath="..\..\mpz\and.c"
 
4957
                                        >
 
4958
                                        <FileConfiguration
 
4959
                                                Name="Debug|Win32"
 
4960
                                                >
 
4961
                                                <Tool
 
4962
                                                        Name="VCCLCompilerTool"
 
4963
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
4964
                                                        ObjectFile="$(IntDir)\mpz\"
 
4965
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
4966
                                                        XMLDocumentationFileName=""
 
4967
                                                />
 
4968
                                        </FileConfiguration>
 
4969
                                        <FileConfiguration
 
4970
                                                Name="Release|Win32"
 
4971
                                                >
 
4972
                                                <Tool
 
4973
                                                        Name="VCCLCompilerTool"
 
4974
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
4975
                                                        ObjectFile="$(IntDir)\mpz\"
 
4976
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
4977
                                                        XMLDocumentationFileName=""
 
4978
                                                />
 
4979
                                        </FileConfiguration>
 
4980
                                </File>
 
4981
                                <File
 
4982
                                        RelativePath="..\..\mpz\aorsmul.c"
 
4983
                                        >
 
4984
                                        <FileConfiguration
 
4985
                                                Name="Debug|Win32"
 
4986
                                                >
 
4987
                                                <Tool
 
4988
                                                        Name="VCCLCompilerTool"
 
4989
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
4990
                                                        ObjectFile="$(IntDir)\mpz\"
 
4991
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
4992
                                                        XMLDocumentationFileName=""
 
4993
                                                />
 
4994
                                        </FileConfiguration>
 
4995
                                        <FileConfiguration
 
4996
                                                Name="Release|Win32"
 
4997
                                                >
 
4998
                                                <Tool
 
4999
                                                        Name="VCCLCompilerTool"
 
5000
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5001
                                                        ObjectFile="$(IntDir)\mpz\"
 
5002
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5003
                                                        XMLDocumentationFileName=""
 
5004
                                                />
 
5005
                                        </FileConfiguration>
 
5006
                                </File>
 
5007
                                <File
 
5008
                                        RelativePath="..\..\mpz\aorsmul_i.c"
 
5009
                                        >
 
5010
                                        <FileConfiguration
 
5011
                                                Name="Debug|Win32"
 
5012
                                                >
 
5013
                                                <Tool
 
5014
                                                        Name="VCCLCompilerTool"
 
5015
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5016
                                                        ObjectFile="$(IntDir)\mpz\"
 
5017
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5018
                                                        XMLDocumentationFileName=""
 
5019
                                                />
 
5020
                                        </FileConfiguration>
 
5021
                                        <FileConfiguration
 
5022
                                                Name="Release|Win32"
 
5023
                                                >
 
5024
                                                <Tool
 
5025
                                                        Name="VCCLCompilerTool"
 
5026
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5027
                                                        ObjectFile="$(IntDir)\mpz\"
 
5028
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5029
                                                        XMLDocumentationFileName=""
 
5030
                                                />
 
5031
                                        </FileConfiguration>
 
5032
                                </File>
 
5033
                                <File
 
5034
                                        RelativePath="..\..\mpz\array_init.c"
 
5035
                                        >
 
5036
                                        <FileConfiguration
 
5037
                                                Name="Debug|Win32"
 
5038
                                                >
 
5039
                                                <Tool
 
5040
                                                        Name="VCCLCompilerTool"
 
5041
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5042
                                                        ObjectFile="$(IntDir)\mpz\"
 
5043
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5044
                                                        XMLDocumentationFileName=""
 
5045
                                                />
 
5046
                                        </FileConfiguration>
 
5047
                                        <FileConfiguration
 
5048
                                                Name="Release|Win32"
 
5049
                                                >
 
5050
                                                <Tool
 
5051
                                                        Name="VCCLCompilerTool"
 
5052
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5053
                                                        ObjectFile="$(IntDir)\mpz\"
 
5054
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5055
                                                        XMLDocumentationFileName=""
 
5056
                                                />
 
5057
                                        </FileConfiguration>
 
5058
                                </File>
 
5059
                                <File
 
5060
                                        RelativePath="..\..\mpz\bin_ui.c"
 
5061
                                        >
 
5062
                                        <FileConfiguration
 
5063
                                                Name="Debug|Win32"
 
5064
                                                >
 
5065
                                                <Tool
 
5066
                                                        Name="VCCLCompilerTool"
 
5067
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5068
                                                        ObjectFile="$(IntDir)\mpz\"
 
5069
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5070
                                                        XMLDocumentationFileName=""
 
5071
                                                />
 
5072
                                        </FileConfiguration>
 
5073
                                        <FileConfiguration
 
5074
                                                Name="Release|Win32"
 
5075
                                                >
 
5076
                                                <Tool
 
5077
                                                        Name="VCCLCompilerTool"
 
5078
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5079
                                                        ObjectFile="$(IntDir)\mpz\"
 
5080
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5081
                                                        XMLDocumentationFileName=""
 
5082
                                                />
 
5083
                                        </FileConfiguration>
 
5084
                                </File>
 
5085
                                <File
 
5086
                                        RelativePath="..\..\mpz\bin_uiui.c"
 
5087
                                        >
 
5088
                                        <FileConfiguration
 
5089
                                                Name="Debug|Win32"
 
5090
                                                >
 
5091
                                                <Tool
 
5092
                                                        Name="VCCLCompilerTool"
 
5093
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5094
                                                        ObjectFile="$(IntDir)\mpz\"
 
5095
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5096
                                                        XMLDocumentationFileName=""
 
5097
                                                />
 
5098
                                        </FileConfiguration>
 
5099
                                        <FileConfiguration
 
5100
                                                Name="Release|Win32"
 
5101
                                                >
 
5102
                                                <Tool
 
5103
                                                        Name="VCCLCompilerTool"
 
5104
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5105
                                                        ObjectFile="$(IntDir)\mpz\"
 
5106
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5107
                                                        XMLDocumentationFileName=""
 
5108
                                                />
 
5109
                                        </FileConfiguration>
 
5110
                                </File>
 
5111
                                <File
 
5112
                                        RelativePath="..\..\mpz\cdiv_q.c"
 
5113
                                        >
 
5114
                                        <FileConfiguration
 
5115
                                                Name="Debug|Win32"
 
5116
                                                >
 
5117
                                                <Tool
 
5118
                                                        Name="VCCLCompilerTool"
 
5119
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5120
                                                        ObjectFile="$(IntDir)\mpz\"
 
5121
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5122
                                                        XMLDocumentationFileName=""
 
5123
                                                />
 
5124
                                        </FileConfiguration>
 
5125
                                        <FileConfiguration
 
5126
                                                Name="Release|Win32"
 
5127
                                                >
 
5128
                                                <Tool
 
5129
                                                        Name="VCCLCompilerTool"
 
5130
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5131
                                                        ObjectFile="$(IntDir)\mpz\"
 
5132
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5133
                                                        XMLDocumentationFileName=""
 
5134
                                                />
 
5135
                                        </FileConfiguration>
 
5136
                                </File>
 
5137
                                <File
 
5138
                                        RelativePath="..\..\mpz\cdiv_q_ui.c"
 
5139
                                        >
 
5140
                                        <FileConfiguration
 
5141
                                                Name="Debug|Win32"
 
5142
                                                >
 
5143
                                                <Tool
 
5144
                                                        Name="VCCLCompilerTool"
 
5145
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5146
                                                        ObjectFile="$(IntDir)\mpz\"
 
5147
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5148
                                                        XMLDocumentationFileName=""
 
5149
                                                />
 
5150
                                        </FileConfiguration>
 
5151
                                        <FileConfiguration
 
5152
                                                Name="Release|Win32"
 
5153
                                                >
 
5154
                                                <Tool
 
5155
                                                        Name="VCCLCompilerTool"
 
5156
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5157
                                                        ObjectFile="$(IntDir)\mpz\"
 
5158
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5159
                                                        XMLDocumentationFileName=""
 
5160
                                                />
 
5161
                                        </FileConfiguration>
 
5162
                                </File>
 
5163
                                <File
 
5164
                                        RelativePath="..\..\mpz\cdiv_qr.c"
 
5165
                                        >
 
5166
                                        <FileConfiguration
 
5167
                                                Name="Debug|Win32"
 
5168
                                                >
 
5169
                                                <Tool
 
5170
                                                        Name="VCCLCompilerTool"
 
5171
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5172
                                                        ObjectFile="$(IntDir)\mpz\"
 
5173
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5174
                                                        XMLDocumentationFileName=""
 
5175
                                                />
 
5176
                                        </FileConfiguration>
 
5177
                                        <FileConfiguration
 
5178
                                                Name="Release|Win32"
 
5179
                                                >
 
5180
                                                <Tool
 
5181
                                                        Name="VCCLCompilerTool"
 
5182
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5183
                                                        ObjectFile="$(IntDir)\mpz\"
 
5184
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5185
                                                        XMLDocumentationFileName=""
 
5186
                                                />
 
5187
                                        </FileConfiguration>
 
5188
                                </File>
 
5189
                                <File
 
5190
                                        RelativePath="..\..\mpz\cdiv_qr_ui.c"
 
5191
                                        >
 
5192
                                        <FileConfiguration
 
5193
                                                Name="Debug|Win32"
 
5194
                                                >
 
5195
                                                <Tool
 
5196
                                                        Name="VCCLCompilerTool"
 
5197
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5198
                                                        ObjectFile="$(IntDir)\mpz\"
 
5199
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5200
                                                        XMLDocumentationFileName=""
 
5201
                                                />
 
5202
                                        </FileConfiguration>
 
5203
                                        <FileConfiguration
 
5204
                                                Name="Release|Win32"
 
5205
                                                >
 
5206
                                                <Tool
 
5207
                                                        Name="VCCLCompilerTool"
 
5208
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5209
                                                        ObjectFile="$(IntDir)\mpz\"
 
5210
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5211
                                                        XMLDocumentationFileName=""
 
5212
                                                />
 
5213
                                        </FileConfiguration>
 
5214
                                </File>
 
5215
                                <File
 
5216
                                        RelativePath="..\..\mpz\cdiv_r.c"
 
5217
                                        >
 
5218
                                        <FileConfiguration
 
5219
                                                Name="Debug|Win32"
 
5220
                                                >
 
5221
                                                <Tool
 
5222
                                                        Name="VCCLCompilerTool"
 
5223
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5224
                                                        ObjectFile="$(IntDir)\mpz\"
 
5225
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5226
                                                        XMLDocumentationFileName=""
 
5227
                                                />
 
5228
                                        </FileConfiguration>
 
5229
                                        <FileConfiguration
 
5230
                                                Name="Release|Win32"
 
5231
                                                >
 
5232
                                                <Tool
 
5233
                                                        Name="VCCLCompilerTool"
 
5234
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5235
                                                        ObjectFile="$(IntDir)\mpz\"
 
5236
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5237
                                                        XMLDocumentationFileName=""
 
5238
                                                />
 
5239
                                        </FileConfiguration>
 
5240
                                </File>
 
5241
                                <File
 
5242
                                        RelativePath="..\..\mpz\cdiv_r_ui.c"
 
5243
                                        >
 
5244
                                        <FileConfiguration
 
5245
                                                Name="Debug|Win32"
 
5246
                                                >
 
5247
                                                <Tool
 
5248
                                                        Name="VCCLCompilerTool"
 
5249
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5250
                                                        ObjectFile="$(IntDir)\mpz\"
 
5251
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5252
                                                        XMLDocumentationFileName=""
 
5253
                                                />
 
5254
                                        </FileConfiguration>
 
5255
                                        <FileConfiguration
 
5256
                                                Name="Release|Win32"
 
5257
                                                >
 
5258
                                                <Tool
 
5259
                                                        Name="VCCLCompilerTool"
 
5260
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5261
                                                        ObjectFile="$(IntDir)\mpz\"
 
5262
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5263
                                                        XMLDocumentationFileName=""
 
5264
                                                />
 
5265
                                        </FileConfiguration>
 
5266
                                </File>
 
5267
                                <File
 
5268
                                        RelativePath="..\..\mpz\cdiv_ui.c"
 
5269
                                        >
 
5270
                                        <FileConfiguration
 
5271
                                                Name="Debug|Win32"
 
5272
                                                >
 
5273
                                                <Tool
 
5274
                                                        Name="VCCLCompilerTool"
 
5275
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5276
                                                        ObjectFile="$(IntDir)\mpz\"
 
5277
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5278
                                                        XMLDocumentationFileName=""
 
5279
                                                />
 
5280
                                        </FileConfiguration>
 
5281
                                        <FileConfiguration
 
5282
                                                Name="Release|Win32"
 
5283
                                                >
 
5284
                                                <Tool
 
5285
                                                        Name="VCCLCompilerTool"
 
5286
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5287
                                                        ObjectFile="$(IntDir)\mpz\"
 
5288
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5289
                                                        XMLDocumentationFileName=""
 
5290
                                                />
 
5291
                                        </FileConfiguration>
 
5292
                                </File>
 
5293
                                <File
 
5294
                                        RelativePath="..\..\mpz\cfdiv_q_2exp.c"
 
5295
                                        >
 
5296
                                        <FileConfiguration
 
5297
                                                Name="Debug|Win32"
 
5298
                                                >
 
5299
                                                <Tool
 
5300
                                                        Name="VCCLCompilerTool"
 
5301
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5302
                                                        ObjectFile="$(IntDir)\mpz\"
 
5303
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5304
                                                        XMLDocumentationFileName=""
 
5305
                                                />
 
5306
                                        </FileConfiguration>
 
5307
                                        <FileConfiguration
 
5308
                                                Name="Release|Win32"
 
5309
                                                >
 
5310
                                                <Tool
 
5311
                                                        Name="VCCLCompilerTool"
 
5312
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5313
                                                        ObjectFile="$(IntDir)\mpz\"
 
5314
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5315
                                                        XMLDocumentationFileName=""
 
5316
                                                />
 
5317
                                        </FileConfiguration>
 
5318
                                </File>
 
5319
                                <File
 
5320
                                        RelativePath="..\..\mpz\cfdiv_r_2exp.c"
 
5321
                                        >
 
5322
                                        <FileConfiguration
 
5323
                                                Name="Debug|Win32"
 
5324
                                                >
 
5325
                                                <Tool
 
5326
                                                        Name="VCCLCompilerTool"
 
5327
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5328
                                                        ObjectFile="$(IntDir)\mpz\"
 
5329
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5330
                                                        XMLDocumentationFileName=""
 
5331
                                                />
 
5332
                                        </FileConfiguration>
 
5333
                                        <FileConfiguration
 
5334
                                                Name="Release|Win32"
 
5335
                                                >
 
5336
                                                <Tool
 
5337
                                                        Name="VCCLCompilerTool"
 
5338
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5339
                                                        ObjectFile="$(IntDir)\mpz\"
 
5340
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5341
                                                        XMLDocumentationFileName=""
 
5342
                                                />
 
5343
                                        </FileConfiguration>
 
5344
                                </File>
 
5345
                                <File
 
5346
                                        RelativePath="..\..\mpz\clear.c"
 
5347
                                        >
 
5348
                                        <FileConfiguration
 
5349
                                                Name="Debug|Win32"
 
5350
                                                >
 
5351
                                                <Tool
 
5352
                                                        Name="VCCLCompilerTool"
 
5353
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5354
                                                        ObjectFile="$(IntDir)\mpz\"
 
5355
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5356
                                                        XMLDocumentationFileName=""
 
5357
                                                />
 
5358
                                        </FileConfiguration>
 
5359
                                        <FileConfiguration
 
5360
                                                Name="Release|Win32"
 
5361
                                                >
 
5362
                                                <Tool
 
5363
                                                        Name="VCCLCompilerTool"
 
5364
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5365
                                                        ObjectFile="$(IntDir)\mpz\"
 
5366
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5367
                                                        XMLDocumentationFileName=""
 
5368
                                                />
 
5369
                                        </FileConfiguration>
 
5370
                                </File>
 
5371
                                <File
 
5372
                                        RelativePath="..\..\mpz\clrbit.c"
 
5373
                                        >
 
5374
                                        <FileConfiguration
 
5375
                                                Name="Debug|Win32"
 
5376
                                                >
 
5377
                                                <Tool
 
5378
                                                        Name="VCCLCompilerTool"
 
5379
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5380
                                                        ObjectFile="$(IntDir)\mpz\"
 
5381
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5382
                                                        XMLDocumentationFileName=""
 
5383
                                                />
 
5384
                                        </FileConfiguration>
 
5385
                                        <FileConfiguration
 
5386
                                                Name="Release|Win32"
 
5387
                                                >
 
5388
                                                <Tool
 
5389
                                                        Name="VCCLCompilerTool"
 
5390
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5391
                                                        ObjectFile="$(IntDir)\mpz\"
 
5392
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5393
                                                        XMLDocumentationFileName=""
 
5394
                                                />
 
5395
                                        </FileConfiguration>
 
5396
                                </File>
 
5397
                                <File
 
5398
                                        RelativePath="..\..\mpz\cmp.c"
 
5399
                                        >
 
5400
                                        <FileConfiguration
 
5401
                                                Name="Debug|Win32"
 
5402
                                                >
 
5403
                                                <Tool
 
5404
                                                        Name="VCCLCompilerTool"
 
5405
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5406
                                                        ObjectFile="$(IntDir)\mpz\"
 
5407
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5408
                                                        XMLDocumentationFileName=""
 
5409
                                                />
 
5410
                                        </FileConfiguration>
 
5411
                                        <FileConfiguration
 
5412
                                                Name="Release|Win32"
 
5413
                                                >
 
5414
                                                <Tool
 
5415
                                                        Name="VCCLCompilerTool"
 
5416
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5417
                                                        ObjectFile="$(IntDir)\mpz\"
 
5418
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5419
                                                        XMLDocumentationFileName=""
 
5420
                                                />
 
5421
                                        </FileConfiguration>
 
5422
                                </File>
 
5423
                                <File
 
5424
                                        RelativePath="..\..\mpz\cmp_d.c"
 
5425
                                        >
 
5426
                                        <FileConfiguration
 
5427
                                                Name="Debug|Win32"
 
5428
                                                >
 
5429
                                                <Tool
 
5430
                                                        Name="VCCLCompilerTool"
 
5431
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5432
                                                        ObjectFile="$(IntDir)\mpz\"
 
5433
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5434
                                                        XMLDocumentationFileName=""
 
5435
                                                />
 
5436
                                        </FileConfiguration>
 
5437
                                        <FileConfiguration
 
5438
                                                Name="Release|Win32"
 
5439
                                                >
 
5440
                                                <Tool
 
5441
                                                        Name="VCCLCompilerTool"
 
5442
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5443
                                                        ObjectFile="$(IntDir)\mpz\"
 
5444
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5445
                                                        XMLDocumentationFileName=""
 
5446
                                                />
 
5447
                                        </FileConfiguration>
 
5448
                                </File>
 
5449
                                <File
 
5450
                                        RelativePath="..\..\mpz\cmp_si.c"
 
5451
                                        >
 
5452
                                        <FileConfiguration
 
5453
                                                Name="Debug|Win32"
 
5454
                                                >
 
5455
                                                <Tool
 
5456
                                                        Name="VCCLCompilerTool"
 
5457
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5458
                                                        ObjectFile="$(IntDir)\mpz\"
 
5459
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5460
                                                        XMLDocumentationFileName=""
 
5461
                                                />
 
5462
                                        </FileConfiguration>
 
5463
                                        <FileConfiguration
 
5464
                                                Name="Release|Win32"
 
5465
                                                >
 
5466
                                                <Tool
 
5467
                                                        Name="VCCLCompilerTool"
 
5468
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5469
                                                        ObjectFile="$(IntDir)\mpz\"
 
5470
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5471
                                                        XMLDocumentationFileName=""
 
5472
                                                />
 
5473
                                        </FileConfiguration>
 
5474
                                </File>
 
5475
                                <File
 
5476
                                        RelativePath="..\..\mpz\cmp_ui.c"
 
5477
                                        >
 
5478
                                        <FileConfiguration
 
5479
                                                Name="Debug|Win32"
 
5480
                                                >
 
5481
                                                <Tool
 
5482
                                                        Name="VCCLCompilerTool"
 
5483
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5484
                                                        ObjectFile="$(IntDir)\mpz\"
 
5485
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5486
                                                        XMLDocumentationFileName=""
 
5487
                                                />
 
5488
                                        </FileConfiguration>
 
5489
                                        <FileConfiguration
 
5490
                                                Name="Release|Win32"
 
5491
                                                >
 
5492
                                                <Tool
 
5493
                                                        Name="VCCLCompilerTool"
 
5494
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5495
                                                        ObjectFile="$(IntDir)\mpz\"
 
5496
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5497
                                                        XMLDocumentationFileName=""
 
5498
                                                />
 
5499
                                        </FileConfiguration>
 
5500
                                </File>
 
5501
                                <File
 
5502
                                        RelativePath="..\..\mpz\cmpabs.c"
 
5503
                                        >
 
5504
                                        <FileConfiguration
 
5505
                                                Name="Debug|Win32"
 
5506
                                                >
 
5507
                                                <Tool
 
5508
                                                        Name="VCCLCompilerTool"
 
5509
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5510
                                                        ObjectFile="$(IntDir)\mpz\"
 
5511
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5512
                                                        XMLDocumentationFileName=""
 
5513
                                                />
 
5514
                                        </FileConfiguration>
 
5515
                                        <FileConfiguration
 
5516
                                                Name="Release|Win32"
 
5517
                                                >
 
5518
                                                <Tool
 
5519
                                                        Name="VCCLCompilerTool"
 
5520
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5521
                                                        ObjectFile="$(IntDir)\mpz\"
 
5522
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5523
                                                        XMLDocumentationFileName=""
 
5524
                                                />
 
5525
                                        </FileConfiguration>
 
5526
                                </File>
 
5527
                                <File
 
5528
                                        RelativePath="..\..\mpz\cmpabs_d.c"
 
5529
                                        >
 
5530
                                        <FileConfiguration
 
5531
                                                Name="Debug|Win32"
 
5532
                                                >
 
5533
                                                <Tool
 
5534
                                                        Name="VCCLCompilerTool"
 
5535
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5536
                                                        ObjectFile="$(IntDir)\mpz\"
 
5537
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5538
                                                        XMLDocumentationFileName=""
 
5539
                                                />
 
5540
                                        </FileConfiguration>
 
5541
                                        <FileConfiguration
 
5542
                                                Name="Release|Win32"
 
5543
                                                >
 
5544
                                                <Tool
 
5545
                                                        Name="VCCLCompilerTool"
 
5546
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5547
                                                        ObjectFile="$(IntDir)\mpz\"
 
5548
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5549
                                                        XMLDocumentationFileName=""
 
5550
                                                />
 
5551
                                        </FileConfiguration>
 
5552
                                </File>
 
5553
                                <File
 
5554
                                        RelativePath="..\..\mpz\cmpabs_ui.c"
 
5555
                                        >
 
5556
                                        <FileConfiguration
 
5557
                                                Name="Debug|Win32"
 
5558
                                                >
 
5559
                                                <Tool
 
5560
                                                        Name="VCCLCompilerTool"
 
5561
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5562
                                                        ObjectFile="$(IntDir)\mpz\"
 
5563
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5564
                                                        XMLDocumentationFileName=""
 
5565
                                                />
 
5566
                                        </FileConfiguration>
 
5567
                                        <FileConfiguration
 
5568
                                                Name="Release|Win32"
 
5569
                                                >
 
5570
                                                <Tool
 
5571
                                                        Name="VCCLCompilerTool"
 
5572
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5573
                                                        ObjectFile="$(IntDir)\mpz\"
 
5574
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5575
                                                        XMLDocumentationFileName=""
 
5576
                                                />
 
5577
                                        </FileConfiguration>
 
5578
                                </File>
 
5579
                                <File
 
5580
                                        RelativePath="..\..\mpz\com.c"
 
5581
                                        >
 
5582
                                        <FileConfiguration
 
5583
                                                Name="Debug|Win32"
 
5584
                                                >
 
5585
                                                <Tool
 
5586
                                                        Name="VCCLCompilerTool"
 
5587
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5588
                                                        ObjectFile="$(IntDir)\mpz\"
 
5589
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5590
                                                        XMLDocumentationFileName=""
 
5591
                                                />
 
5592
                                        </FileConfiguration>
 
5593
                                        <FileConfiguration
 
5594
                                                Name="Release|Win32"
 
5595
                                                >
 
5596
                                                <Tool
 
5597
                                                        Name="VCCLCompilerTool"
 
5598
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5599
                                                        ObjectFile="$(IntDir)\mpz\"
 
5600
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5601
                                                        XMLDocumentationFileName=""
 
5602
                                                />
 
5603
                                        </FileConfiguration>
 
5604
                                </File>
 
5605
                                <File
 
5606
                                        RelativePath="..\..\mpz\combit.c"
 
5607
                                        >
 
5608
                                        <FileConfiguration
 
5609
                                                Name="Debug|Win32"
 
5610
                                                >
 
5611
                                                <Tool
 
5612
                                                        Name="VCCLCompilerTool"
 
5613
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5614
                                                        ObjectFile="$(IntDir)\mpz\"
 
5615
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5616
                                                        XMLDocumentationFileName=""
 
5617
                                                />
 
5618
                                        </FileConfiguration>
 
5619
                                        <FileConfiguration
 
5620
                                                Name="Release|Win32"
 
5621
                                                >
 
5622
                                                <Tool
 
5623
                                                        Name="VCCLCompilerTool"
 
5624
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5625
                                                        ObjectFile="$(IntDir)\mpz\"
 
5626
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5627
                                                        XMLDocumentationFileName=""
 
5628
                                                />
 
5629
                                        </FileConfiguration>
 
5630
                                </File>
 
5631
                                <File
 
5632
                                        RelativePath="..\..\mpz\cong.c"
 
5633
                                        >
 
5634
                                        <FileConfiguration
 
5635
                                                Name="Debug|Win32"
 
5636
                                                >
 
5637
                                                <Tool
 
5638
                                                        Name="VCCLCompilerTool"
 
5639
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5640
                                                        ObjectFile="$(IntDir)\mpz\"
 
5641
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5642
                                                        XMLDocumentationFileName=""
 
5643
                                                />
 
5644
                                        </FileConfiguration>
 
5645
                                        <FileConfiguration
 
5646
                                                Name="Release|Win32"
 
5647
                                                >
 
5648
                                                <Tool
 
5649
                                                        Name="VCCLCompilerTool"
 
5650
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5651
                                                        ObjectFile="$(IntDir)\mpz\"
 
5652
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5653
                                                        XMLDocumentationFileName=""
 
5654
                                                />
 
5655
                                        </FileConfiguration>
 
5656
                                </File>
 
5657
                                <File
 
5658
                                        RelativePath="..\..\mpz\cong_2exp.c"
 
5659
                                        >
 
5660
                                        <FileConfiguration
 
5661
                                                Name="Debug|Win32"
 
5662
                                                >
 
5663
                                                <Tool
 
5664
                                                        Name="VCCLCompilerTool"
 
5665
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5666
                                                        ObjectFile="$(IntDir)\mpz\"
 
5667
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5668
                                                        XMLDocumentationFileName=""
 
5669
                                                />
 
5670
                                        </FileConfiguration>
 
5671
                                        <FileConfiguration
 
5672
                                                Name="Release|Win32"
 
5673
                                                >
 
5674
                                                <Tool
 
5675
                                                        Name="VCCLCompilerTool"
 
5676
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5677
                                                        ObjectFile="$(IntDir)\mpz\"
 
5678
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5679
                                                        XMLDocumentationFileName=""
 
5680
                                                />
 
5681
                                        </FileConfiguration>
 
5682
                                </File>
 
5683
                                <File
 
5684
                                        RelativePath="..\..\mpz\cong_ui.c"
 
5685
                                        >
 
5686
                                        <FileConfiguration
 
5687
                                                Name="Debug|Win32"
 
5688
                                                >
 
5689
                                                <Tool
 
5690
                                                        Name="VCCLCompilerTool"
 
5691
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5692
                                                        ObjectFile="$(IntDir)\mpz\"
 
5693
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5694
                                                        XMLDocumentationFileName=""
 
5695
                                                />
 
5696
                                        </FileConfiguration>
 
5697
                                        <FileConfiguration
 
5698
                                                Name="Release|Win32"
 
5699
                                                >
 
5700
                                                <Tool
 
5701
                                                        Name="VCCLCompilerTool"
 
5702
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5703
                                                        ObjectFile="$(IntDir)\mpz\"
 
5704
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5705
                                                        XMLDocumentationFileName=""
 
5706
                                                />
 
5707
                                        </FileConfiguration>
 
5708
                                </File>
 
5709
                                <File
 
5710
                                        RelativePath="..\..\mpz\dive_ui.c"
 
5711
                                        >
 
5712
                                        <FileConfiguration
 
5713
                                                Name="Debug|Win32"
 
5714
                                                >
 
5715
                                                <Tool
 
5716
                                                        Name="VCCLCompilerTool"
 
5717
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5718
                                                        ObjectFile="$(IntDir)\mpz\"
 
5719
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5720
                                                        XMLDocumentationFileName=""
 
5721
                                                />
 
5722
                                        </FileConfiguration>
 
5723
                                        <FileConfiguration
 
5724
                                                Name="Release|Win32"
 
5725
                                                >
 
5726
                                                <Tool
 
5727
                                                        Name="VCCLCompilerTool"
 
5728
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5729
                                                        ObjectFile="$(IntDir)\mpz\"
 
5730
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5731
                                                        XMLDocumentationFileName=""
 
5732
                                                />
 
5733
                                        </FileConfiguration>
 
5734
                                </File>
 
5735
                                <File
 
5736
                                        RelativePath="..\..\mpz\divegcd.c"
 
5737
                                        >
 
5738
                                        <FileConfiguration
 
5739
                                                Name="Debug|Win32"
 
5740
                                                >
 
5741
                                                <Tool
 
5742
                                                        Name="VCCLCompilerTool"
 
5743
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5744
                                                        ObjectFile="$(IntDir)\mpz\"
 
5745
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5746
                                                        XMLDocumentationFileName=""
 
5747
                                                />
 
5748
                                        </FileConfiguration>
 
5749
                                        <FileConfiguration
 
5750
                                                Name="Release|Win32"
 
5751
                                                >
 
5752
                                                <Tool
 
5753
                                                        Name="VCCLCompilerTool"
 
5754
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5755
                                                        ObjectFile="$(IntDir)\mpz\"
 
5756
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5757
                                                        XMLDocumentationFileName=""
 
5758
                                                />
 
5759
                                        </FileConfiguration>
 
5760
                                </File>
 
5761
                                <File
 
5762
                                        RelativePath="..\..\mpz\divexact.c"
 
5763
                                        >
 
5764
                                        <FileConfiguration
 
5765
                                                Name="Debug|Win32"
 
5766
                                                >
 
5767
                                                <Tool
 
5768
                                                        Name="VCCLCompilerTool"
 
5769
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5770
                                                        ObjectFile="$(IntDir)\mpz\"
 
5771
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5772
                                                        XMLDocumentationFileName=""
 
5773
                                                />
 
5774
                                        </FileConfiguration>
 
5775
                                        <FileConfiguration
 
5776
                                                Name="Release|Win32"
 
5777
                                                >
 
5778
                                                <Tool
 
5779
                                                        Name="VCCLCompilerTool"
 
5780
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5781
                                                        ObjectFile="$(IntDir)\mpz\"
 
5782
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5783
                                                        XMLDocumentationFileName=""
 
5784
                                                />
 
5785
                                        </FileConfiguration>
 
5786
                                </File>
 
5787
                                <File
 
5788
                                        RelativePath="..\..\mpz\divis.c"
 
5789
                                        >
 
5790
                                        <FileConfiguration
 
5791
                                                Name="Debug|Win32"
 
5792
                                                >
 
5793
                                                <Tool
 
5794
                                                        Name="VCCLCompilerTool"
 
5795
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5796
                                                        ObjectFile="$(IntDir)\mpz\"
 
5797
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5798
                                                        XMLDocumentationFileName=""
 
5799
                                                />
 
5800
                                        </FileConfiguration>
 
5801
                                        <FileConfiguration
 
5802
                                                Name="Release|Win32"
 
5803
                                                >
 
5804
                                                <Tool
 
5805
                                                        Name="VCCLCompilerTool"
 
5806
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5807
                                                        ObjectFile="$(IntDir)\mpz\"
 
5808
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5809
                                                        XMLDocumentationFileName=""
 
5810
                                                />
 
5811
                                        </FileConfiguration>
 
5812
                                </File>
 
5813
                                <File
 
5814
                                        RelativePath="..\..\mpz\divis_2exp.c"
 
5815
                                        >
 
5816
                                        <FileConfiguration
 
5817
                                                Name="Debug|Win32"
 
5818
                                                >
 
5819
                                                <Tool
 
5820
                                                        Name="VCCLCompilerTool"
 
5821
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5822
                                                        ObjectFile="$(IntDir)\mpz\"
 
5823
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5824
                                                        XMLDocumentationFileName=""
 
5825
                                                />
 
5826
                                        </FileConfiguration>
 
5827
                                        <FileConfiguration
 
5828
                                                Name="Release|Win32"
 
5829
                                                >
 
5830
                                                <Tool
 
5831
                                                        Name="VCCLCompilerTool"
 
5832
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5833
                                                        ObjectFile="$(IntDir)\mpz\"
 
5834
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5835
                                                        XMLDocumentationFileName=""
 
5836
                                                />
 
5837
                                        </FileConfiguration>
 
5838
                                </File>
 
5839
                                <File
 
5840
                                        RelativePath="..\..\mpz\divis_ui.c"
 
5841
                                        >
 
5842
                                        <FileConfiguration
 
5843
                                                Name="Debug|Win32"
 
5844
                                                >
 
5845
                                                <Tool
 
5846
                                                        Name="VCCLCompilerTool"
 
5847
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5848
                                                        ObjectFile="$(IntDir)\mpz\"
 
5849
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5850
                                                        XMLDocumentationFileName=""
 
5851
                                                />
 
5852
                                        </FileConfiguration>
 
5853
                                        <FileConfiguration
 
5854
                                                Name="Release|Win32"
 
5855
                                                >
 
5856
                                                <Tool
 
5857
                                                        Name="VCCLCompilerTool"
 
5858
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5859
                                                        ObjectFile="$(IntDir)\mpz\"
 
5860
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5861
                                                        XMLDocumentationFileName=""
 
5862
                                                />
 
5863
                                        </FileConfiguration>
 
5864
                                </File>
 
5865
                                <File
 
5866
                                        RelativePath="..\..\mpz\dump.c"
 
5867
                                        >
 
5868
                                        <FileConfiguration
 
5869
                                                Name="Debug|Win32"
 
5870
                                                >
 
5871
                                                <Tool
 
5872
                                                        Name="VCCLCompilerTool"
 
5873
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5874
                                                        ObjectFile="$(IntDir)\mpz\"
 
5875
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5876
                                                        XMLDocumentationFileName=""
 
5877
                                                />
 
5878
                                        </FileConfiguration>
 
5879
                                        <FileConfiguration
 
5880
                                                Name="Release|Win32"
 
5881
                                                >
 
5882
                                                <Tool
 
5883
                                                        Name="VCCLCompilerTool"
 
5884
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5885
                                                        ObjectFile="$(IntDir)\mpz\"
 
5886
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5887
                                                        XMLDocumentationFileName=""
 
5888
                                                />
 
5889
                                        </FileConfiguration>
 
5890
                                </File>
 
5891
                                <File
 
5892
                                        RelativePath="..\..\mpz\export.c"
 
5893
                                        >
 
5894
                                        <FileConfiguration
 
5895
                                                Name="Debug|Win32"
 
5896
                                                >
 
5897
                                                <Tool
 
5898
                                                        Name="VCCLCompilerTool"
 
5899
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5900
                                                        ObjectFile="$(IntDir)\mpz\"
 
5901
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5902
                                                        XMLDocumentationFileName=""
 
5903
                                                />
 
5904
                                        </FileConfiguration>
 
5905
                                        <FileConfiguration
 
5906
                                                Name="Release|Win32"
 
5907
                                                >
 
5908
                                                <Tool
 
5909
                                                        Name="VCCLCompilerTool"
 
5910
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5911
                                                        ObjectFile="$(IntDir)\mpz\"
 
5912
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5913
                                                        XMLDocumentationFileName=""
 
5914
                                                />
 
5915
                                        </FileConfiguration>
 
5916
                                </File>
 
5917
                                <File
 
5918
                                        RelativePath="..\..\mpz\fac_ui.c"
 
5919
                                        >
 
5920
                                        <FileConfiguration
 
5921
                                                Name="Debug|Win32"
 
5922
                                                >
 
5923
                                                <Tool
 
5924
                                                        Name="VCCLCompilerTool"
 
5925
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5926
                                                        ObjectFile="$(IntDir)\mpz\"
 
5927
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5928
                                                        XMLDocumentationFileName=""
 
5929
                                                />
 
5930
                                        </FileConfiguration>
 
5931
                                        <FileConfiguration
 
5932
                                                Name="Release|Win32"
 
5933
                                                >
 
5934
                                                <Tool
 
5935
                                                        Name="VCCLCompilerTool"
 
5936
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5937
                                                        ObjectFile="$(IntDir)\mpz\"
 
5938
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5939
                                                        XMLDocumentationFileName=""
 
5940
                                                />
 
5941
                                        </FileConfiguration>
 
5942
                                </File>
 
5943
                                <File
 
5944
                                        RelativePath="..\..\mpz\fdiv_q.c"
 
5945
                                        >
 
5946
                                        <FileConfiguration
 
5947
                                                Name="Debug|Win32"
 
5948
                                                >
 
5949
                                                <Tool
 
5950
                                                        Name="VCCLCompilerTool"
 
5951
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5952
                                                        ObjectFile="$(IntDir)\mpz\"
 
5953
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5954
                                                        XMLDocumentationFileName=""
 
5955
                                                />
 
5956
                                        </FileConfiguration>
 
5957
                                        <FileConfiguration
 
5958
                                                Name="Release|Win32"
 
5959
                                                >
 
5960
                                                <Tool
 
5961
                                                        Name="VCCLCompilerTool"
 
5962
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5963
                                                        ObjectFile="$(IntDir)\mpz\"
 
5964
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5965
                                                        XMLDocumentationFileName=""
 
5966
                                                />
 
5967
                                        </FileConfiguration>
 
5968
                                </File>
 
5969
                                <File
 
5970
                                        RelativePath="..\..\mpz\fdiv_q_ui.c"
 
5971
                                        >
 
5972
                                        <FileConfiguration
 
5973
                                                Name="Debug|Win32"
 
5974
                                                >
 
5975
                                                <Tool
 
5976
                                                        Name="VCCLCompilerTool"
 
5977
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5978
                                                        ObjectFile="$(IntDir)\mpz\"
 
5979
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5980
                                                        XMLDocumentationFileName=""
 
5981
                                                />
 
5982
                                        </FileConfiguration>
 
5983
                                        <FileConfiguration
 
5984
                                                Name="Release|Win32"
 
5985
                                                >
 
5986
                                                <Tool
 
5987
                                                        Name="VCCLCompilerTool"
 
5988
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
5989
                                                        ObjectFile="$(IntDir)\mpz\"
 
5990
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
5991
                                                        XMLDocumentationFileName=""
 
5992
                                                />
 
5993
                                        </FileConfiguration>
 
5994
                                </File>
 
5995
                                <File
 
5996
                                        RelativePath="..\..\mpz\fdiv_qr.c"
 
5997
                                        >
 
5998
                                        <FileConfiguration
 
5999
                                                Name="Debug|Win32"
 
6000
                                                >
 
6001
                                                <Tool
 
6002
                                                        Name="VCCLCompilerTool"
 
6003
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6004
                                                        ObjectFile="$(IntDir)\mpz\"
 
6005
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6006
                                                        XMLDocumentationFileName=""
 
6007
                                                />
 
6008
                                        </FileConfiguration>
 
6009
                                        <FileConfiguration
 
6010
                                                Name="Release|Win32"
 
6011
                                                >
 
6012
                                                <Tool
 
6013
                                                        Name="VCCLCompilerTool"
 
6014
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6015
                                                        ObjectFile="$(IntDir)\mpz\"
 
6016
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6017
                                                        XMLDocumentationFileName=""
 
6018
                                                />
 
6019
                                        </FileConfiguration>
 
6020
                                </File>
 
6021
                                <File
 
6022
                                        RelativePath="..\..\mpz\fdiv_qr_ui.c"
 
6023
                                        >
 
6024
                                        <FileConfiguration
 
6025
                                                Name="Debug|Win32"
 
6026
                                                >
 
6027
                                                <Tool
 
6028
                                                        Name="VCCLCompilerTool"
 
6029
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6030
                                                        ObjectFile="$(IntDir)\mpz\"
 
6031
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6032
                                                        XMLDocumentationFileName=""
 
6033
                                                />
 
6034
                                        </FileConfiguration>
 
6035
                                        <FileConfiguration
 
6036
                                                Name="Release|Win32"
 
6037
                                                >
 
6038
                                                <Tool
 
6039
                                                        Name="VCCLCompilerTool"
 
6040
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6041
                                                        ObjectFile="$(IntDir)\mpz\"
 
6042
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6043
                                                        XMLDocumentationFileName=""
 
6044
                                                />
 
6045
                                        </FileConfiguration>
 
6046
                                </File>
 
6047
                                <File
 
6048
                                        RelativePath="..\..\mpz\fdiv_r.c"
 
6049
                                        >
 
6050
                                        <FileConfiguration
 
6051
                                                Name="Debug|Win32"
 
6052
                                                >
 
6053
                                                <Tool
 
6054
                                                        Name="VCCLCompilerTool"
 
6055
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6056
                                                        ObjectFile="$(IntDir)\mpz\"
 
6057
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6058
                                                        XMLDocumentationFileName=""
 
6059
                                                />
 
6060
                                        </FileConfiguration>
 
6061
                                        <FileConfiguration
 
6062
                                                Name="Release|Win32"
 
6063
                                                >
 
6064
                                                <Tool
 
6065
                                                        Name="VCCLCompilerTool"
 
6066
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6067
                                                        ObjectFile="$(IntDir)\mpz\"
 
6068
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6069
                                                        XMLDocumentationFileName=""
 
6070
                                                />
 
6071
                                        </FileConfiguration>
 
6072
                                </File>
 
6073
                                <File
 
6074
                                        RelativePath="..\..\mpz\fdiv_r_ui.c"
 
6075
                                        >
 
6076
                                        <FileConfiguration
 
6077
                                                Name="Debug|Win32"
 
6078
                                                >
 
6079
                                                <Tool
 
6080
                                                        Name="VCCLCompilerTool"
 
6081
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6082
                                                        ObjectFile="$(IntDir)\mpz\"
 
6083
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6084
                                                        XMLDocumentationFileName=""
 
6085
                                                />
 
6086
                                        </FileConfiguration>
 
6087
                                        <FileConfiguration
 
6088
                                                Name="Release|Win32"
 
6089
                                                >
 
6090
                                                <Tool
 
6091
                                                        Name="VCCLCompilerTool"
 
6092
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6093
                                                        ObjectFile="$(IntDir)\mpz\"
 
6094
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6095
                                                        XMLDocumentationFileName=""
 
6096
                                                />
 
6097
                                        </FileConfiguration>
 
6098
                                </File>
 
6099
                                <File
 
6100
                                        RelativePath="..\..\mpz\fdiv_ui.c"
 
6101
                                        >
 
6102
                                        <FileConfiguration
 
6103
                                                Name="Debug|Win32"
 
6104
                                                >
 
6105
                                                <Tool
 
6106
                                                        Name="VCCLCompilerTool"
 
6107
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6108
                                                        ObjectFile="$(IntDir)\mpz\"
 
6109
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6110
                                                        XMLDocumentationFileName=""
 
6111
                                                />
 
6112
                                        </FileConfiguration>
 
6113
                                        <FileConfiguration
 
6114
                                                Name="Release|Win32"
 
6115
                                                >
 
6116
                                                <Tool
 
6117
                                                        Name="VCCLCompilerTool"
 
6118
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6119
                                                        ObjectFile="$(IntDir)\mpz\"
 
6120
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6121
                                                        XMLDocumentationFileName=""
 
6122
                                                />
 
6123
                                        </FileConfiguration>
 
6124
                                </File>
 
6125
                                <File
 
6126
                                        RelativePath="..\..\mpz\fib2_ui.c"
 
6127
                                        >
 
6128
                                        <FileConfiguration
 
6129
                                                Name="Debug|Win32"
 
6130
                                                >
 
6131
                                                <Tool
 
6132
                                                        Name="VCCLCompilerTool"
 
6133
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6134
                                                        ObjectFile="$(IntDir)\mpz\"
 
6135
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6136
                                                        XMLDocumentationFileName=""
 
6137
                                                />
 
6138
                                        </FileConfiguration>
 
6139
                                        <FileConfiguration
 
6140
                                                Name="Release|Win32"
 
6141
                                                >
 
6142
                                                <Tool
 
6143
                                                        Name="VCCLCompilerTool"
 
6144
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6145
                                                        ObjectFile="$(IntDir)\mpz\"
 
6146
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6147
                                                        XMLDocumentationFileName=""
 
6148
                                                />
 
6149
                                        </FileConfiguration>
 
6150
                                </File>
 
6151
                                <File
 
6152
                                        RelativePath="..\..\mpz\fib_ui.c"
 
6153
                                        >
 
6154
                                        <FileConfiguration
 
6155
                                                Name="Debug|Win32"
 
6156
                                                >
 
6157
                                                <Tool
 
6158
                                                        Name="VCCLCompilerTool"
 
6159
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6160
                                                        ObjectFile="$(IntDir)\mpz\"
 
6161
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6162
                                                        XMLDocumentationFileName=""
 
6163
                                                />
 
6164
                                        </FileConfiguration>
 
6165
                                        <FileConfiguration
 
6166
                                                Name="Release|Win32"
 
6167
                                                >
 
6168
                                                <Tool
 
6169
                                                        Name="VCCLCompilerTool"
 
6170
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6171
                                                        ObjectFile="$(IntDir)\mpz\"
 
6172
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6173
                                                        XMLDocumentationFileName=""
 
6174
                                                />
 
6175
                                        </FileConfiguration>
 
6176
                                </File>
 
6177
                                <File
 
6178
                                        RelativePath="..\..\mpz\fits_sint.c"
 
6179
                                        >
 
6180
                                        <FileConfiguration
 
6181
                                                Name="Debug|Win32"
 
6182
                                                >
 
6183
                                                <Tool
 
6184
                                                        Name="VCCLCompilerTool"
 
6185
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6186
                                                        ObjectFile="$(IntDir)\mpz\"
 
6187
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6188
                                                        XMLDocumentationFileName=""
 
6189
                                                />
 
6190
                                        </FileConfiguration>
 
6191
                                        <FileConfiguration
 
6192
                                                Name="Release|Win32"
 
6193
                                                >
 
6194
                                                <Tool
 
6195
                                                        Name="VCCLCompilerTool"
 
6196
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6197
                                                        ObjectFile="$(IntDir)\mpz\"
 
6198
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6199
                                                        XMLDocumentationFileName=""
 
6200
                                                />
 
6201
                                        </FileConfiguration>
 
6202
                                </File>
 
6203
                                <File
 
6204
                                        RelativePath="..\..\mpz\fits_slong.c"
 
6205
                                        >
 
6206
                                        <FileConfiguration
 
6207
                                                Name="Debug|Win32"
 
6208
                                                >
 
6209
                                                <Tool
 
6210
                                                        Name="VCCLCompilerTool"
 
6211
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6212
                                                        ObjectFile="$(IntDir)\mpz\"
 
6213
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6214
                                                        XMLDocumentationFileName=""
 
6215
                                                />
 
6216
                                        </FileConfiguration>
 
6217
                                        <FileConfiguration
 
6218
                                                Name="Release|Win32"
 
6219
                                                >
 
6220
                                                <Tool
 
6221
                                                        Name="VCCLCompilerTool"
 
6222
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6223
                                                        ObjectFile="$(IntDir)\mpz\"
 
6224
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6225
                                                        XMLDocumentationFileName=""
 
6226
                                                />
 
6227
                                        </FileConfiguration>
 
6228
                                </File>
 
6229
                                <File
 
6230
                                        RelativePath="..\..\mpz\fits_sshort.c"
 
6231
                                        >
 
6232
                                        <FileConfiguration
 
6233
                                                Name="Debug|Win32"
 
6234
                                                >
 
6235
                                                <Tool
 
6236
                                                        Name="VCCLCompilerTool"
 
6237
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6238
                                                        ObjectFile="$(IntDir)\mpz\"
 
6239
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6240
                                                        XMLDocumentationFileName=""
 
6241
                                                />
 
6242
                                        </FileConfiguration>
 
6243
                                        <FileConfiguration
 
6244
                                                Name="Release|Win32"
 
6245
                                                >
 
6246
                                                <Tool
 
6247
                                                        Name="VCCLCompilerTool"
 
6248
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6249
                                                        ObjectFile="$(IntDir)\mpz\"
 
6250
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6251
                                                        XMLDocumentationFileName=""
 
6252
                                                />
 
6253
                                        </FileConfiguration>
 
6254
                                </File>
 
6255
                                <File
 
6256
                                        RelativePath="..\..\mpz\fits_uint.c"
 
6257
                                        >
 
6258
                                        <FileConfiguration
 
6259
                                                Name="Debug|Win32"
 
6260
                                                >
 
6261
                                                <Tool
 
6262
                                                        Name="VCCLCompilerTool"
 
6263
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6264
                                                        ObjectFile="$(IntDir)\mpz\"
 
6265
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6266
                                                        XMLDocumentationFileName=""
 
6267
                                                />
 
6268
                                        </FileConfiguration>
 
6269
                                        <FileConfiguration
 
6270
                                                Name="Release|Win32"
 
6271
                                                >
 
6272
                                                <Tool
 
6273
                                                        Name="VCCLCompilerTool"
 
6274
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6275
                                                        ObjectFile="$(IntDir)\mpz\"
 
6276
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6277
                                                        XMLDocumentationFileName=""
 
6278
                                                />
 
6279
                                        </FileConfiguration>
 
6280
                                </File>
 
6281
                                <File
 
6282
                                        RelativePath="..\..\mpz\fits_ulong.c"
 
6283
                                        >
 
6284
                                        <FileConfiguration
 
6285
                                                Name="Debug|Win32"
 
6286
                                                >
 
6287
                                                <Tool
 
6288
                                                        Name="VCCLCompilerTool"
 
6289
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6290
                                                        ObjectFile="$(IntDir)\mpz\"
 
6291
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6292
                                                        XMLDocumentationFileName=""
 
6293
                                                />
 
6294
                                        </FileConfiguration>
 
6295
                                        <FileConfiguration
 
6296
                                                Name="Release|Win32"
 
6297
                                                >
 
6298
                                                <Tool
 
6299
                                                        Name="VCCLCompilerTool"
 
6300
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6301
                                                        ObjectFile="$(IntDir)\mpz\"
 
6302
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6303
                                                        XMLDocumentationFileName=""
 
6304
                                                />
 
6305
                                        </FileConfiguration>
 
6306
                                </File>
 
6307
                                <File
 
6308
                                        RelativePath="..\..\mpz\fits_ushort.c"
 
6309
                                        >
 
6310
                                        <FileConfiguration
 
6311
                                                Name="Debug|Win32"
 
6312
                                                >
 
6313
                                                <Tool
 
6314
                                                        Name="VCCLCompilerTool"
 
6315
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6316
                                                        ObjectFile="$(IntDir)\mpz\"
 
6317
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6318
                                                        XMLDocumentationFileName=""
 
6319
                                                />
 
6320
                                        </FileConfiguration>
 
6321
                                        <FileConfiguration
 
6322
                                                Name="Release|Win32"
 
6323
                                                >
 
6324
                                                <Tool
 
6325
                                                        Name="VCCLCompilerTool"
 
6326
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6327
                                                        ObjectFile="$(IntDir)\mpz\"
 
6328
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6329
                                                        XMLDocumentationFileName=""
 
6330
                                                />
 
6331
                                        </FileConfiguration>
 
6332
                                </File>
 
6333
                                <File
 
6334
                                        RelativePath="..\..\mpz\gcd.c"
 
6335
                                        >
 
6336
                                        <FileConfiguration
 
6337
                                                Name="Debug|Win32"
 
6338
                                                >
 
6339
                                                <Tool
 
6340
                                                        Name="VCCLCompilerTool"
 
6341
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6342
                                                        ObjectFile="$(IntDir)\mpz\"
 
6343
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6344
                                                        XMLDocumentationFileName=""
 
6345
                                                />
 
6346
                                        </FileConfiguration>
 
6347
                                        <FileConfiguration
 
6348
                                                Name="Release|Win32"
 
6349
                                                >
 
6350
                                                <Tool
 
6351
                                                        Name="VCCLCompilerTool"
 
6352
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6353
                                                        ObjectFile="$(IntDir)\mpz\"
 
6354
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6355
                                                        XMLDocumentationFileName=""
 
6356
                                                />
 
6357
                                        </FileConfiguration>
 
6358
                                </File>
 
6359
                                <File
 
6360
                                        RelativePath="..\..\mpz\gcd_ui.c"
 
6361
                                        >
 
6362
                                        <FileConfiguration
 
6363
                                                Name="Debug|Win32"
 
6364
                                                >
 
6365
                                                <Tool
 
6366
                                                        Name="VCCLCompilerTool"
 
6367
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6368
                                                        ObjectFile="$(IntDir)\mpz\"
 
6369
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6370
                                                        XMLDocumentationFileName=""
 
6371
                                                />
 
6372
                                        </FileConfiguration>
 
6373
                                        <FileConfiguration
 
6374
                                                Name="Release|Win32"
 
6375
                                                >
 
6376
                                                <Tool
 
6377
                                                        Name="VCCLCompilerTool"
 
6378
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6379
                                                        ObjectFile="$(IntDir)\mpz\"
 
6380
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6381
                                                        XMLDocumentationFileName=""
 
6382
                                                />
 
6383
                                        </FileConfiguration>
 
6384
                                </File>
 
6385
                                <File
 
6386
                                        RelativePath="..\..\mpz\gcdext.c"
 
6387
                                        >
 
6388
                                        <FileConfiguration
 
6389
                                                Name="Debug|Win32"
 
6390
                                                >
 
6391
                                                <Tool
 
6392
                                                        Name="VCCLCompilerTool"
 
6393
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6394
                                                        ObjectFile="$(IntDir)\mpz\"
 
6395
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6396
                                                        XMLDocumentationFileName=""
 
6397
                                                />
 
6398
                                        </FileConfiguration>
 
6399
                                        <FileConfiguration
 
6400
                                                Name="Release|Win32"
 
6401
                                                >
 
6402
                                                <Tool
 
6403
                                                        Name="VCCLCompilerTool"
 
6404
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6405
                                                        ObjectFile="$(IntDir)\mpz\"
 
6406
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6407
                                                        XMLDocumentationFileName=""
 
6408
                                                />
 
6409
                                        </FileConfiguration>
 
6410
                                </File>
 
6411
                                <File
 
6412
                                        RelativePath="..\..\mpz\get_d.c"
 
6413
                                        >
 
6414
                                        <FileConfiguration
 
6415
                                                Name="Debug|Win32"
 
6416
                                                >
 
6417
                                                <Tool
 
6418
                                                        Name="VCCLCompilerTool"
 
6419
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6420
                                                        ObjectFile="$(IntDir)\mpz\"
 
6421
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6422
                                                        XMLDocumentationFileName=""
 
6423
                                                />
 
6424
                                        </FileConfiguration>
 
6425
                                        <FileConfiguration
 
6426
                                                Name="Release|Win32"
 
6427
                                                >
 
6428
                                                <Tool
 
6429
                                                        Name="VCCLCompilerTool"
 
6430
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6431
                                                        ObjectFile="$(IntDir)\mpz\"
 
6432
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6433
                                                        XMLDocumentationFileName=""
 
6434
                                                />
 
6435
                                        </FileConfiguration>
 
6436
                                </File>
 
6437
                                <File
 
6438
                                        RelativePath="..\..\mpz\get_d_2exp.c"
 
6439
                                        >
 
6440
                                        <FileConfiguration
 
6441
                                                Name="Debug|Win32"
 
6442
                                                >
 
6443
                                                <Tool
 
6444
                                                        Name="VCCLCompilerTool"
 
6445
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6446
                                                        ObjectFile="$(IntDir)\mpz\"
 
6447
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6448
                                                        XMLDocumentationFileName=""
 
6449
                                                />
 
6450
                                        </FileConfiguration>
 
6451
                                        <FileConfiguration
 
6452
                                                Name="Release|Win32"
 
6453
                                                >
 
6454
                                                <Tool
 
6455
                                                        Name="VCCLCompilerTool"
 
6456
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6457
                                                        ObjectFile="$(IntDir)\mpz\"
 
6458
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6459
                                                        XMLDocumentationFileName=""
 
6460
                                                />
 
6461
                                        </FileConfiguration>
 
6462
                                </File>
 
6463
                                <File
 
6464
                                        RelativePath="..\..\mpz\get_si.c"
 
6465
                                        >
 
6466
                                        <FileConfiguration
 
6467
                                                Name="Debug|Win32"
 
6468
                                                >
 
6469
                                                <Tool
 
6470
                                                        Name="VCCLCompilerTool"
 
6471
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6472
                                                        ObjectFile="$(IntDir)\mpz\"
 
6473
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6474
                                                        XMLDocumentationFileName=""
 
6475
                                                />
 
6476
                                        </FileConfiguration>
 
6477
                                        <FileConfiguration
 
6478
                                                Name="Release|Win32"
 
6479
                                                >
 
6480
                                                <Tool
 
6481
                                                        Name="VCCLCompilerTool"
 
6482
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6483
                                                        ObjectFile="$(IntDir)\mpz\"
 
6484
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6485
                                                        XMLDocumentationFileName=""
 
6486
                                                />
 
6487
                                        </FileConfiguration>
 
6488
                                </File>
 
6489
                                <File
 
6490
                                        RelativePath="..\..\mpz\get_str.c"
 
6491
                                        >
 
6492
                                        <FileConfiguration
 
6493
                                                Name="Debug|Win32"
 
6494
                                                >
 
6495
                                                <Tool
 
6496
                                                        Name="VCCLCompilerTool"
 
6497
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6498
                                                        ObjectFile="$(IntDir)\mpz\"
 
6499
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6500
                                                        XMLDocumentationFileName=""
 
6501
                                                />
 
6502
                                        </FileConfiguration>
 
6503
                                        <FileConfiguration
 
6504
                                                Name="Release|Win32"
 
6505
                                                >
 
6506
                                                <Tool
 
6507
                                                        Name="VCCLCompilerTool"
 
6508
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6509
                                                        ObjectFile="$(IntDir)\mpz\"
 
6510
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6511
                                                        XMLDocumentationFileName=""
 
6512
                                                />
 
6513
                                        </FileConfiguration>
 
6514
                                </File>
 
6515
                                <File
 
6516
                                        RelativePath="..\..\mpz\get_ui.c"
 
6517
                                        >
 
6518
                                        <FileConfiguration
 
6519
                                                Name="Debug|Win32"
 
6520
                                                >
 
6521
                                                <Tool
 
6522
                                                        Name="VCCLCompilerTool"
 
6523
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6524
                                                        ObjectFile="$(IntDir)\mpz\"
 
6525
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6526
                                                        XMLDocumentationFileName=""
 
6527
                                                />
 
6528
                                        </FileConfiguration>
 
6529
                                        <FileConfiguration
 
6530
                                                Name="Release|Win32"
 
6531
                                                >
 
6532
                                                <Tool
 
6533
                                                        Name="VCCLCompilerTool"
 
6534
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6535
                                                        ObjectFile="$(IntDir)\mpz\"
 
6536
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6537
                                                        XMLDocumentationFileName=""
 
6538
                                                />
 
6539
                                        </FileConfiguration>
 
6540
                                </File>
 
6541
                                <File
 
6542
                                        RelativePath="..\..\mpz\getlimbn.c"
 
6543
                                        >
 
6544
                                        <FileConfiguration
 
6545
                                                Name="Debug|Win32"
 
6546
                                                >
 
6547
                                                <Tool
 
6548
                                                        Name="VCCLCompilerTool"
 
6549
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6550
                                                        ObjectFile="$(IntDir)\mpz\"
 
6551
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6552
                                                        XMLDocumentationFileName=""
 
6553
                                                />
 
6554
                                        </FileConfiguration>
 
6555
                                        <FileConfiguration
 
6556
                                                Name="Release|Win32"
 
6557
                                                >
 
6558
                                                <Tool
 
6559
                                                        Name="VCCLCompilerTool"
 
6560
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6561
                                                        ObjectFile="$(IntDir)\mpz\"
 
6562
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6563
                                                        XMLDocumentationFileName=""
 
6564
                                                />
 
6565
                                        </FileConfiguration>
 
6566
                                </File>
 
6567
                                <File
 
6568
                                        RelativePath="..\..\mpz\hamdist.c"
 
6569
                                        >
 
6570
                                        <FileConfiguration
 
6571
                                                Name="Debug|Win32"
 
6572
                                                >
 
6573
                                                <Tool
 
6574
                                                        Name="VCCLCompilerTool"
 
6575
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6576
                                                        ObjectFile="$(IntDir)\mpz\"
 
6577
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6578
                                                        XMLDocumentationFileName=""
 
6579
                                                />
 
6580
                                        </FileConfiguration>
 
6581
                                        <FileConfiguration
 
6582
                                                Name="Release|Win32"
 
6583
                                                >
 
6584
                                                <Tool
 
6585
                                                        Name="VCCLCompilerTool"
 
6586
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6587
                                                        ObjectFile="$(IntDir)\mpz\"
 
6588
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6589
                                                        XMLDocumentationFileName=""
 
6590
                                                />
 
6591
                                        </FileConfiguration>
 
6592
                                </File>
 
6593
                                <File
 
6594
                                        RelativePath="..\..\mpz\import.c"
 
6595
                                        >
 
6596
                                        <FileConfiguration
 
6597
                                                Name="Debug|Win32"
 
6598
                                                >
 
6599
                                                <Tool
 
6600
                                                        Name="VCCLCompilerTool"
 
6601
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6602
                                                        ObjectFile="$(IntDir)\mpz\"
 
6603
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6604
                                                        XMLDocumentationFileName=""
 
6605
                                                />
 
6606
                                        </FileConfiguration>
 
6607
                                        <FileConfiguration
 
6608
                                                Name="Release|Win32"
 
6609
                                                >
 
6610
                                                <Tool
 
6611
                                                        Name="VCCLCompilerTool"
 
6612
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6613
                                                        ObjectFile="$(IntDir)\mpz\"
 
6614
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6615
                                                        XMLDocumentationFileName=""
 
6616
                                                />
 
6617
                                        </FileConfiguration>
 
6618
                                </File>
 
6619
                                <File
 
6620
                                        RelativePath="..\..\mpz\init.c"
 
6621
                                        >
 
6622
                                        <FileConfiguration
 
6623
                                                Name="Debug|Win32"
 
6624
                                                >
 
6625
                                                <Tool
 
6626
                                                        Name="VCCLCompilerTool"
 
6627
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6628
                                                        ObjectFile="$(IntDir)\mpz\"
 
6629
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6630
                                                        XMLDocumentationFileName=""
 
6631
                                                />
 
6632
                                        </FileConfiguration>
 
6633
                                        <FileConfiguration
 
6634
                                                Name="Release|Win32"
 
6635
                                                >
 
6636
                                                <Tool
 
6637
                                                        Name="VCCLCompilerTool"
 
6638
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6639
                                                        ObjectFile="$(IntDir)\mpz\"
 
6640
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6641
                                                        XMLDocumentationFileName=""
 
6642
                                                />
 
6643
                                        </FileConfiguration>
 
6644
                                </File>
 
6645
                                <File
 
6646
                                        RelativePath="..\..\mpz\init2.c"
 
6647
                                        >
 
6648
                                        <FileConfiguration
 
6649
                                                Name="Debug|Win32"
 
6650
                                                >
 
6651
                                                <Tool
 
6652
                                                        Name="VCCLCompilerTool"
 
6653
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6654
                                                        ObjectFile="$(IntDir)\mpz\"
 
6655
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6656
                                                        XMLDocumentationFileName=""
 
6657
                                                />
 
6658
                                        </FileConfiguration>
 
6659
                                        <FileConfiguration
 
6660
                                                Name="Release|Win32"
 
6661
                                                >
 
6662
                                                <Tool
 
6663
                                                        Name="VCCLCompilerTool"
 
6664
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6665
                                                        ObjectFile="$(IntDir)\mpz\"
 
6666
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6667
                                                        XMLDocumentationFileName=""
 
6668
                                                />
 
6669
                                        </FileConfiguration>
 
6670
                                </File>
 
6671
                                <File
 
6672
                                        RelativePath="..\..\mpz\inp_raw.c"
 
6673
                                        >
 
6674
                                        <FileConfiguration
 
6675
                                                Name="Debug|Win32"
 
6676
                                                >
 
6677
                                                <Tool
 
6678
                                                        Name="VCCLCompilerTool"
 
6679
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6680
                                                        ObjectFile="$(IntDir)\mpz\"
 
6681
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6682
                                                        XMLDocumentationFileName=""
 
6683
                                                />
 
6684
                                        </FileConfiguration>
 
6685
                                        <FileConfiguration
 
6686
                                                Name="Release|Win32"
 
6687
                                                >
 
6688
                                                <Tool
 
6689
                                                        Name="VCCLCompilerTool"
 
6690
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6691
                                                        ObjectFile="$(IntDir)\mpz\"
 
6692
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6693
                                                        XMLDocumentationFileName=""
 
6694
                                                />
 
6695
                                        </FileConfiguration>
 
6696
                                </File>
 
6697
                                <File
 
6698
                                        RelativePath="..\..\mpz\inp_str.c"
 
6699
                                        >
 
6700
                                        <FileConfiguration
 
6701
                                                Name="Debug|Win32"
 
6702
                                                >
 
6703
                                                <Tool
 
6704
                                                        Name="VCCLCompilerTool"
 
6705
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6706
                                                        ObjectFile="$(IntDir)\mpz\"
 
6707
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6708
                                                        XMLDocumentationFileName=""
 
6709
                                                />
 
6710
                                        </FileConfiguration>
 
6711
                                        <FileConfiguration
 
6712
                                                Name="Release|Win32"
 
6713
                                                >
 
6714
                                                <Tool
 
6715
                                                        Name="VCCLCompilerTool"
 
6716
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6717
                                                        ObjectFile="$(IntDir)\mpz\"
 
6718
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6719
                                                        XMLDocumentationFileName=""
 
6720
                                                />
 
6721
                                        </FileConfiguration>
 
6722
                                </File>
 
6723
                                <File
 
6724
                                        RelativePath="..\..\mpz\invert.c"
 
6725
                                        >
 
6726
                                        <FileConfiguration
 
6727
                                                Name="Debug|Win32"
 
6728
                                                >
 
6729
                                                <Tool
 
6730
                                                        Name="VCCLCompilerTool"
 
6731
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6732
                                                        ObjectFile="$(IntDir)\mpz\"
 
6733
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6734
                                                        XMLDocumentationFileName=""
 
6735
                                                />
 
6736
                                        </FileConfiguration>
 
6737
                                        <FileConfiguration
 
6738
                                                Name="Release|Win32"
 
6739
                                                >
 
6740
                                                <Tool
 
6741
                                                        Name="VCCLCompilerTool"
 
6742
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6743
                                                        ObjectFile="$(IntDir)\mpz\"
 
6744
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6745
                                                        XMLDocumentationFileName=""
 
6746
                                                />
 
6747
                                        </FileConfiguration>
 
6748
                                </File>
 
6749
                                <File
 
6750
                                        RelativePath="..\..\mpz\ior.c"
 
6751
                                        >
 
6752
                                        <FileConfiguration
 
6753
                                                Name="Debug|Win32"
 
6754
                                                >
 
6755
                                                <Tool
 
6756
                                                        Name="VCCLCompilerTool"
 
6757
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6758
                                                        ObjectFile="$(IntDir)\mpz\"
 
6759
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6760
                                                        XMLDocumentationFileName=""
 
6761
                                                />
 
6762
                                        </FileConfiguration>
 
6763
                                        <FileConfiguration
 
6764
                                                Name="Release|Win32"
 
6765
                                                >
 
6766
                                                <Tool
 
6767
                                                        Name="VCCLCompilerTool"
 
6768
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6769
                                                        ObjectFile="$(IntDir)\mpz\"
 
6770
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6771
                                                        XMLDocumentationFileName=""
 
6772
                                                />
 
6773
                                        </FileConfiguration>
 
6774
                                </File>
 
6775
                                <File
 
6776
                                        RelativePath="..\..\mpz\iset.c"
 
6777
                                        >
 
6778
                                        <FileConfiguration
 
6779
                                                Name="Debug|Win32"
 
6780
                                                >
 
6781
                                                <Tool
 
6782
                                                        Name="VCCLCompilerTool"
 
6783
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6784
                                                        ObjectFile="$(IntDir)\mpz\"
 
6785
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6786
                                                        XMLDocumentationFileName=""
 
6787
                                                />
 
6788
                                        </FileConfiguration>
 
6789
                                        <FileConfiguration
 
6790
                                                Name="Release|Win32"
 
6791
                                                >
 
6792
                                                <Tool
 
6793
                                                        Name="VCCLCompilerTool"
 
6794
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6795
                                                        ObjectFile="$(IntDir)\mpz\"
 
6796
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6797
                                                        XMLDocumentationFileName=""
 
6798
                                                />
 
6799
                                        </FileConfiguration>
 
6800
                                </File>
 
6801
                                <File
 
6802
                                        RelativePath="..\..\mpz\iset_d.c"
 
6803
                                        >
 
6804
                                        <FileConfiguration
 
6805
                                                Name="Debug|Win32"
 
6806
                                                >
 
6807
                                                <Tool
 
6808
                                                        Name="VCCLCompilerTool"
 
6809
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6810
                                                        ObjectFile="$(IntDir)\mpz\"
 
6811
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6812
                                                        XMLDocumentationFileName=""
 
6813
                                                />
 
6814
                                        </FileConfiguration>
 
6815
                                        <FileConfiguration
 
6816
                                                Name="Release|Win32"
 
6817
                                                >
 
6818
                                                <Tool
 
6819
                                                        Name="VCCLCompilerTool"
 
6820
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6821
                                                        ObjectFile="$(IntDir)\mpz\"
 
6822
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6823
                                                        XMLDocumentationFileName=""
 
6824
                                                />
 
6825
                                        </FileConfiguration>
 
6826
                                </File>
 
6827
                                <File
 
6828
                                        RelativePath="..\..\mpz\iset_si.c"
 
6829
                                        >
 
6830
                                        <FileConfiguration
 
6831
                                                Name="Debug|Win32"
 
6832
                                                >
 
6833
                                                <Tool
 
6834
                                                        Name="VCCLCompilerTool"
 
6835
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6836
                                                        ObjectFile="$(IntDir)\mpz\"
 
6837
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6838
                                                        XMLDocumentationFileName=""
 
6839
                                                />
 
6840
                                        </FileConfiguration>
 
6841
                                        <FileConfiguration
 
6842
                                                Name="Release|Win32"
 
6843
                                                >
 
6844
                                                <Tool
 
6845
                                                        Name="VCCLCompilerTool"
 
6846
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6847
                                                        ObjectFile="$(IntDir)\mpz\"
 
6848
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6849
                                                        XMLDocumentationFileName=""
 
6850
                                                />
 
6851
                                        </FileConfiguration>
 
6852
                                </File>
 
6853
                                <File
 
6854
                                        RelativePath="..\..\mpz\iset_str.c"
 
6855
                                        >
 
6856
                                        <FileConfiguration
 
6857
                                                Name="Debug|Win32"
 
6858
                                                >
 
6859
                                                <Tool
 
6860
                                                        Name="VCCLCompilerTool"
 
6861
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6862
                                                        ObjectFile="$(IntDir)\mpz\"
 
6863
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6864
                                                        XMLDocumentationFileName=""
 
6865
                                                />
 
6866
                                        </FileConfiguration>
 
6867
                                        <FileConfiguration
 
6868
                                                Name="Release|Win32"
 
6869
                                                >
 
6870
                                                <Tool
 
6871
                                                        Name="VCCLCompilerTool"
 
6872
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6873
                                                        ObjectFile="$(IntDir)\mpz\"
 
6874
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6875
                                                        XMLDocumentationFileName=""
 
6876
                                                />
 
6877
                                        </FileConfiguration>
 
6878
                                </File>
 
6879
                                <File
 
6880
                                        RelativePath="..\..\mpz\iset_ui.c"
 
6881
                                        >
 
6882
                                        <FileConfiguration
 
6883
                                                Name="Debug|Win32"
 
6884
                                                >
 
6885
                                                <Tool
 
6886
                                                        Name="VCCLCompilerTool"
 
6887
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6888
                                                        ObjectFile="$(IntDir)\mpz\"
 
6889
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6890
                                                        XMLDocumentationFileName=""
 
6891
                                                />
 
6892
                                        </FileConfiguration>
 
6893
                                        <FileConfiguration
 
6894
                                                Name="Release|Win32"
 
6895
                                                >
 
6896
                                                <Tool
 
6897
                                                        Name="VCCLCompilerTool"
 
6898
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6899
                                                        ObjectFile="$(IntDir)\mpz\"
 
6900
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6901
                                                        XMLDocumentationFileName=""
 
6902
                                                />
 
6903
                                        </FileConfiguration>
 
6904
                                </File>
 
6905
                                <File
 
6906
                                        RelativePath="..\..\mpz\jacobi.c"
 
6907
                                        >
 
6908
                                        <FileConfiguration
 
6909
                                                Name="Debug|Win32"
 
6910
                                                >
 
6911
                                                <Tool
 
6912
                                                        Name="VCCLCompilerTool"
 
6913
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6914
                                                        ObjectFile="$(IntDir)\mpz\"
 
6915
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6916
                                                        XMLDocumentationFileName=""
 
6917
                                                />
 
6918
                                        </FileConfiguration>
 
6919
                                        <FileConfiguration
 
6920
                                                Name="Release|Win32"
 
6921
                                                >
 
6922
                                                <Tool
 
6923
                                                        Name="VCCLCompilerTool"
 
6924
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6925
                                                        ObjectFile="$(IntDir)\mpz\"
 
6926
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6927
                                                        XMLDocumentationFileName=""
 
6928
                                                />
 
6929
                                        </FileConfiguration>
 
6930
                                </File>
 
6931
                                <File
 
6932
                                        RelativePath="..\..\mpz\kronsz.c"
 
6933
                                        >
 
6934
                                        <FileConfiguration
 
6935
                                                Name="Debug|Win32"
 
6936
                                                >
 
6937
                                                <Tool
 
6938
                                                        Name="VCCLCompilerTool"
 
6939
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6940
                                                        ObjectFile="$(IntDir)\mpz\"
 
6941
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6942
                                                        XMLDocumentationFileName=""
 
6943
                                                />
 
6944
                                        </FileConfiguration>
 
6945
                                        <FileConfiguration
 
6946
                                                Name="Release|Win32"
 
6947
                                                >
 
6948
                                                <Tool
 
6949
                                                        Name="VCCLCompilerTool"
 
6950
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6951
                                                        ObjectFile="$(IntDir)\mpz\"
 
6952
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6953
                                                        XMLDocumentationFileName=""
 
6954
                                                />
 
6955
                                        </FileConfiguration>
 
6956
                                </File>
 
6957
                                <File
 
6958
                                        RelativePath="..\..\mpz\kronuz.c"
 
6959
                                        >
 
6960
                                        <FileConfiguration
 
6961
                                                Name="Debug|Win32"
 
6962
                                                >
 
6963
                                                <Tool
 
6964
                                                        Name="VCCLCompilerTool"
 
6965
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6966
                                                        ObjectFile="$(IntDir)\mpz\"
 
6967
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6968
                                                        XMLDocumentationFileName=""
 
6969
                                                />
 
6970
                                        </FileConfiguration>
 
6971
                                        <FileConfiguration
 
6972
                                                Name="Release|Win32"
 
6973
                                                >
 
6974
                                                <Tool
 
6975
                                                        Name="VCCLCompilerTool"
 
6976
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6977
                                                        ObjectFile="$(IntDir)\mpz\"
 
6978
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6979
                                                        XMLDocumentationFileName=""
 
6980
                                                />
 
6981
                                        </FileConfiguration>
 
6982
                                </File>
 
6983
                                <File
 
6984
                                        RelativePath="..\..\mpz\kronzs.c"
 
6985
                                        >
 
6986
                                        <FileConfiguration
 
6987
                                                Name="Debug|Win32"
 
6988
                                                >
 
6989
                                                <Tool
 
6990
                                                        Name="VCCLCompilerTool"
 
6991
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
6992
                                                        ObjectFile="$(IntDir)\mpz\"
 
6993
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
6994
                                                        XMLDocumentationFileName=""
 
6995
                                                />
 
6996
                                        </FileConfiguration>
 
6997
                                        <FileConfiguration
 
6998
                                                Name="Release|Win32"
 
6999
                                                >
 
7000
                                                <Tool
 
7001
                                                        Name="VCCLCompilerTool"
 
7002
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7003
                                                        ObjectFile="$(IntDir)\mpz\"
 
7004
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7005
                                                        XMLDocumentationFileName=""
 
7006
                                                />
 
7007
                                        </FileConfiguration>
 
7008
                                </File>
 
7009
                                <File
 
7010
                                        RelativePath="..\..\mpz\kronzu.c"
 
7011
                                        >
 
7012
                                        <FileConfiguration
 
7013
                                                Name="Debug|Win32"
 
7014
                                                >
 
7015
                                                <Tool
 
7016
                                                        Name="VCCLCompilerTool"
 
7017
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7018
                                                        ObjectFile="$(IntDir)\mpz\"
 
7019
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7020
                                                        XMLDocumentationFileName=""
 
7021
                                                />
 
7022
                                        </FileConfiguration>
 
7023
                                        <FileConfiguration
 
7024
                                                Name="Release|Win32"
 
7025
                                                >
 
7026
                                                <Tool
 
7027
                                                        Name="VCCLCompilerTool"
 
7028
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7029
                                                        ObjectFile="$(IntDir)\mpz\"
 
7030
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7031
                                                        XMLDocumentationFileName=""
 
7032
                                                />
 
7033
                                        </FileConfiguration>
 
7034
                                </File>
 
7035
                                <File
 
7036
                                        RelativePath="..\..\mpz\lcm.c"
 
7037
                                        >
 
7038
                                        <FileConfiguration
 
7039
                                                Name="Debug|Win32"
 
7040
                                                >
 
7041
                                                <Tool
 
7042
                                                        Name="VCCLCompilerTool"
 
7043
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7044
                                                        ObjectFile="$(IntDir)\mpz\"
 
7045
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7046
                                                        XMLDocumentationFileName=""
 
7047
                                                />
 
7048
                                        </FileConfiguration>
 
7049
                                        <FileConfiguration
 
7050
                                                Name="Release|Win32"
 
7051
                                                >
 
7052
                                                <Tool
 
7053
                                                        Name="VCCLCompilerTool"
 
7054
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7055
                                                        ObjectFile="$(IntDir)\mpz\"
 
7056
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7057
                                                        XMLDocumentationFileName=""
 
7058
                                                />
 
7059
                                        </FileConfiguration>
 
7060
                                </File>
 
7061
                                <File
 
7062
                                        RelativePath="..\..\mpz\lcm_ui.c"
 
7063
                                        >
 
7064
                                        <FileConfiguration
 
7065
                                                Name="Debug|Win32"
 
7066
                                                >
 
7067
                                                <Tool
 
7068
                                                        Name="VCCLCompilerTool"
 
7069
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7070
                                                        ObjectFile="$(IntDir)\mpz\"
 
7071
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7072
                                                        XMLDocumentationFileName=""
 
7073
                                                />
 
7074
                                        </FileConfiguration>
 
7075
                                        <FileConfiguration
 
7076
                                                Name="Release|Win32"
 
7077
                                                >
 
7078
                                                <Tool
 
7079
                                                        Name="VCCLCompilerTool"
 
7080
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7081
                                                        ObjectFile="$(IntDir)\mpz\"
 
7082
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7083
                                                        XMLDocumentationFileName=""
 
7084
                                                />
 
7085
                                        </FileConfiguration>
 
7086
                                </File>
 
7087
                                <File
 
7088
                                        RelativePath="..\..\mpz\lucnum2_ui.c"
 
7089
                                        >
 
7090
                                        <FileConfiguration
 
7091
                                                Name="Debug|Win32"
 
7092
                                                >
 
7093
                                                <Tool
 
7094
                                                        Name="VCCLCompilerTool"
 
7095
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7096
                                                        ObjectFile="$(IntDir)\mpz\"
 
7097
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7098
                                                        XMLDocumentationFileName=""
 
7099
                                                />
 
7100
                                        </FileConfiguration>
 
7101
                                        <FileConfiguration
 
7102
                                                Name="Release|Win32"
 
7103
                                                >
 
7104
                                                <Tool
 
7105
                                                        Name="VCCLCompilerTool"
 
7106
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7107
                                                        ObjectFile="$(IntDir)\mpz\"
 
7108
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7109
                                                        XMLDocumentationFileName=""
 
7110
                                                />
 
7111
                                        </FileConfiguration>
 
7112
                                </File>
 
7113
                                <File
 
7114
                                        RelativePath="..\..\mpz\lucnum_ui.c"
 
7115
                                        >
 
7116
                                        <FileConfiguration
 
7117
                                                Name="Debug|Win32"
 
7118
                                                >
 
7119
                                                <Tool
 
7120
                                                        Name="VCCLCompilerTool"
 
7121
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7122
                                                        ObjectFile="$(IntDir)\mpz\"
 
7123
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7124
                                                        XMLDocumentationFileName=""
 
7125
                                                />
 
7126
                                        </FileConfiguration>
 
7127
                                        <FileConfiguration
 
7128
                                                Name="Release|Win32"
 
7129
                                                >
 
7130
                                                <Tool
 
7131
                                                        Name="VCCLCompilerTool"
 
7132
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7133
                                                        ObjectFile="$(IntDir)\mpz\"
 
7134
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7135
                                                        XMLDocumentationFileName=""
 
7136
                                                />
 
7137
                                        </FileConfiguration>
 
7138
                                </File>
 
7139
                                <File
 
7140
                                        RelativePath="..\..\mpz\millerrabin.c"
 
7141
                                        >
 
7142
                                        <FileConfiguration
 
7143
                                                Name="Debug|Win32"
 
7144
                                                >
 
7145
                                                <Tool
 
7146
                                                        Name="VCCLCompilerTool"
 
7147
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7148
                                                        ObjectFile="$(IntDir)\mpz\"
 
7149
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7150
                                                        XMLDocumentationFileName=""
 
7151
                                                />
 
7152
                                        </FileConfiguration>
 
7153
                                        <FileConfiguration
 
7154
                                                Name="Release|Win32"
 
7155
                                                >
 
7156
                                                <Tool
 
7157
                                                        Name="VCCLCompilerTool"
 
7158
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7159
                                                        ObjectFile="$(IntDir)\mpz\"
 
7160
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7161
                                                        XMLDocumentationFileName=""
 
7162
                                                />
 
7163
                                        </FileConfiguration>
 
7164
                                </File>
 
7165
                                <File
 
7166
                                        RelativePath="..\..\mpz\mod.c"
 
7167
                                        >
 
7168
                                        <FileConfiguration
 
7169
                                                Name="Debug|Win32"
 
7170
                                                >
 
7171
                                                <Tool
 
7172
                                                        Name="VCCLCompilerTool"
 
7173
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7174
                                                        ObjectFile="$(IntDir)\mpz\"
 
7175
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7176
                                                        XMLDocumentationFileName=""
 
7177
                                                />
 
7178
                                        </FileConfiguration>
 
7179
                                        <FileConfiguration
 
7180
                                                Name="Release|Win32"
 
7181
                                                >
 
7182
                                                <Tool
 
7183
                                                        Name="VCCLCompilerTool"
 
7184
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7185
                                                        ObjectFile="$(IntDir)\mpz\"
 
7186
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7187
                                                        XMLDocumentationFileName=""
 
7188
                                                />
 
7189
                                        </FileConfiguration>
 
7190
                                </File>
 
7191
                                <File
 
7192
                                        RelativePath="..\..\mpz\mul.c"
 
7193
                                        >
 
7194
                                        <FileConfiguration
 
7195
                                                Name="Debug|Win32"
 
7196
                                                >
 
7197
                                                <Tool
 
7198
                                                        Name="VCCLCompilerTool"
 
7199
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7200
                                                        ObjectFile="$(IntDir)\mpz\"
 
7201
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7202
                                                        XMLDocumentationFileName=""
 
7203
                                                />
 
7204
                                        </FileConfiguration>
 
7205
                                        <FileConfiguration
 
7206
                                                Name="Release|Win32"
 
7207
                                                >
 
7208
                                                <Tool
 
7209
                                                        Name="VCCLCompilerTool"
 
7210
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7211
                                                        ObjectFile="$(IntDir)\mpz\"
 
7212
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7213
                                                        XMLDocumentationFileName=""
 
7214
                                                />
 
7215
                                        </FileConfiguration>
 
7216
                                </File>
 
7217
                                <File
 
7218
                                        RelativePath="..\..\mpz\mul_2exp.c"
 
7219
                                        >
 
7220
                                        <FileConfiguration
 
7221
                                                Name="Debug|Win32"
 
7222
                                                >
 
7223
                                                <Tool
 
7224
                                                        Name="VCCLCompilerTool"
 
7225
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7226
                                                        ObjectFile="$(IntDir)\mpz\"
 
7227
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7228
                                                        XMLDocumentationFileName=""
 
7229
                                                />
 
7230
                                        </FileConfiguration>
 
7231
                                        <FileConfiguration
 
7232
                                                Name="Release|Win32"
 
7233
                                                >
 
7234
                                                <Tool
 
7235
                                                        Name="VCCLCompilerTool"
 
7236
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7237
                                                        ObjectFile="$(IntDir)\mpz\"
 
7238
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7239
                                                        XMLDocumentationFileName=""
 
7240
                                                />
 
7241
                                        </FileConfiguration>
 
7242
                                </File>
 
7243
                                <File
 
7244
                                        RelativePath="..\..\mpz\mul_si.c"
 
7245
                                        >
 
7246
                                        <FileConfiguration
 
7247
                                                Name="Debug|Win32"
 
7248
                                                >
 
7249
                                                <Tool
 
7250
                                                        Name="VCCLCompilerTool"
 
7251
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7252
                                                        ObjectFile="$(IntDir)\mpz\"
 
7253
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7254
                                                        XMLDocumentationFileName=""
 
7255
                                                />
 
7256
                                        </FileConfiguration>
 
7257
                                        <FileConfiguration
 
7258
                                                Name="Release|Win32"
 
7259
                                                >
 
7260
                                                <Tool
 
7261
                                                        Name="VCCLCompilerTool"
 
7262
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7263
                                                        ObjectFile="$(IntDir)\mpz\"
 
7264
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7265
                                                        XMLDocumentationFileName=""
 
7266
                                                />
 
7267
                                        </FileConfiguration>
 
7268
                                </File>
 
7269
                                <File
 
7270
                                        RelativePath="..\..\mpz\mul_ui.c"
 
7271
                                        >
 
7272
                                        <FileConfiguration
 
7273
                                                Name="Debug|Win32"
 
7274
                                                >
 
7275
                                                <Tool
 
7276
                                                        Name="VCCLCompilerTool"
 
7277
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7278
                                                        ObjectFile="$(IntDir)\mpz\"
 
7279
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7280
                                                        XMLDocumentationFileName=""
 
7281
                                                />
 
7282
                                        </FileConfiguration>
 
7283
                                        <FileConfiguration
 
7284
                                                Name="Release|Win32"
 
7285
                                                >
 
7286
                                                <Tool
 
7287
                                                        Name="VCCLCompilerTool"
 
7288
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7289
                                                        ObjectFile="$(IntDir)\mpz\"
 
7290
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7291
                                                        XMLDocumentationFileName=""
 
7292
                                                />
 
7293
                                        </FileConfiguration>
 
7294
                                </File>
 
7295
                                <File
 
7296
                                        RelativePath="..\..\mpz\n_pow_ui.c"
 
7297
                                        >
 
7298
                                        <FileConfiguration
 
7299
                                                Name="Debug|Win32"
 
7300
                                                >
 
7301
                                                <Tool
 
7302
                                                        Name="VCCLCompilerTool"
 
7303
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7304
                                                        ObjectFile="$(IntDir)\mpz\"
 
7305
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7306
                                                        XMLDocumentationFileName=""
 
7307
                                                />
 
7308
                                        </FileConfiguration>
 
7309
                                        <FileConfiguration
 
7310
                                                Name="Release|Win32"
 
7311
                                                >
 
7312
                                                <Tool
 
7313
                                                        Name="VCCLCompilerTool"
 
7314
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7315
                                                        ObjectFile="$(IntDir)\mpz\"
 
7316
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7317
                                                        XMLDocumentationFileName=""
 
7318
                                                />
 
7319
                                        </FileConfiguration>
 
7320
                                </File>
 
7321
                                <File
 
7322
                                        RelativePath="..\..\mpz\neg.c"
 
7323
                                        >
 
7324
                                        <FileConfiguration
 
7325
                                                Name="Debug|Win32"
 
7326
                                                >
 
7327
                                                <Tool
 
7328
                                                        Name="VCCLCompilerTool"
 
7329
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7330
                                                        ObjectFile="$(IntDir)\mpz\"
 
7331
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7332
                                                        XMLDocumentationFileName=""
 
7333
                                                />
 
7334
                                        </FileConfiguration>
 
7335
                                        <FileConfiguration
 
7336
                                                Name="Release|Win32"
 
7337
                                                >
 
7338
                                                <Tool
 
7339
                                                        Name="VCCLCompilerTool"
 
7340
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7341
                                                        ObjectFile="$(IntDir)\mpz\"
 
7342
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7343
                                                        XMLDocumentationFileName=""
 
7344
                                                />
 
7345
                                        </FileConfiguration>
 
7346
                                </File>
 
7347
                                <File
 
7348
                                        RelativePath="..\..\mpz\nextprime.c"
 
7349
                                        >
 
7350
                                        <FileConfiguration
 
7351
                                                Name="Debug|Win32"
 
7352
                                                >
 
7353
                                                <Tool
 
7354
                                                        Name="VCCLCompilerTool"
 
7355
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7356
                                                        ObjectFile="$(IntDir)\mpz\"
 
7357
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7358
                                                        XMLDocumentationFileName=""
 
7359
                                                />
 
7360
                                        </FileConfiguration>
 
7361
                                        <FileConfiguration
 
7362
                                                Name="Release|Win32"
 
7363
                                                >
 
7364
                                                <Tool
 
7365
                                                        Name="VCCLCompilerTool"
 
7366
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7367
                                                        ObjectFile="$(IntDir)\mpz\"
 
7368
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7369
                                                        XMLDocumentationFileName=""
 
7370
                                                />
 
7371
                                        </FileConfiguration>
 
7372
                                </File>
 
7373
                                <File
 
7374
                                        RelativePath="..\..\mpz\out_raw.c"
 
7375
                                        >
 
7376
                                        <FileConfiguration
 
7377
                                                Name="Debug|Win32"
 
7378
                                                >
 
7379
                                                <Tool
 
7380
                                                        Name="VCCLCompilerTool"
 
7381
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7382
                                                        ObjectFile="$(IntDir)\mpz\"
 
7383
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7384
                                                        XMLDocumentationFileName=""
 
7385
                                                />
 
7386
                                        </FileConfiguration>
 
7387
                                        <FileConfiguration
 
7388
                                                Name="Release|Win32"
 
7389
                                                >
 
7390
                                                <Tool
 
7391
                                                        Name="VCCLCompilerTool"
 
7392
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7393
                                                        ObjectFile="$(IntDir)\mpz\"
 
7394
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7395
                                                        XMLDocumentationFileName=""
 
7396
                                                />
 
7397
                                        </FileConfiguration>
 
7398
                                </File>
 
7399
                                <File
 
7400
                                        RelativePath="..\..\mpz\out_str.c"
 
7401
                                        >
 
7402
                                        <FileConfiguration
 
7403
                                                Name="Debug|Win32"
 
7404
                                                >
 
7405
                                                <Tool
 
7406
                                                        Name="VCCLCompilerTool"
 
7407
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7408
                                                        ObjectFile="$(IntDir)\mpz\"
 
7409
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7410
                                                        XMLDocumentationFileName=""
 
7411
                                                />
 
7412
                                        </FileConfiguration>
 
7413
                                        <FileConfiguration
 
7414
                                                Name="Release|Win32"
 
7415
                                                >
 
7416
                                                <Tool
 
7417
                                                        Name="VCCLCompilerTool"
 
7418
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7419
                                                        ObjectFile="$(IntDir)\mpz\"
 
7420
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7421
                                                        XMLDocumentationFileName=""
 
7422
                                                />
 
7423
                                        </FileConfiguration>
 
7424
                                </File>
 
7425
                                <File
 
7426
                                        RelativePath="..\..\mpz\perfpow.c"
 
7427
                                        >
 
7428
                                        <FileConfiguration
 
7429
                                                Name="Debug|Win32"
 
7430
                                                >
 
7431
                                                <Tool
 
7432
                                                        Name="VCCLCompilerTool"
 
7433
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7434
                                                        ObjectFile="$(IntDir)\mpz\"
 
7435
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7436
                                                        XMLDocumentationFileName=""
 
7437
                                                />
 
7438
                                        </FileConfiguration>
 
7439
                                        <FileConfiguration
 
7440
                                                Name="Release|Win32"
 
7441
                                                >
 
7442
                                                <Tool
 
7443
                                                        Name="VCCLCompilerTool"
 
7444
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7445
                                                        ObjectFile="$(IntDir)\mpz\"
 
7446
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7447
                                                        XMLDocumentationFileName=""
 
7448
                                                />
 
7449
                                        </FileConfiguration>
 
7450
                                </File>
 
7451
                                <File
 
7452
                                        RelativePath="..\..\mpz\perfsqr.c"
 
7453
                                        >
 
7454
                                        <FileConfiguration
 
7455
                                                Name="Debug|Win32"
 
7456
                                                >
 
7457
                                                <Tool
 
7458
                                                        Name="VCCLCompilerTool"
 
7459
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7460
                                                        ObjectFile="$(IntDir)\mpz\"
 
7461
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7462
                                                        XMLDocumentationFileName=""
 
7463
                                                />
 
7464
                                        </FileConfiguration>
 
7465
                                        <FileConfiguration
 
7466
                                                Name="Release|Win32"
 
7467
                                                >
 
7468
                                                <Tool
 
7469
                                                        Name="VCCLCompilerTool"
 
7470
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7471
                                                        ObjectFile="$(IntDir)\mpz\"
 
7472
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7473
                                                        XMLDocumentationFileName=""
 
7474
                                                />
 
7475
                                        </FileConfiguration>
 
7476
                                </File>
 
7477
                                <File
 
7478
                                        RelativePath="..\..\mpz\popcount.c"
 
7479
                                        >
 
7480
                                        <FileConfiguration
 
7481
                                                Name="Debug|Win32"
 
7482
                                                >
 
7483
                                                <Tool
 
7484
                                                        Name="VCCLCompilerTool"
 
7485
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7486
                                                        ObjectFile="$(IntDir)\mpz\"
 
7487
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7488
                                                        XMLDocumentationFileName=""
 
7489
                                                />
 
7490
                                        </FileConfiguration>
 
7491
                                        <FileConfiguration
 
7492
                                                Name="Release|Win32"
 
7493
                                                >
 
7494
                                                <Tool
 
7495
                                                        Name="VCCLCompilerTool"
 
7496
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7497
                                                        ObjectFile="$(IntDir)\mpz\"
 
7498
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7499
                                                        XMLDocumentationFileName=""
 
7500
                                                />
 
7501
                                        </FileConfiguration>
 
7502
                                </File>
 
7503
                                <File
 
7504
                                        RelativePath="..\..\mpz\pow_ui.c"
 
7505
                                        >
 
7506
                                        <FileConfiguration
 
7507
                                                Name="Debug|Win32"
 
7508
                                                >
 
7509
                                                <Tool
 
7510
                                                        Name="VCCLCompilerTool"
 
7511
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7512
                                                        ObjectFile="$(IntDir)\mpz\"
 
7513
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7514
                                                        XMLDocumentationFileName=""
 
7515
                                                />
 
7516
                                        </FileConfiguration>
 
7517
                                        <FileConfiguration
 
7518
                                                Name="Release|Win32"
 
7519
                                                >
 
7520
                                                <Tool
 
7521
                                                        Name="VCCLCompilerTool"
 
7522
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7523
                                                        ObjectFile="$(IntDir)\mpz\"
 
7524
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7525
                                                        XMLDocumentationFileName=""
 
7526
                                                />
 
7527
                                        </FileConfiguration>
 
7528
                                </File>
 
7529
                                <File
 
7530
                                        RelativePath="..\..\mpz\powm.c"
 
7531
                                        >
 
7532
                                        <FileConfiguration
 
7533
                                                Name="Debug|Win32"
 
7534
                                                >
 
7535
                                                <Tool
 
7536
                                                        Name="VCCLCompilerTool"
 
7537
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7538
                                                        ObjectFile="$(IntDir)\mpz\"
 
7539
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7540
                                                        XMLDocumentationFileName=""
 
7541
                                                />
 
7542
                                        </FileConfiguration>
 
7543
                                        <FileConfiguration
 
7544
                                                Name="Release|Win32"
 
7545
                                                >
 
7546
                                                <Tool
 
7547
                                                        Name="VCCLCompilerTool"
 
7548
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7549
                                                        ObjectFile="$(IntDir)\mpz\"
 
7550
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7551
                                                        XMLDocumentationFileName=""
 
7552
                                                />
 
7553
                                        </FileConfiguration>
 
7554
                                </File>
 
7555
                                <File
 
7556
                                        RelativePath="..\..\mpz\powm_ui.c"
 
7557
                                        >
 
7558
                                        <FileConfiguration
 
7559
                                                Name="Debug|Win32"
 
7560
                                                >
 
7561
                                                <Tool
 
7562
                                                        Name="VCCLCompilerTool"
 
7563
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7564
                                                        ObjectFile="$(IntDir)\mpz\"
 
7565
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7566
                                                        XMLDocumentationFileName=""
 
7567
                                                />
 
7568
                                        </FileConfiguration>
 
7569
                                        <FileConfiguration
 
7570
                                                Name="Release|Win32"
 
7571
                                                >
 
7572
                                                <Tool
 
7573
                                                        Name="VCCLCompilerTool"
 
7574
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7575
                                                        ObjectFile="$(IntDir)\mpz\"
 
7576
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7577
                                                        XMLDocumentationFileName=""
 
7578
                                                />
 
7579
                                        </FileConfiguration>
 
7580
                                </File>
 
7581
                                <File
 
7582
                                        RelativePath="..\..\mpz\pprime_p.c"
 
7583
                                        >
 
7584
                                        <FileConfiguration
 
7585
                                                Name="Debug|Win32"
 
7586
                                                >
 
7587
                                                <Tool
 
7588
                                                        Name="VCCLCompilerTool"
 
7589
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7590
                                                        ObjectFile="$(IntDir)\mpz\"
 
7591
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7592
                                                        XMLDocumentationFileName=""
 
7593
                                                />
 
7594
                                        </FileConfiguration>
 
7595
                                        <FileConfiguration
 
7596
                                                Name="Release|Win32"
 
7597
                                                >
 
7598
                                                <Tool
 
7599
                                                        Name="VCCLCompilerTool"
 
7600
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7601
                                                        ObjectFile="$(IntDir)\mpz\"
 
7602
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7603
                                                        XMLDocumentationFileName=""
 
7604
                                                />
 
7605
                                        </FileConfiguration>
 
7606
                                </File>
 
7607
                                <File
 
7608
                                        RelativePath="..\..\mpz\random.c"
 
7609
                                        >
 
7610
                                        <FileConfiguration
 
7611
                                                Name="Debug|Win32"
 
7612
                                                >
 
7613
                                                <Tool
 
7614
                                                        Name="VCCLCompilerTool"
 
7615
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7616
                                                        ObjectFile="$(IntDir)\mpz\"
 
7617
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7618
                                                        XMLDocumentationFileName=""
 
7619
                                                />
 
7620
                                        </FileConfiguration>
 
7621
                                        <FileConfiguration
 
7622
                                                Name="Release|Win32"
 
7623
                                                >
 
7624
                                                <Tool
 
7625
                                                        Name="VCCLCompilerTool"
 
7626
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7627
                                                        ObjectFile="$(IntDir)\mpz\"
 
7628
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7629
                                                        XMLDocumentationFileName=""
 
7630
                                                />
 
7631
                                        </FileConfiguration>
 
7632
                                </File>
 
7633
                                <File
 
7634
                                        RelativePath="..\..\mpz\random2.c"
 
7635
                                        >
 
7636
                                        <FileConfiguration
 
7637
                                                Name="Debug|Win32"
 
7638
                                                >
 
7639
                                                <Tool
 
7640
                                                        Name="VCCLCompilerTool"
 
7641
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7642
                                                        ObjectFile="$(IntDir)\mpz\"
 
7643
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7644
                                                        XMLDocumentationFileName=""
 
7645
                                                />
 
7646
                                        </FileConfiguration>
 
7647
                                        <FileConfiguration
 
7648
                                                Name="Release|Win32"
 
7649
                                                >
 
7650
                                                <Tool
 
7651
                                                        Name="VCCLCompilerTool"
 
7652
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7653
                                                        ObjectFile="$(IntDir)\mpz\"
 
7654
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7655
                                                        XMLDocumentationFileName=""
 
7656
                                                />
 
7657
                                        </FileConfiguration>
 
7658
                                </File>
 
7659
                                <File
 
7660
                                        RelativePath="..\..\mpz\realloc.c"
 
7661
                                        >
 
7662
                                        <FileConfiguration
 
7663
                                                Name="Debug|Win32"
 
7664
                                                >
 
7665
                                                <Tool
 
7666
                                                        Name="VCCLCompilerTool"
 
7667
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7668
                                                        ObjectFile="$(IntDir)\mpz\"
 
7669
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7670
                                                        XMLDocumentationFileName=""
 
7671
                                                />
 
7672
                                        </FileConfiguration>
 
7673
                                        <FileConfiguration
 
7674
                                                Name="Release|Win32"
 
7675
                                                >
 
7676
                                                <Tool
 
7677
                                                        Name="VCCLCompilerTool"
 
7678
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7679
                                                        ObjectFile="$(IntDir)\mpz\"
 
7680
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7681
                                                        XMLDocumentationFileName=""
 
7682
                                                />
 
7683
                                        </FileConfiguration>
 
7684
                                </File>
 
7685
                                <File
 
7686
                                        RelativePath="..\..\mpz\realloc2.c"
 
7687
                                        >
 
7688
                                        <FileConfiguration
 
7689
                                                Name="Debug|Win32"
 
7690
                                                >
 
7691
                                                <Tool
 
7692
                                                        Name="VCCLCompilerTool"
 
7693
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7694
                                                        ObjectFile="$(IntDir)\mpz\"
 
7695
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7696
                                                        XMLDocumentationFileName=""
 
7697
                                                />
 
7698
                                        </FileConfiguration>
 
7699
                                        <FileConfiguration
 
7700
                                                Name="Release|Win32"
 
7701
                                                >
 
7702
                                                <Tool
 
7703
                                                        Name="VCCLCompilerTool"
 
7704
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7705
                                                        ObjectFile="$(IntDir)\mpz\"
 
7706
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7707
                                                        XMLDocumentationFileName=""
 
7708
                                                />
 
7709
                                        </FileConfiguration>
 
7710
                                </File>
 
7711
                                <File
 
7712
                                        RelativePath="..\..\mpz\remove.c"
 
7713
                                        >
 
7714
                                        <FileConfiguration
 
7715
                                                Name="Debug|Win32"
 
7716
                                                >
 
7717
                                                <Tool
 
7718
                                                        Name="VCCLCompilerTool"
 
7719
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7720
                                                        ObjectFile="$(IntDir)\mpz\"
 
7721
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7722
                                                        XMLDocumentationFileName=""
 
7723
                                                />
 
7724
                                        </FileConfiguration>
 
7725
                                        <FileConfiguration
 
7726
                                                Name="Release|Win32"
 
7727
                                                >
 
7728
                                                <Tool
 
7729
                                                        Name="VCCLCompilerTool"
 
7730
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7731
                                                        ObjectFile="$(IntDir)\mpz\"
 
7732
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7733
                                                        XMLDocumentationFileName=""
 
7734
                                                />
 
7735
                                        </FileConfiguration>
 
7736
                                </File>
 
7737
                                <File
 
7738
                                        RelativePath="..\..\mpz\root.c"
 
7739
                                        >
 
7740
                                        <FileConfiguration
 
7741
                                                Name="Debug|Win32"
 
7742
                                                >
 
7743
                                                <Tool
 
7744
                                                        Name="VCCLCompilerTool"
 
7745
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7746
                                                        ObjectFile="$(IntDir)\mpz\"
 
7747
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7748
                                                        XMLDocumentationFileName=""
 
7749
                                                />
 
7750
                                        </FileConfiguration>
 
7751
                                        <FileConfiguration
 
7752
                                                Name="Release|Win32"
 
7753
                                                >
 
7754
                                                <Tool
 
7755
                                                        Name="VCCLCompilerTool"
 
7756
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7757
                                                        ObjectFile="$(IntDir)\mpz\"
 
7758
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7759
                                                        XMLDocumentationFileName=""
 
7760
                                                />
 
7761
                                        </FileConfiguration>
 
7762
                                </File>
 
7763
                                <File
 
7764
                                        RelativePath="..\..\mpz\rootrem.c"
 
7765
                                        >
 
7766
                                        <FileConfiguration
 
7767
                                                Name="Debug|Win32"
 
7768
                                                >
 
7769
                                                <Tool
 
7770
                                                        Name="VCCLCompilerTool"
 
7771
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7772
                                                        ObjectFile="$(IntDir)\mpz\"
 
7773
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7774
                                                        XMLDocumentationFileName=""
 
7775
                                                />
 
7776
                                        </FileConfiguration>
 
7777
                                        <FileConfiguration
 
7778
                                                Name="Release|Win32"
 
7779
                                                >
 
7780
                                                <Tool
 
7781
                                                        Name="VCCLCompilerTool"
 
7782
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7783
                                                        ObjectFile="$(IntDir)\mpz\"
 
7784
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7785
                                                        XMLDocumentationFileName=""
 
7786
                                                />
 
7787
                                        </FileConfiguration>
 
7788
                                </File>
 
7789
                                <File
 
7790
                                        RelativePath="..\..\mpz\rrandomb.c"
 
7791
                                        >
 
7792
                                        <FileConfiguration
 
7793
                                                Name="Debug|Win32"
 
7794
                                                >
 
7795
                                                <Tool
 
7796
                                                        Name="VCCLCompilerTool"
 
7797
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7798
                                                        ObjectFile="$(IntDir)\mpz\"
 
7799
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7800
                                                        XMLDocumentationFileName=""
 
7801
                                                />
 
7802
                                        </FileConfiguration>
 
7803
                                        <FileConfiguration
 
7804
                                                Name="Release|Win32"
 
7805
                                                >
 
7806
                                                <Tool
 
7807
                                                        Name="VCCLCompilerTool"
 
7808
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7809
                                                        ObjectFile="$(IntDir)\mpz\"
 
7810
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7811
                                                        XMLDocumentationFileName=""
 
7812
                                                />
 
7813
                                        </FileConfiguration>
 
7814
                                </File>
 
7815
                                <File
 
7816
                                        RelativePath="..\..\mpz\scan0.c"
 
7817
                                        >
 
7818
                                        <FileConfiguration
 
7819
                                                Name="Debug|Win32"
 
7820
                                                >
 
7821
                                                <Tool
 
7822
                                                        Name="VCCLCompilerTool"
 
7823
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7824
                                                        ObjectFile="$(IntDir)\mpz\"
 
7825
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7826
                                                        XMLDocumentationFileName=""
 
7827
                                                />
 
7828
                                        </FileConfiguration>
 
7829
                                        <FileConfiguration
 
7830
                                                Name="Release|Win32"
 
7831
                                                >
 
7832
                                                <Tool
 
7833
                                                        Name="VCCLCompilerTool"
 
7834
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7835
                                                        ObjectFile="$(IntDir)\mpz\"
 
7836
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7837
                                                        XMLDocumentationFileName=""
 
7838
                                                />
 
7839
                                        </FileConfiguration>
 
7840
                                </File>
 
7841
                                <File
 
7842
                                        RelativePath="..\..\mpz\scan1.c"
 
7843
                                        >
 
7844
                                        <FileConfiguration
 
7845
                                                Name="Debug|Win32"
 
7846
                                                >
 
7847
                                                <Tool
 
7848
                                                        Name="VCCLCompilerTool"
 
7849
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7850
                                                        ObjectFile="$(IntDir)\mpz\"
 
7851
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7852
                                                        XMLDocumentationFileName=""
 
7853
                                                />
 
7854
                                        </FileConfiguration>
 
7855
                                        <FileConfiguration
 
7856
                                                Name="Release|Win32"
 
7857
                                                >
 
7858
                                                <Tool
 
7859
                                                        Name="VCCLCompilerTool"
 
7860
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7861
                                                        ObjectFile="$(IntDir)\mpz\"
 
7862
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7863
                                                        XMLDocumentationFileName=""
 
7864
                                                />
 
7865
                                        </FileConfiguration>
 
7866
                                </File>
 
7867
                                <File
 
7868
                                        RelativePath="..\..\mpz\set.c"
 
7869
                                        >
 
7870
                                        <FileConfiguration
 
7871
                                                Name="Debug|Win32"
 
7872
                                                >
 
7873
                                                <Tool
 
7874
                                                        Name="VCCLCompilerTool"
 
7875
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7876
                                                        ObjectFile="$(IntDir)\mpz\"
 
7877
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7878
                                                        XMLDocumentationFileName=""
 
7879
                                                />
 
7880
                                        </FileConfiguration>
 
7881
                                        <FileConfiguration
 
7882
                                                Name="Release|Win32"
 
7883
                                                >
 
7884
                                                <Tool
 
7885
                                                        Name="VCCLCompilerTool"
 
7886
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7887
                                                        ObjectFile="$(IntDir)\mpz\"
 
7888
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7889
                                                        XMLDocumentationFileName=""
 
7890
                                                />
 
7891
                                        </FileConfiguration>
 
7892
                                </File>
 
7893
                                <File
 
7894
                                        RelativePath="..\..\mpz\set_d.c"
 
7895
                                        >
 
7896
                                        <FileConfiguration
 
7897
                                                Name="Debug|Win32"
 
7898
                                                >
 
7899
                                                <Tool
 
7900
                                                        Name="VCCLCompilerTool"
 
7901
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7902
                                                        ObjectFile="$(IntDir)\mpz\"
 
7903
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7904
                                                        XMLDocumentationFileName=""
 
7905
                                                />
 
7906
                                        </FileConfiguration>
 
7907
                                        <FileConfiguration
 
7908
                                                Name="Release|Win32"
 
7909
                                                >
 
7910
                                                <Tool
 
7911
                                                        Name="VCCLCompilerTool"
 
7912
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7913
                                                        ObjectFile="$(IntDir)\mpz\"
 
7914
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7915
                                                        XMLDocumentationFileName=""
 
7916
                                                />
 
7917
                                        </FileConfiguration>
 
7918
                                </File>
 
7919
                                <File
 
7920
                                        RelativePath="..\..\mpz\set_f.c"
 
7921
                                        >
 
7922
                                        <FileConfiguration
 
7923
                                                Name="Debug|Win32"
 
7924
                                                >
 
7925
                                                <Tool
 
7926
                                                        Name="VCCLCompilerTool"
 
7927
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7928
                                                        ObjectFile="$(IntDir)\mpz\"
 
7929
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7930
                                                        XMLDocumentationFileName=""
 
7931
                                                />
 
7932
                                        </FileConfiguration>
 
7933
                                        <FileConfiguration
 
7934
                                                Name="Release|Win32"
 
7935
                                                >
 
7936
                                                <Tool
 
7937
                                                        Name="VCCLCompilerTool"
 
7938
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7939
                                                        ObjectFile="$(IntDir)\mpz\"
 
7940
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7941
                                                        XMLDocumentationFileName=""
 
7942
                                                />
 
7943
                                        </FileConfiguration>
 
7944
                                </File>
 
7945
                                <File
 
7946
                                        RelativePath="..\..\mpz\set_q.c"
 
7947
                                        >
 
7948
                                        <FileConfiguration
 
7949
                                                Name="Debug|Win32"
 
7950
                                                >
 
7951
                                                <Tool
 
7952
                                                        Name="VCCLCompilerTool"
 
7953
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7954
                                                        ObjectFile="$(IntDir)\mpz\"
 
7955
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7956
                                                        XMLDocumentationFileName=""
 
7957
                                                />
 
7958
                                        </FileConfiguration>
 
7959
                                        <FileConfiguration
 
7960
                                                Name="Release|Win32"
 
7961
                                                >
 
7962
                                                <Tool
 
7963
                                                        Name="VCCLCompilerTool"
 
7964
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7965
                                                        ObjectFile="$(IntDir)\mpz\"
 
7966
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7967
                                                        XMLDocumentationFileName=""
 
7968
                                                />
 
7969
                                        </FileConfiguration>
 
7970
                                </File>
 
7971
                                <File
 
7972
                                        RelativePath="..\..\mpz\set_si.c"
 
7973
                                        >
 
7974
                                        <FileConfiguration
 
7975
                                                Name="Debug|Win32"
 
7976
                                                >
 
7977
                                                <Tool
 
7978
                                                        Name="VCCLCompilerTool"
 
7979
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7980
                                                        ObjectFile="$(IntDir)\mpz\"
 
7981
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7982
                                                        XMLDocumentationFileName=""
 
7983
                                                />
 
7984
                                        </FileConfiguration>
 
7985
                                        <FileConfiguration
 
7986
                                                Name="Release|Win32"
 
7987
                                                >
 
7988
                                                <Tool
 
7989
                                                        Name="VCCLCompilerTool"
 
7990
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
7991
                                                        ObjectFile="$(IntDir)\mpz\"
 
7992
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
7993
                                                        XMLDocumentationFileName=""
 
7994
                                                />
 
7995
                                        </FileConfiguration>
 
7996
                                </File>
 
7997
                                <File
 
7998
                                        RelativePath="..\..\mpz\set_str.c"
 
7999
                                        >
 
8000
                                        <FileConfiguration
 
8001
                                                Name="Debug|Win32"
 
8002
                                                >
 
8003
                                                <Tool
 
8004
                                                        Name="VCCLCompilerTool"
 
8005
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8006
                                                        ObjectFile="$(IntDir)\mpz\"
 
8007
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8008
                                                        XMLDocumentationFileName=""
 
8009
                                                />
 
8010
                                        </FileConfiguration>
 
8011
                                        <FileConfiguration
 
8012
                                                Name="Release|Win32"
 
8013
                                                >
 
8014
                                                <Tool
 
8015
                                                        Name="VCCLCompilerTool"
 
8016
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8017
                                                        ObjectFile="$(IntDir)\mpz\"
 
8018
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8019
                                                        XMLDocumentationFileName=""
 
8020
                                                />
 
8021
                                        </FileConfiguration>
 
8022
                                </File>
 
8023
                                <File
 
8024
                                        RelativePath="..\..\mpz\set_ui.c"
 
8025
                                        >
 
8026
                                        <FileConfiguration
 
8027
                                                Name="Debug|Win32"
 
8028
                                                >
 
8029
                                                <Tool
 
8030
                                                        Name="VCCLCompilerTool"
 
8031
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8032
                                                        ObjectFile="$(IntDir)\mpz\"
 
8033
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8034
                                                        XMLDocumentationFileName=""
 
8035
                                                />
 
8036
                                        </FileConfiguration>
 
8037
                                        <FileConfiguration
 
8038
                                                Name="Release|Win32"
 
8039
                                                >
 
8040
                                                <Tool
 
8041
                                                        Name="VCCLCompilerTool"
 
8042
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8043
                                                        ObjectFile="$(IntDir)\mpz\"
 
8044
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8045
                                                        XMLDocumentationFileName=""
 
8046
                                                />
 
8047
                                        </FileConfiguration>
 
8048
                                </File>
 
8049
                                <File
 
8050
                                        RelativePath="..\..\mpz\setbit.c"
 
8051
                                        >
 
8052
                                        <FileConfiguration
 
8053
                                                Name="Debug|Win32"
 
8054
                                                >
 
8055
                                                <Tool
 
8056
                                                        Name="VCCLCompilerTool"
 
8057
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8058
                                                        ObjectFile="$(IntDir)\mpz\"
 
8059
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8060
                                                        XMLDocumentationFileName=""
 
8061
                                                />
 
8062
                                        </FileConfiguration>
 
8063
                                        <FileConfiguration
 
8064
                                                Name="Release|Win32"
 
8065
                                                >
 
8066
                                                <Tool
 
8067
                                                        Name="VCCLCompilerTool"
 
8068
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8069
                                                        ObjectFile="$(IntDir)\mpz\"
 
8070
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8071
                                                        XMLDocumentationFileName=""
 
8072
                                                />
 
8073
                                        </FileConfiguration>
 
8074
                                </File>
 
8075
                                <File
 
8076
                                        RelativePath="..\..\mpz\size.c"
 
8077
                                        >
 
8078
                                        <FileConfiguration
 
8079
                                                Name="Debug|Win32"
 
8080
                                                >
 
8081
                                                <Tool
 
8082
                                                        Name="VCCLCompilerTool"
 
8083
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8084
                                                        ObjectFile="$(IntDir)\mpz\"
 
8085
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8086
                                                        XMLDocumentationFileName=""
 
8087
                                                />
 
8088
                                        </FileConfiguration>
 
8089
                                        <FileConfiguration
 
8090
                                                Name="Release|Win32"
 
8091
                                                >
 
8092
                                                <Tool
 
8093
                                                        Name="VCCLCompilerTool"
 
8094
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8095
                                                        ObjectFile="$(IntDir)\mpz\"
 
8096
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8097
                                                        XMLDocumentationFileName=""
 
8098
                                                />
 
8099
                                        </FileConfiguration>
 
8100
                                </File>
 
8101
                                <File
 
8102
                                        RelativePath="..\..\mpz\sizeinbase.c"
 
8103
                                        >
 
8104
                                        <FileConfiguration
 
8105
                                                Name="Debug|Win32"
 
8106
                                                >
 
8107
                                                <Tool
 
8108
                                                        Name="VCCLCompilerTool"
 
8109
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8110
                                                        ObjectFile="$(IntDir)\mpz\"
 
8111
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8112
                                                        XMLDocumentationFileName=""
 
8113
                                                />
 
8114
                                        </FileConfiguration>
 
8115
                                        <FileConfiguration
 
8116
                                                Name="Release|Win32"
 
8117
                                                >
 
8118
                                                <Tool
 
8119
                                                        Name="VCCLCompilerTool"
 
8120
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8121
                                                        ObjectFile="$(IntDir)\mpz\"
 
8122
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8123
                                                        XMLDocumentationFileName=""
 
8124
                                                />
 
8125
                                        </FileConfiguration>
 
8126
                                </File>
 
8127
                                <File
 
8128
                                        RelativePath="..\..\mpz\sqrt.c"
 
8129
                                        >
 
8130
                                        <FileConfiguration
 
8131
                                                Name="Debug|Win32"
 
8132
                                                >
 
8133
                                                <Tool
 
8134
                                                        Name="VCCLCompilerTool"
 
8135
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8136
                                                        ObjectFile="$(IntDir)\mpz\"
 
8137
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8138
                                                        XMLDocumentationFileName=""
 
8139
                                                />
 
8140
                                        </FileConfiguration>
 
8141
                                        <FileConfiguration
 
8142
                                                Name="Release|Win32"
 
8143
                                                >
 
8144
                                                <Tool
 
8145
                                                        Name="VCCLCompilerTool"
 
8146
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8147
                                                        ObjectFile="$(IntDir)\mpz\"
 
8148
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8149
                                                        XMLDocumentationFileName=""
 
8150
                                                />
 
8151
                                        </FileConfiguration>
 
8152
                                </File>
 
8153
                                <File
 
8154
                                        RelativePath="..\..\mpz\sqrtrem.c"
 
8155
                                        >
 
8156
                                        <FileConfiguration
 
8157
                                                Name="Debug|Win32"
 
8158
                                                >
 
8159
                                                <Tool
 
8160
                                                        Name="VCCLCompilerTool"
 
8161
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8162
                                                        ObjectFile="$(IntDir)\mpz\"
 
8163
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8164
                                                        XMLDocumentationFileName=""
 
8165
                                                />
 
8166
                                        </FileConfiguration>
 
8167
                                        <FileConfiguration
 
8168
                                                Name="Release|Win32"
 
8169
                                                >
 
8170
                                                <Tool
 
8171
                                                        Name="VCCLCompilerTool"
 
8172
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8173
                                                        ObjectFile="$(IntDir)\mpz\"
 
8174
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8175
                                                        XMLDocumentationFileName=""
 
8176
                                                />
 
8177
                                        </FileConfiguration>
 
8178
                                </File>
 
8179
                                <File
 
8180
                                        RelativePath="..\..\mpz\sub.c"
 
8181
                                        >
 
8182
                                        <FileConfiguration
 
8183
                                                Name="Debug|Win32"
 
8184
                                                >
 
8185
                                                <Tool
 
8186
                                                        Name="VCCLCompilerTool"
 
8187
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8188
                                                        ObjectFile="$(IntDir)\mpz\"
 
8189
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8190
                                                        XMLDocumentationFileName=""
 
8191
                                                />
 
8192
                                        </FileConfiguration>
 
8193
                                        <FileConfiguration
 
8194
                                                Name="Release|Win32"
 
8195
                                                >
 
8196
                                                <Tool
 
8197
                                                        Name="VCCLCompilerTool"
 
8198
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8199
                                                        ObjectFile="$(IntDir)\mpz\"
 
8200
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8201
                                                        XMLDocumentationFileName=""
 
8202
                                                />
 
8203
                                        </FileConfiguration>
 
8204
                                </File>
 
8205
                                <File
 
8206
                                        RelativePath="..\..\mpz\sub_ui.c"
 
8207
                                        >
 
8208
                                        <FileConfiguration
 
8209
                                                Name="Debug|Win32"
 
8210
                                                >
 
8211
                                                <Tool
 
8212
                                                        Name="VCCLCompilerTool"
 
8213
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8214
                                                        ObjectFile="$(IntDir)\mpz\"
 
8215
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8216
                                                        XMLDocumentationFileName=""
 
8217
                                                />
 
8218
                                        </FileConfiguration>
 
8219
                                        <FileConfiguration
 
8220
                                                Name="Release|Win32"
 
8221
                                                >
 
8222
                                                <Tool
 
8223
                                                        Name="VCCLCompilerTool"
 
8224
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8225
                                                        ObjectFile="$(IntDir)\mpz\"
 
8226
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8227
                                                        XMLDocumentationFileName=""
 
8228
                                                />
 
8229
                                        </FileConfiguration>
 
8230
                                </File>
 
8231
                                <File
 
8232
                                        RelativePath="..\..\mpz\swap.c"
 
8233
                                        >
 
8234
                                        <FileConfiguration
 
8235
                                                Name="Debug|Win32"
 
8236
                                                >
 
8237
                                                <Tool
 
8238
                                                        Name="VCCLCompilerTool"
 
8239
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8240
                                                        ObjectFile="$(IntDir)\mpz\"
 
8241
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8242
                                                        XMLDocumentationFileName=""
 
8243
                                                />
 
8244
                                        </FileConfiguration>
 
8245
                                        <FileConfiguration
 
8246
                                                Name="Release|Win32"
 
8247
                                                >
 
8248
                                                <Tool
 
8249
                                                        Name="VCCLCompilerTool"
 
8250
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8251
                                                        ObjectFile="$(IntDir)\mpz\"
 
8252
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8253
                                                        XMLDocumentationFileName=""
 
8254
                                                />
 
8255
                                        </FileConfiguration>
 
8256
                                </File>
 
8257
                                <File
 
8258
                                        RelativePath="..\..\mpz\tdiv_q.c"
 
8259
                                        >
 
8260
                                        <FileConfiguration
 
8261
                                                Name="Debug|Win32"
 
8262
                                                >
 
8263
                                                <Tool
 
8264
                                                        Name="VCCLCompilerTool"
 
8265
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8266
                                                        ObjectFile="$(IntDir)\mpz\"
 
8267
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8268
                                                        XMLDocumentationFileName=""
 
8269
                                                />
 
8270
                                        </FileConfiguration>
 
8271
                                        <FileConfiguration
 
8272
                                                Name="Release|Win32"
 
8273
                                                >
 
8274
                                                <Tool
 
8275
                                                        Name="VCCLCompilerTool"
 
8276
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8277
                                                        ObjectFile="$(IntDir)\mpz\"
 
8278
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8279
                                                        XMLDocumentationFileName=""
 
8280
                                                />
 
8281
                                        </FileConfiguration>
 
8282
                                </File>
 
8283
                                <File
 
8284
                                        RelativePath="..\..\mpz\tdiv_q_2exp.c"
 
8285
                                        >
 
8286
                                        <FileConfiguration
 
8287
                                                Name="Debug|Win32"
 
8288
                                                >
 
8289
                                                <Tool
 
8290
                                                        Name="VCCLCompilerTool"
 
8291
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8292
                                                        ObjectFile="$(IntDir)\mpz\"
 
8293
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8294
                                                        XMLDocumentationFileName=""
 
8295
                                                />
 
8296
                                        </FileConfiguration>
 
8297
                                        <FileConfiguration
 
8298
                                                Name="Release|Win32"
 
8299
                                                >
 
8300
                                                <Tool
 
8301
                                                        Name="VCCLCompilerTool"
 
8302
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8303
                                                        ObjectFile="$(IntDir)\mpz\"
 
8304
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8305
                                                        XMLDocumentationFileName=""
 
8306
                                                />
 
8307
                                        </FileConfiguration>
 
8308
                                </File>
 
8309
                                <File
 
8310
                                        RelativePath="..\..\mpz\tdiv_q_ui.c"
 
8311
                                        >
 
8312
                                        <FileConfiguration
 
8313
                                                Name="Debug|Win32"
 
8314
                                                >
 
8315
                                                <Tool
 
8316
                                                        Name="VCCLCompilerTool"
 
8317
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8318
                                                        ObjectFile="$(IntDir)\mpz\"
 
8319
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8320
                                                        XMLDocumentationFileName=""
 
8321
                                                />
 
8322
                                        </FileConfiguration>
 
8323
                                        <FileConfiguration
 
8324
                                                Name="Release|Win32"
 
8325
                                                >
 
8326
                                                <Tool
 
8327
                                                        Name="VCCLCompilerTool"
 
8328
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8329
                                                        ObjectFile="$(IntDir)\mpz\"
 
8330
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8331
                                                        XMLDocumentationFileName=""
 
8332
                                                />
 
8333
                                        </FileConfiguration>
 
8334
                                </File>
 
8335
                                <File
 
8336
                                        RelativePath="..\..\mpz\tdiv_qr.c"
 
8337
                                        >
 
8338
                                        <FileConfiguration
 
8339
                                                Name="Debug|Win32"
 
8340
                                                >
 
8341
                                                <Tool
 
8342
                                                        Name="VCCLCompilerTool"
 
8343
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8344
                                                        ObjectFile="$(IntDir)\mpz\"
 
8345
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8346
                                                        XMLDocumentationFileName=""
 
8347
                                                />
 
8348
                                        </FileConfiguration>
 
8349
                                        <FileConfiguration
 
8350
                                                Name="Release|Win32"
 
8351
                                                >
 
8352
                                                <Tool
 
8353
                                                        Name="VCCLCompilerTool"
 
8354
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8355
                                                        ObjectFile="$(IntDir)\mpz\"
 
8356
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8357
                                                        XMLDocumentationFileName=""
 
8358
                                                />
 
8359
                                        </FileConfiguration>
 
8360
                                </File>
 
8361
                                <File
 
8362
                                        RelativePath="..\..\mpz\tdiv_qr_ui.c"
 
8363
                                        >
 
8364
                                        <FileConfiguration
 
8365
                                                Name="Debug|Win32"
 
8366
                                                >
 
8367
                                                <Tool
 
8368
                                                        Name="VCCLCompilerTool"
 
8369
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8370
                                                        ObjectFile="$(IntDir)\mpz\"
 
8371
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8372
                                                        XMLDocumentationFileName=""
 
8373
                                                />
 
8374
                                        </FileConfiguration>
 
8375
                                        <FileConfiguration
 
8376
                                                Name="Release|Win32"
 
8377
                                                >
 
8378
                                                <Tool
 
8379
                                                        Name="VCCLCompilerTool"
 
8380
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8381
                                                        ObjectFile="$(IntDir)\mpz\"
 
8382
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8383
                                                        XMLDocumentationFileName=""
 
8384
                                                />
 
8385
                                        </FileConfiguration>
 
8386
                                </File>
 
8387
                                <File
 
8388
                                        RelativePath="..\..\mpz\tdiv_r.c"
 
8389
                                        >
 
8390
                                        <FileConfiguration
 
8391
                                                Name="Debug|Win32"
 
8392
                                                >
 
8393
                                                <Tool
 
8394
                                                        Name="VCCLCompilerTool"
 
8395
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8396
                                                        ObjectFile="$(IntDir)\mpz\"
 
8397
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8398
                                                        XMLDocumentationFileName=""
 
8399
                                                />
 
8400
                                        </FileConfiguration>
 
8401
                                        <FileConfiguration
 
8402
                                                Name="Release|Win32"
 
8403
                                                >
 
8404
                                                <Tool
 
8405
                                                        Name="VCCLCompilerTool"
 
8406
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8407
                                                        ObjectFile="$(IntDir)\mpz\"
 
8408
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8409
                                                        XMLDocumentationFileName=""
 
8410
                                                />
 
8411
                                        </FileConfiguration>
 
8412
                                </File>
 
8413
                                <File
 
8414
                                        RelativePath="..\..\mpz\tdiv_r_2exp.c"
 
8415
                                        >
 
8416
                                        <FileConfiguration
 
8417
                                                Name="Debug|Win32"
 
8418
                                                >
 
8419
                                                <Tool
 
8420
                                                        Name="VCCLCompilerTool"
 
8421
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8422
                                                        ObjectFile="$(IntDir)\mpz\"
 
8423
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8424
                                                        XMLDocumentationFileName=""
 
8425
                                                />
 
8426
                                        </FileConfiguration>
 
8427
                                        <FileConfiguration
 
8428
                                                Name="Release|Win32"
 
8429
                                                >
 
8430
                                                <Tool
 
8431
                                                        Name="VCCLCompilerTool"
 
8432
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8433
                                                        ObjectFile="$(IntDir)\mpz\"
 
8434
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8435
                                                        XMLDocumentationFileName=""
 
8436
                                                />
 
8437
                                        </FileConfiguration>
 
8438
                                </File>
 
8439
                                <File
 
8440
                                        RelativePath="..\..\mpz\tdiv_r_ui.c"
 
8441
                                        >
 
8442
                                        <FileConfiguration
 
8443
                                                Name="Debug|Win32"
 
8444
                                                >
 
8445
                                                <Tool
 
8446
                                                        Name="VCCLCompilerTool"
 
8447
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8448
                                                        ObjectFile="$(IntDir)\mpz\"
 
8449
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8450
                                                        XMLDocumentationFileName=""
 
8451
                                                />
 
8452
                                        </FileConfiguration>
 
8453
                                        <FileConfiguration
 
8454
                                                Name="Release|Win32"
 
8455
                                                >
 
8456
                                                <Tool
 
8457
                                                        Name="VCCLCompilerTool"
 
8458
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8459
                                                        ObjectFile="$(IntDir)\mpz\"
 
8460
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8461
                                                        XMLDocumentationFileName=""
 
8462
                                                />
 
8463
                                        </FileConfiguration>
 
8464
                                </File>
 
8465
                                <File
 
8466
                                        RelativePath="..\..\mpz\tdiv_ui.c"
 
8467
                                        >
 
8468
                                        <FileConfiguration
 
8469
                                                Name="Debug|Win32"
 
8470
                                                >
 
8471
                                                <Tool
 
8472
                                                        Name="VCCLCompilerTool"
 
8473
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8474
                                                        ObjectFile="$(IntDir)\mpz\"
 
8475
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8476
                                                        XMLDocumentationFileName=""
 
8477
                                                />
 
8478
                                        </FileConfiguration>
 
8479
                                        <FileConfiguration
 
8480
                                                Name="Release|Win32"
 
8481
                                                >
 
8482
                                                <Tool
 
8483
                                                        Name="VCCLCompilerTool"
 
8484
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8485
                                                        ObjectFile="$(IntDir)\mpz\"
 
8486
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8487
                                                        XMLDocumentationFileName=""
 
8488
                                                />
 
8489
                                        </FileConfiguration>
 
8490
                                </File>
 
8491
                                <File
 
8492
                                        RelativePath="..\..\mpz\tstbit.c"
 
8493
                                        >
 
8494
                                        <FileConfiguration
 
8495
                                                Name="Debug|Win32"
 
8496
                                                >
 
8497
                                                <Tool
 
8498
                                                        Name="VCCLCompilerTool"
 
8499
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8500
                                                        ObjectFile="$(IntDir)\mpz\"
 
8501
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8502
                                                        XMLDocumentationFileName=""
 
8503
                                                />
 
8504
                                        </FileConfiguration>
 
8505
                                        <FileConfiguration
 
8506
                                                Name="Release|Win32"
 
8507
                                                >
 
8508
                                                <Tool
 
8509
                                                        Name="VCCLCompilerTool"
 
8510
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8511
                                                        ObjectFile="$(IntDir)\mpz\"
 
8512
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8513
                                                        XMLDocumentationFileName=""
 
8514
                                                />
 
8515
                                        </FileConfiguration>
 
8516
                                </File>
 
8517
                                <File
 
8518
                                        RelativePath="..\..\mpz\ui_pow_ui.c"
 
8519
                                        >
 
8520
                                        <FileConfiguration
 
8521
                                                Name="Debug|Win32"
 
8522
                                                >
 
8523
                                                <Tool
 
8524
                                                        Name="VCCLCompilerTool"
 
8525
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8526
                                                        ObjectFile="$(IntDir)\mpz\"
 
8527
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8528
                                                        XMLDocumentationFileName=""
 
8529
                                                />
 
8530
                                        </FileConfiguration>
 
8531
                                        <FileConfiguration
 
8532
                                                Name="Release|Win32"
 
8533
                                                >
 
8534
                                                <Tool
 
8535
                                                        Name="VCCLCompilerTool"
 
8536
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8537
                                                        ObjectFile="$(IntDir)\mpz\"
 
8538
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8539
                                                        XMLDocumentationFileName=""
 
8540
                                                />
 
8541
                                        </FileConfiguration>
 
8542
                                </File>
 
8543
                                <File
 
8544
                                        RelativePath="..\..\mpz\ui_sub.c"
 
8545
                                        >
 
8546
                                        <FileConfiguration
 
8547
                                                Name="Debug|Win32"
 
8548
                                                >
 
8549
                                                <Tool
 
8550
                                                        Name="VCCLCompilerTool"
 
8551
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8552
                                                        ObjectFile="$(IntDir)\mpz\"
 
8553
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8554
                                                        XMLDocumentationFileName=""
 
8555
                                                />
 
8556
                                        </FileConfiguration>
 
8557
                                        <FileConfiguration
 
8558
                                                Name="Release|Win32"
 
8559
                                                >
 
8560
                                                <Tool
 
8561
                                                        Name="VCCLCompilerTool"
 
8562
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8563
                                                        ObjectFile="$(IntDir)\mpz\"
 
8564
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8565
                                                        XMLDocumentationFileName=""
 
8566
                                                />
 
8567
                                        </FileConfiguration>
 
8568
                                </File>
 
8569
                                <File
 
8570
                                        RelativePath="..\..\mpz\urandomb.c"
 
8571
                                        >
 
8572
                                        <FileConfiguration
 
8573
                                                Name="Debug|Win32"
 
8574
                                                >
 
8575
                                                <Tool
 
8576
                                                        Name="VCCLCompilerTool"
 
8577
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8578
                                                        ObjectFile="$(IntDir)\mpz\"
 
8579
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8580
                                                        XMLDocumentationFileName=""
 
8581
                                                />
 
8582
                                        </FileConfiguration>
 
8583
                                        <FileConfiguration
 
8584
                                                Name="Release|Win32"
 
8585
                                                >
 
8586
                                                <Tool
 
8587
                                                        Name="VCCLCompilerTool"
 
8588
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8589
                                                        ObjectFile="$(IntDir)\mpz\"
 
8590
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8591
                                                        XMLDocumentationFileName=""
 
8592
                                                />
 
8593
                                        </FileConfiguration>
 
8594
                                </File>
 
8595
                                <File
 
8596
                                        RelativePath="..\..\mpz\urandomm.c"
 
8597
                                        >
 
8598
                                        <FileConfiguration
 
8599
                                                Name="Debug|Win32"
 
8600
                                                >
 
8601
                                                <Tool
 
8602
                                                        Name="VCCLCompilerTool"
 
8603
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8604
                                                        ObjectFile="$(IntDir)\mpz\"
 
8605
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8606
                                                        XMLDocumentationFileName=""
 
8607
                                                />
 
8608
                                        </FileConfiguration>
 
8609
                                        <FileConfiguration
 
8610
                                                Name="Release|Win32"
 
8611
                                                >
 
8612
                                                <Tool
 
8613
                                                        Name="VCCLCompilerTool"
 
8614
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8615
                                                        ObjectFile="$(IntDir)\mpz\"
 
8616
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8617
                                                        XMLDocumentationFileName=""
 
8618
                                                />
 
8619
                                        </FileConfiguration>
 
8620
                                </File>
 
8621
                                <File
 
8622
                                        RelativePath="..\..\mpz\xor.c"
 
8623
                                        >
 
8624
                                        <FileConfiguration
 
8625
                                                Name="Debug|Win32"
 
8626
                                                >
 
8627
                                                <Tool
 
8628
                                                        Name="VCCLCompilerTool"
 
8629
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8630
                                                        ObjectFile="$(IntDir)\mpz\"
 
8631
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8632
                                                        XMLDocumentationFileName=""
 
8633
                                                />
 
8634
                                        </FileConfiguration>
 
8635
                                        <FileConfiguration
 
8636
                                                Name="Release|Win32"
 
8637
                                                >
 
8638
                                                <Tool
 
8639
                                                        Name="VCCLCompilerTool"
 
8640
                                                        AssemblerListingLocation="$(IntDir)\mpz\"
 
8641
                                                        ObjectFile="$(IntDir)\mpz\"
 
8642
                                                        ProgramDataBaseFileName="$(IntDir)\mpz\"
 
8643
                                                        XMLDocumentationFileName=""
 
8644
                                                />
 
8645
                                        </FileConfiguration>
 
8646
                                </File>
 
8647
                        </Filter>
 
8648
                        <Filter
 
8649
                                Name="printf"
 
8650
                                >
 
8651
                                <File
 
8652
                                        RelativePath="..\..\printf\asprintf.c"
 
8653
                                        >
 
8654
                                        <FileConfiguration
 
8655
                                                Name="Debug|Win32"
 
8656
                                                >
 
8657
                                                <Tool
 
8658
                                                        Name="VCCLCompilerTool"
 
8659
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8660
                                                        ObjectFile="$(IntDir)\printf\"
 
8661
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8662
                                                        XMLDocumentationFileName=""
 
8663
                                                />
 
8664
                                        </FileConfiguration>
 
8665
                                        <FileConfiguration
 
8666
                                                Name="Release|Win32"
 
8667
                                                >
 
8668
                                                <Tool
 
8669
                                                        Name="VCCLCompilerTool"
 
8670
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8671
                                                        ObjectFile="$(IntDir)\printf\"
 
8672
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8673
                                                        XMLDocumentationFileName=""
 
8674
                                                />
 
8675
                                        </FileConfiguration>
 
8676
                                </File>
 
8677
                                <File
 
8678
                                        RelativePath="..\..\printf\asprntffuns.c"
 
8679
                                        >
 
8680
                                        <FileConfiguration
 
8681
                                                Name="Debug|Win32"
 
8682
                                                >
 
8683
                                                <Tool
 
8684
                                                        Name="VCCLCompilerTool"
 
8685
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8686
                                                        ObjectFile="$(IntDir)\printf\"
 
8687
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8688
                                                        XMLDocumentationFileName=""
 
8689
                                                />
 
8690
                                        </FileConfiguration>
 
8691
                                        <FileConfiguration
 
8692
                                                Name="Release|Win32"
 
8693
                                                >
 
8694
                                                <Tool
 
8695
                                                        Name="VCCLCompilerTool"
 
8696
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8697
                                                        ObjectFile="$(IntDir)\printf\"
 
8698
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8699
                                                        XMLDocumentationFileName=""
 
8700
                                                />
 
8701
                                        </FileConfiguration>
 
8702
                                </File>
 
8703
                                <File
 
8704
                                        RelativePath="..\..\printf\doprnt.c"
 
8705
                                        >
 
8706
                                        <FileConfiguration
 
8707
                                                Name="Debug|Win32"
 
8708
                                                >
 
8709
                                                <Tool
 
8710
                                                        Name="VCCLCompilerTool"
 
8711
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8712
                                                        ObjectFile="$(IntDir)\printf\"
 
8713
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8714
                                                        XMLDocumentationFileName=""
 
8715
                                                />
 
8716
                                        </FileConfiguration>
 
8717
                                        <FileConfiguration
 
8718
                                                Name="Release|Win32"
 
8719
                                                >
 
8720
                                                <Tool
 
8721
                                                        Name="VCCLCompilerTool"
 
8722
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8723
                                                        ObjectFile="$(IntDir)\printf\"
 
8724
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8725
                                                        XMLDocumentationFileName=""
 
8726
                                                />
 
8727
                                        </FileConfiguration>
 
8728
                                </File>
 
8729
                                <File
 
8730
                                        RelativePath="..\..\printf\doprntf.c"
 
8731
                                        >
 
8732
                                        <FileConfiguration
 
8733
                                                Name="Debug|Win32"
 
8734
                                                >
 
8735
                                                <Tool
 
8736
                                                        Name="VCCLCompilerTool"
 
8737
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8738
                                                        ObjectFile="$(IntDir)\printf\"
 
8739
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8740
                                                        XMLDocumentationFileName=""
 
8741
                                                />
 
8742
                                        </FileConfiguration>
 
8743
                                        <FileConfiguration
 
8744
                                                Name="Release|Win32"
 
8745
                                                >
 
8746
                                                <Tool
 
8747
                                                        Name="VCCLCompilerTool"
 
8748
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8749
                                                        ObjectFile="$(IntDir)\printf\"
 
8750
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8751
                                                        XMLDocumentationFileName=""
 
8752
                                                />
 
8753
                                        </FileConfiguration>
 
8754
                                </File>
 
8755
                                <File
 
8756
                                        RelativePath="..\..\printf\doprnti.c"
 
8757
                                        >
 
8758
                                        <FileConfiguration
 
8759
                                                Name="Debug|Win32"
 
8760
                                                >
 
8761
                                                <Tool
 
8762
                                                        Name="VCCLCompilerTool"
 
8763
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8764
                                                        ObjectFile="$(IntDir)\printf\"
 
8765
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8766
                                                        XMLDocumentationFileName=""
 
8767
                                                />
 
8768
                                        </FileConfiguration>
 
8769
                                        <FileConfiguration
 
8770
                                                Name="Release|Win32"
 
8771
                                                >
 
8772
                                                <Tool
 
8773
                                                        Name="VCCLCompilerTool"
 
8774
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8775
                                                        ObjectFile="$(IntDir)\printf\"
 
8776
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8777
                                                        XMLDocumentationFileName=""
 
8778
                                                />
 
8779
                                        </FileConfiguration>
 
8780
                                </File>
 
8781
                                <File
 
8782
                                        RelativePath="..\..\printf\fprintf.c"
 
8783
                                        >
 
8784
                                        <FileConfiguration
 
8785
                                                Name="Debug|Win32"
 
8786
                                                >
 
8787
                                                <Tool
 
8788
                                                        Name="VCCLCompilerTool"
 
8789
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8790
                                                        ObjectFile="$(IntDir)\printf\"
 
8791
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8792
                                                        XMLDocumentationFileName=""
 
8793
                                                />
 
8794
                                        </FileConfiguration>
 
8795
                                        <FileConfiguration
 
8796
                                                Name="Release|Win32"
 
8797
                                                >
 
8798
                                                <Tool
 
8799
                                                        Name="VCCLCompilerTool"
 
8800
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8801
                                                        ObjectFile="$(IntDir)\printf\"
 
8802
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8803
                                                        XMLDocumentationFileName=""
 
8804
                                                />
 
8805
                                        </FileConfiguration>
 
8806
                                </File>
 
8807
                                <File
 
8808
                                        RelativePath="..\..\printf\obprintf.c"
 
8809
                                        >
 
8810
                                        <FileConfiguration
 
8811
                                                Name="Debug|Win32"
 
8812
                                                >
 
8813
                                                <Tool
 
8814
                                                        Name="VCCLCompilerTool"
 
8815
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8816
                                                        ObjectFile="$(IntDir)\printf\"
 
8817
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8818
                                                        XMLDocumentationFileName=""
 
8819
                                                />
 
8820
                                        </FileConfiguration>
 
8821
                                        <FileConfiguration
 
8822
                                                Name="Release|Win32"
 
8823
                                                >
 
8824
                                                <Tool
 
8825
                                                        Name="VCCLCompilerTool"
 
8826
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8827
                                                        ObjectFile="$(IntDir)\printf\"
 
8828
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8829
                                                        XMLDocumentationFileName=""
 
8830
                                                />
 
8831
                                        </FileConfiguration>
 
8832
                                </File>
 
8833
                                <File
 
8834
                                        RelativePath="..\..\printf\obprntffuns.c"
 
8835
                                        >
 
8836
                                        <FileConfiguration
 
8837
                                                Name="Debug|Win32"
 
8838
                                                >
 
8839
                                                <Tool
 
8840
                                                        Name="VCCLCompilerTool"
 
8841
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8842
                                                        ObjectFile="$(IntDir)\printf\"
 
8843
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8844
                                                        XMLDocumentationFileName=""
 
8845
                                                />
 
8846
                                        </FileConfiguration>
 
8847
                                        <FileConfiguration
 
8848
                                                Name="Release|Win32"
 
8849
                                                >
 
8850
                                                <Tool
 
8851
                                                        Name="VCCLCompilerTool"
 
8852
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8853
                                                        ObjectFile="$(IntDir)\printf\"
 
8854
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8855
                                                        XMLDocumentationFileName=""
 
8856
                                                />
 
8857
                                        </FileConfiguration>
 
8858
                                </File>
 
8859
                                <File
 
8860
                                        RelativePath="..\..\printf\obvprintf.c"
 
8861
                                        >
 
8862
                                        <FileConfiguration
 
8863
                                                Name="Debug|Win32"
 
8864
                                                >
 
8865
                                                <Tool
 
8866
                                                        Name="VCCLCompilerTool"
 
8867
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8868
                                                        ObjectFile="$(IntDir)\printf\"
 
8869
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8870
                                                        XMLDocumentationFileName=""
 
8871
                                                />
 
8872
                                        </FileConfiguration>
 
8873
                                        <FileConfiguration
 
8874
                                                Name="Release|Win32"
 
8875
                                                >
 
8876
                                                <Tool
 
8877
                                                        Name="VCCLCompilerTool"
 
8878
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8879
                                                        ObjectFile="$(IntDir)\printf\"
 
8880
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8881
                                                        XMLDocumentationFileName=""
 
8882
                                                />
 
8883
                                        </FileConfiguration>
 
8884
                                </File>
 
8885
                                <File
 
8886
                                        RelativePath="..\..\printf\printf.c"
 
8887
                                        >
 
8888
                                        <FileConfiguration
 
8889
                                                Name="Debug|Win32"
 
8890
                                                >
 
8891
                                                <Tool
 
8892
                                                        Name="VCCLCompilerTool"
 
8893
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8894
                                                        ObjectFile="$(IntDir)\printf\"
 
8895
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8896
                                                        XMLDocumentationFileName=""
 
8897
                                                />
 
8898
                                        </FileConfiguration>
 
8899
                                        <FileConfiguration
 
8900
                                                Name="Release|Win32"
 
8901
                                                >
 
8902
                                                <Tool
 
8903
                                                        Name="VCCLCompilerTool"
 
8904
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8905
                                                        ObjectFile="$(IntDir)\printf\"
 
8906
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8907
                                                        XMLDocumentationFileName=""
 
8908
                                                />
 
8909
                                        </FileConfiguration>
 
8910
                                </File>
 
8911
                                <File
 
8912
                                        RelativePath="..\..\printf\printffuns.c"
 
8913
                                        >
 
8914
                                        <FileConfiguration
 
8915
                                                Name="Debug|Win32"
 
8916
                                                >
 
8917
                                                <Tool
 
8918
                                                        Name="VCCLCompilerTool"
 
8919
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8920
                                                        ObjectFile="$(IntDir)\printf\"
 
8921
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8922
                                                        XMLDocumentationFileName=""
 
8923
                                                />
 
8924
                                        </FileConfiguration>
 
8925
                                        <FileConfiguration
 
8926
                                                Name="Release|Win32"
 
8927
                                                >
 
8928
                                                <Tool
 
8929
                                                        Name="VCCLCompilerTool"
 
8930
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8931
                                                        ObjectFile="$(IntDir)\printf\"
 
8932
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8933
                                                        XMLDocumentationFileName=""
 
8934
                                                />
 
8935
                                        </FileConfiguration>
 
8936
                                </File>
 
8937
                                <File
 
8938
                                        RelativePath="..\..\printf\repl-vsnprintf.c"
 
8939
                                        >
 
8940
                                        <FileConfiguration
 
8941
                                                Name="Debug|Win32"
 
8942
                                                >
 
8943
                                                <Tool
 
8944
                                                        Name="VCCLCompilerTool"
 
8945
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8946
                                                        ObjectFile="$(IntDir)\printf\"
 
8947
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8948
                                                        XMLDocumentationFileName=""
 
8949
                                                />
 
8950
                                        </FileConfiguration>
 
8951
                                        <FileConfiguration
 
8952
                                                Name="Release|Win32"
 
8953
                                                >
 
8954
                                                <Tool
 
8955
                                                        Name="VCCLCompilerTool"
 
8956
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8957
                                                        ObjectFile="$(IntDir)\printf\"
 
8958
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8959
                                                        XMLDocumentationFileName=""
 
8960
                                                />
 
8961
                                        </FileConfiguration>
 
8962
                                </File>
 
8963
                                <File
 
8964
                                        RelativePath="..\..\printf\snprintf.c"
 
8965
                                        >
 
8966
                                        <FileConfiguration
 
8967
                                                Name="Debug|Win32"
 
8968
                                                >
 
8969
                                                <Tool
 
8970
                                                        Name="VCCLCompilerTool"
 
8971
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8972
                                                        ObjectFile="$(IntDir)\printf\"
 
8973
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8974
                                                        XMLDocumentationFileName=""
 
8975
                                                />
 
8976
                                        </FileConfiguration>
 
8977
                                        <FileConfiguration
 
8978
                                                Name="Release|Win32"
 
8979
                                                >
 
8980
                                                <Tool
 
8981
                                                        Name="VCCLCompilerTool"
 
8982
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8983
                                                        ObjectFile="$(IntDir)\printf\"
 
8984
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
8985
                                                        XMLDocumentationFileName=""
 
8986
                                                />
 
8987
                                        </FileConfiguration>
 
8988
                                </File>
 
8989
                                <File
 
8990
                                        RelativePath="..\..\printf\snprntffuns.c"
 
8991
                                        >
 
8992
                                        <FileConfiguration
 
8993
                                                Name="Debug|Win32"
 
8994
                                                >
 
8995
                                                <Tool
 
8996
                                                        Name="VCCLCompilerTool"
 
8997
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
8998
                                                        ObjectFile="$(IntDir)\printf\"
 
8999
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9000
                                                        XMLDocumentationFileName=""
 
9001
                                                />
 
9002
                                        </FileConfiguration>
 
9003
                                        <FileConfiguration
 
9004
                                                Name="Release|Win32"
 
9005
                                                >
 
9006
                                                <Tool
 
9007
                                                        Name="VCCLCompilerTool"
 
9008
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9009
                                                        ObjectFile="$(IntDir)\printf\"
 
9010
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9011
                                                        XMLDocumentationFileName=""
 
9012
                                                />
 
9013
                                        </FileConfiguration>
 
9014
                                </File>
 
9015
                                <File
 
9016
                                        RelativePath="..\..\printf\sprintf.c"
 
9017
                                        >
 
9018
                                        <FileConfiguration
 
9019
                                                Name="Debug|Win32"
 
9020
                                                >
 
9021
                                                <Tool
 
9022
                                                        Name="VCCLCompilerTool"
 
9023
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9024
                                                        ObjectFile="$(IntDir)\printf\"
 
9025
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9026
                                                        XMLDocumentationFileName=""
 
9027
                                                />
 
9028
                                        </FileConfiguration>
 
9029
                                        <FileConfiguration
 
9030
                                                Name="Release|Win32"
 
9031
                                                >
 
9032
                                                <Tool
 
9033
                                                        Name="VCCLCompilerTool"
 
9034
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9035
                                                        ObjectFile="$(IntDir)\printf\"
 
9036
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9037
                                                        XMLDocumentationFileName=""
 
9038
                                                />
 
9039
                                        </FileConfiguration>
 
9040
                                </File>
 
9041
                                <File
 
9042
                                        RelativePath="..\..\printf\sprintffuns.c"
 
9043
                                        >
 
9044
                                        <FileConfiguration
 
9045
                                                Name="Debug|Win32"
 
9046
                                                >
 
9047
                                                <Tool
 
9048
                                                        Name="VCCLCompilerTool"
 
9049
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9050
                                                        ObjectFile="$(IntDir)\printf\"
 
9051
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9052
                                                        XMLDocumentationFileName=""
 
9053
                                                />
 
9054
                                        </FileConfiguration>
 
9055
                                        <FileConfiguration
 
9056
                                                Name="Release|Win32"
 
9057
                                                >
 
9058
                                                <Tool
 
9059
                                                        Name="VCCLCompilerTool"
 
9060
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9061
                                                        ObjectFile="$(IntDir)\printf\"
 
9062
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9063
                                                        XMLDocumentationFileName=""
 
9064
                                                />
 
9065
                                        </FileConfiguration>
 
9066
                                </File>
 
9067
                                <File
 
9068
                                        RelativePath="..\..\printf\vasprintf.c"
 
9069
                                        >
 
9070
                                        <FileConfiguration
 
9071
                                                Name="Debug|Win32"
 
9072
                                                >
 
9073
                                                <Tool
 
9074
                                                        Name="VCCLCompilerTool"
 
9075
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9076
                                                        ObjectFile="$(IntDir)\printf\"
 
9077
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9078
                                                        XMLDocumentationFileName=""
 
9079
                                                />
 
9080
                                        </FileConfiguration>
 
9081
                                        <FileConfiguration
 
9082
                                                Name="Release|Win32"
 
9083
                                                >
 
9084
                                                <Tool
 
9085
                                                        Name="VCCLCompilerTool"
 
9086
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9087
                                                        ObjectFile="$(IntDir)\printf\"
 
9088
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9089
                                                        XMLDocumentationFileName=""
 
9090
                                                />
 
9091
                                        </FileConfiguration>
 
9092
                                </File>
 
9093
                                <File
 
9094
                                        RelativePath="..\..\printf\vfprintf.c"
 
9095
                                        >
 
9096
                                        <FileConfiguration
 
9097
                                                Name="Debug|Win32"
 
9098
                                                >
 
9099
                                                <Tool
 
9100
                                                        Name="VCCLCompilerTool"
 
9101
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9102
                                                        ObjectFile="$(IntDir)\printf\"
 
9103
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9104
                                                        XMLDocumentationFileName=""
 
9105
                                                />
 
9106
                                        </FileConfiguration>
 
9107
                                        <FileConfiguration
 
9108
                                                Name="Release|Win32"
 
9109
                                                >
 
9110
                                                <Tool
 
9111
                                                        Name="VCCLCompilerTool"
 
9112
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9113
                                                        ObjectFile="$(IntDir)\printf\"
 
9114
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9115
                                                        XMLDocumentationFileName=""
 
9116
                                                />
 
9117
                                        </FileConfiguration>
 
9118
                                </File>
 
9119
                                <File
 
9120
                                        RelativePath="..\..\printf\vprintf.c"
 
9121
                                        >
 
9122
                                        <FileConfiguration
 
9123
                                                Name="Debug|Win32"
 
9124
                                                >
 
9125
                                                <Tool
 
9126
                                                        Name="VCCLCompilerTool"
 
9127
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9128
                                                        ObjectFile="$(IntDir)\printf\"
 
9129
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9130
                                                        XMLDocumentationFileName=""
 
9131
                                                />
 
9132
                                        </FileConfiguration>
 
9133
                                        <FileConfiguration
 
9134
                                                Name="Release|Win32"
 
9135
                                                >
 
9136
                                                <Tool
 
9137
                                                        Name="VCCLCompilerTool"
 
9138
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9139
                                                        ObjectFile="$(IntDir)\printf\"
 
9140
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9141
                                                        XMLDocumentationFileName=""
 
9142
                                                />
 
9143
                                        </FileConfiguration>
 
9144
                                </File>
 
9145
                                <File
 
9146
                                        RelativePath="..\..\printf\vsnprintf.c"
 
9147
                                        >
 
9148
                                        <FileConfiguration
 
9149
                                                Name="Debug|Win32"
 
9150
                                                >
 
9151
                                                <Tool
 
9152
                                                        Name="VCCLCompilerTool"
 
9153
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9154
                                                        ObjectFile="$(IntDir)\printf\"
 
9155
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9156
                                                        XMLDocumentationFileName=""
 
9157
                                                />
 
9158
                                        </FileConfiguration>
 
9159
                                        <FileConfiguration
 
9160
                                                Name="Release|Win32"
 
9161
                                                >
 
9162
                                                <Tool
 
9163
                                                        Name="VCCLCompilerTool"
 
9164
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9165
                                                        ObjectFile="$(IntDir)\printf\"
 
9166
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9167
                                                        XMLDocumentationFileName=""
 
9168
                                                />
 
9169
                                        </FileConfiguration>
 
9170
                                </File>
 
9171
                                <File
 
9172
                                        RelativePath="..\..\printf\vsprintf.c"
 
9173
                                        >
 
9174
                                        <FileConfiguration
 
9175
                                                Name="Debug|Win32"
 
9176
                                                >
 
9177
                                                <Tool
 
9178
                                                        Name="VCCLCompilerTool"
 
9179
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9180
                                                        ObjectFile="$(IntDir)\printf\"
 
9181
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9182
                                                        XMLDocumentationFileName=""
 
9183
                                                />
 
9184
                                        </FileConfiguration>
 
9185
                                        <FileConfiguration
 
9186
                                                Name="Release|Win32"
 
9187
                                                >
 
9188
                                                <Tool
 
9189
                                                        Name="VCCLCompilerTool"
 
9190
                                                        AssemblerListingLocation="$(IntDir)\printf\"
 
9191
                                                        ObjectFile="$(IntDir)\printf\"
 
9192
                                                        ProgramDataBaseFileName="$(IntDir)\printf\"
 
9193
                                                        XMLDocumentationFileName=""
 
9194
                                                />
 
9195
                                        </FileConfiguration>
 
9196
                                </File>
 
9197
                        </Filter>
 
9198
                </Filter>
 
9199
                <Filter
 
9200
                        Name="Header Files"
 
9201
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
9202
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
9203
                        >
 
9204
                        <File
 
9205
                                RelativePath="..\..\config.h"
 
9206
                                >
 
9207
                        </File>
 
9208
                        <File
 
9209
                                RelativePath="..\..\gmp-impl.h"
 
9210
                                >
 
9211
                        </File>
 
9212
                        <File
 
9213
                                RelativePath="..\gmp.h"
 
9214
                                >
 
9215
                        </File>
 
9216
                        <File
 
9217
                                RelativePath="..\..\gmpxx.h"
 
9218
                                >
 
9219
                        </File>
 
9220
                        <File
 
9221
                                RelativePath="..\..\longlong.h"
 
9222
                                >
 
9223
                        </File>
 
9224
                        <File
 
9225
                                RelativePath="..\..\randmt.h"
 
9226
                                >
 
9227
                        </File>
 
9228
                </Filter>
 
9229
                <File
 
9230
                        RelativePath="..\config-vc8.p3"
 
9231
                        >
 
9232
                </File>
 
9233
        </Files>
 
9234
        <Globals>
 
9235
        </Globals>
 
9236
</VisualStudioProject>