cgal/Maintenance/Third_party/GMP/mpfr-2.3.2.patch

2492 lines
102 KiB
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/dll_mpfr/dll_mpfr.vcproj Gladman/mpfr-2.3.2/build.vc9/dll_mpfr/dll_mpfr.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/dll_mpfr/dll_mpfr.vcproj 2008-09-04 08:05:26.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/dll_mpfr/dll_mpfr.vcproj 2008-11-25 14:26:56.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="dll_mpfr"
ProjectGUID="{8A1EB575-B721-4891-B5BD-17CC45D0103C}"
RootNamespace="dll_mpfr"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -69,14 +68,12 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="..\..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp.lib"
- OutputFile="$(OutDir)\mpfr.dll"
+ AdditionalDependencies="..\..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp-vc80-mt-gd.lib"
+ OutputFile="$(OutDir)\mpfr-vc80-mt-gd.dll"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"
ResourceOnlyDLL="true"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -98,8 +95,11 @@
Name="VCAppVerifierTool"
/>
<Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
- CommandLine="if not exist &quot;..\dll\$(OutDir)\&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;..\..\mpfr.h&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).exp&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).lib&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).pdb&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).h&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;if not exist &quot;..\mpfr-tests\$(OutDir)\&quot; md &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(SolutionDir)..\..\$(GmpDir)\build.vc8\dll\$(OutDir)\gmp.dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;echo $(ProjectDir)+$(OutDir)+$(TargetName)+$(TargetExt)+ &gt; ..\last_build.txt&#x0D;&#x0A;"
+ CommandLine="if not exist &quot;..\dll\$(OutDir)\&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;..\..\mpfr.h&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).exp&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).lib&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).pdb&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).h&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;if not exist &quot;..\mpfr-tests\$(OutDir)\&quot; md &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(SolutionDir)..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp-vc80-mt-gd.dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;echo $(ProjectDir)+$(OutDir)+$(TargetName)+$(TargetExt)+ &gt; ..\last_build.txt&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
@@ -153,12 +153,10 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="..\..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp.lib"
- OutputFile="$(OutDir)\mpfr.dll"
+ AdditionalDependencies="..\..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp-vc80-mt-gd.lib"
+ OutputFile="$(OutDir)\mpfr-vc80-mt-gd.dll"
LinkIncremental="2"
GenerateDebugInformation="true"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -180,8 +178,11 @@
Name="VCAppVerifierTool"
/>
<Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
- CommandLine="if not exist &quot;..\dll\$(OutDir)\&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;..\..\mpfr.h&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).exp&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).lib&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).pdb&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).h&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;if not exist &quot;..\mpfr-tests\$(OutDir)\&quot; md &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(SolutionDir)..\..\$(GmpDir)\build.vc8\dll\$(OutDir)\gmp.dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;echo $(ProjectDir)+$(OutDir)+$(TargetName)+$(TargetExt)+ &gt; ..\last_build.txt&#x0D;&#x0A;"
+ CommandLine="if not exist &quot;..\dll\$(OutDir)\&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;..\..\mpfr.h&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).exp&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).lib&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).pdb&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).h&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;if not exist &quot;..\mpfr-tests\$(OutDir)\&quot; md &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(SolutionDir)..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp-vc80-mt-gd.dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;echo $(ProjectDir)+$(OutDir)+$(TargetName)+$(TargetExt)+ &gt; ..\last_build.txt&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
@@ -234,15 +235,13 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="..\..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp.lib"
- OutputFile="$(OutDir)\mpfr.dll"
+ AdditionalDependencies="..\..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp-vc80-mt.lib"
+ OutputFile="$(OutDir)\mpfr-vc80-mt.dll"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -264,8 +263,11 @@
Name="VCAppVerifierTool"
/>
<Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
- CommandLine="if not exist &quot;..\dll\$(OutDir)\&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;..\..\mpfr.h&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).exp&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).lib&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).pdb&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).h&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;if not exist &quot;..\mpfr-tests\$(OutDir)\&quot; md &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(SolutionDir)..\..\$(GmpDir)\build.vc8\dll\$(OutDir)\gmp.dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;echo $(ProjectDir)+$(OutDir)+$(TargetName)+$(TargetExt)+ &gt; ..\last_build.txt&#x0D;&#x0A;"
+ CommandLine="if not exist &quot;..\dll\$(OutDir)\&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;..\..\mpfr.h&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).exp&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).lib&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).pdb&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).h&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;if not exist &quot;..\mpfr-tests\$(OutDir)\&quot; md &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(SolutionDir)..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp-vc80-mt.dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;echo $(ProjectDir)+$(OutDir)+$(TargetName)+$(TargetExt)+ &gt; ..\last_build.txt&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
@@ -320,14 +322,12 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="..\..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp.lib"
- OutputFile="$(OutDir)\mpfr.dll"
+ AdditionalDependencies="..\..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp-vc80-mt.lib"
+ OutputFile="$(OutDir)\mpfr-vc80-mt.dll"
LinkIncremental="1"
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -349,8 +349,11 @@
Name="VCAppVerifierTool"
/>
<Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
- CommandLine="if not exist &quot;..\dll\$(OutDir)\&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;..\..\mpfr.h&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).exp&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).lib&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).pdb&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).h&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;if not exist &quot;..\mpfr-tests\$(OutDir)\&quot; md &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(SolutionDir)..\..\$(GmpDir)\build.vc8\dll\$(OutDir)\gmp.dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;echo $(ProjectDir)+$(OutDir)+$(TargetName)+$(TargetExt)+ &gt; ..\last_build.txt&#x0D;&#x0A;"
+ CommandLine="if not exist &quot;..\dll\$(OutDir)\&quot; md &quot;..\dll\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;..\..\mpfr.h&quot; &quot;$(TargetDir)&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).exp&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).lib&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).pdb&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).h&quot; ..\dll\$(OutDir)\&#x0D;&#x0A;if not exist &quot;..\mpfr-tests\$(OutDir)\&quot; md &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(TargetDir)$(TargetName).dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;call ..\out_copy &quot;$(SolutionDir)..\..\$(GmpDir)\build.vc9\dll\$(OutDir)\gmp-vc80-mt.dll&quot; &quot;..\mpfr-tests\$(OutDir)\&quot;&#x0D;&#x0A;echo $(ProjectDir)+$(OutDir)+$(TargetName)+$(TargetExt)+ &gt; ..\last_build.txt&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>
Only in Gladman/mpfr-2.3.2/build.vc9/dll_mpfr: dll_mpfr.vcproj~
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/lib_mpfr/lib_mpfr.vcproj Gladman/mpfr-2.3.2/build.vc9/lib_mpfr/lib_mpfr.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/lib_mpfr/lib_mpfr.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/lib_mpfr/lib_mpfr.vcproj 2008-11-25 12:05:00.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="lib_mpfr"
ProjectGUID="{96DA1C71-3895-49FA-A4F1-2775C650AF3D}"
RootNamespace="lib_mpfr"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -68,7 +67,7 @@
/>
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)\mpfr.lib"
+ OutputFile="$(OutDir)\mpfr-vc80-mt-sgd.lib"
/>
<Tool
Name="VCALinkTool"
@@ -206,7 +205,7 @@
/>
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)\mpfr.lib"
+ OutputFile="$(OutDir)\mpfr-vc80-mt-s.lib"
/>
<Tool
Name="VCALinkTool"
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr.sln Gladman/mpfr-2.3.2/build.vc9/mpfr.sln
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr.sln 2008-04-20 08:52:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr.sln 2008-11-25 12:06:09.000000000 +0100
@@ -1,6 +1,6 @@

-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dll_mpfr", "dll_mpfr\dll_mpfr.vcproj", "{8A1EB575-B721-4891-B5BD-17CC45D0103C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib_mpfr", "lib_mpfr\lib_mpfr.vcproj", "{96DA1C71-3895-49FA-A4F1-2775C650AF3D}"
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/lib-tests.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/lib-tests.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/lib-tests.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/lib-tests.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="lib-tests"
ProjectGUID="{D40DAE6F-7CDB-4845-AE8C-BE9A9E7E6E0F}"
RootNamespace="libtests"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/mpf_compat.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/mpf_compat.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/mpf_compat.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/mpf_compat.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="mpf_compat"
ProjectGUID="{92BCDA65-6B9B-4447-AA93-C47B460194AD}"
RootNamespace="mpf_compat"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/mpfr_compat.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/mpfr_compat.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/mpfr_compat.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/mpfr_compat.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="mpfr_compat"
ProjectGUID="{DA42D428-8779-45CA-825A-BE7BE71336EC}"
RootNamespace="mpfr_compat"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/reuse.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/reuse.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/reuse.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/reuse.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="reuse"
ProjectGUID="{09BDA649-C94B-47FA-83AF-5DB9A6AA8983}"
RootNamespace="reuse"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tabs.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tabs.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tabs.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tabs.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tabs"
ProjectGUID="{09681D3D-E6F5-4B5E-8CC8-B65E6A63D43B}"
RootNamespace="tabs"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tacosh.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tacosh.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tacosh.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tacosh.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tacosh"
ProjectGUID="{366F59FE-A9B7-426E-9199-99BBAAA548FE}"
RootNamespace="tacosh"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tacos.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tacos.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tacos.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tacos.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tacos"
ProjectGUID="{017724C7-107D-4E09-AB81-635C22A1B4DF}"
RootNamespace="tacos"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tadd1sp.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tadd1sp.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tadd1sp.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tadd1sp.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tadd1sp"
ProjectGUID="{8E87763F-3C5F-4902-9328-3872F425447C}"
RootNamespace="tadd1sp"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tadd_ui.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tadd_ui.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tadd_ui.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tadd_ui.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tadd_ui"
ProjectGUID="{A541016C-6F8A-4314-86D4-AC95878294DD}"
RootNamespace="tadd_ui"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tadd.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tadd.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tadd.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tadd.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tadd"
ProjectGUID="{FA416777-D0A2-4636-A7E1-35708380538C}"
RootNamespace="tadd"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tagm.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tagm.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tagm.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tagm.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tagm"
ProjectGUID="{1D0FB421-6CEF-4C99-9778-587EE917CDD9}"
RootNamespace="tagm"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tasinh.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tasinh.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tasinh.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tasinh.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tasinh"
ProjectGUID="{FEC1769E-F942-4564-892C-CF5A68967153}"
RootNamespace="tasinh"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tasin.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tasin.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tasin.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tasin.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tasin"
ProjectGUID="{EAE91382-3BDE-45F9-B784-47228C572B3F}"
RootNamespace="tasin"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tatanh.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tatanh.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tatanh.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tatanh.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tatanh"
ProjectGUID="{FE6341F9-E211-45EA-92B4-D5784A53447B}"
RootNamespace="tatanh"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tatan.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tatan.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tatan.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tatan.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tatan"
ProjectGUID="{034672AB-E2D5-4CB9-9A27-77E5B9037B5E}"
RootNamespace="tatan"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcan_round.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcan_round.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcan_round.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcan_round.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcan_round"
ProjectGUID="{D75E6142-D7D7-4F85-9D58-77BCD6B64F99}"
RootNamespace="tcan_round"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcbrt.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcbrt.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcbrt.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcbrt.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcbrt"
ProjectGUID="{F49E86B3-8F94-4CDE-95A3-B1D895A3D86F}"
RootNamespace="tcbrt"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcheck.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcheck.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcheck.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcheck.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcheck"
ProjectGUID="{5496E6C5-E041-4FE5-9414-4A0121212452}"
RootNamespace="tcheck"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp2.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp2.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp2.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp2.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcmp2"
ProjectGUID="{4501C9A9-EF51-43A8-A017-620B86BE4B14}"
RootNamespace="tcmp2"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmpabs.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmpabs.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmpabs.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmpabs.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcmpabs"
ProjectGUID="{56A453CE-2E66-4378-94C1-E5AA27B8941F}"
RootNamespace="tcmpabs"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_d.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_d.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_d.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_d.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcmp_d"
ProjectGUID="{B35E3F13-8512-4DF1-8B85-22F1A041F1E7}"
RootNamespace="tcmp_d"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_ld.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_ld.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_ld.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_ld.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcmp_ld"
ProjectGUID="{E8C21063-72AF-49EA-A1BD-D9B7A42D3FB9}"
RootNamespace="tcmp_ld"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_ui.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_ui.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_ui.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp_ui.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcmp_ui"
ProjectGUID="{3FB4F222-0CBD-4D15-B967-A2582254C31C}"
RootNamespace="tcmp_ui"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcmp.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcmp"
ProjectGUID="{5E26BF9C-6CBE-4A13-B5DF-229C738CE813}"
RootNamespace="tcmp"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcomparisons.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcomparisons.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcomparisons.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcomparisons.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcomparisons"
ProjectGUID="{5E12295C-00AA-4078-8F39-BB563E650D86}"
RootNamespace="tcomparisons"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_catalan.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_catalan.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_catalan.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_catalan.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tconst_catalan"
ProjectGUID="{E580BC14-0DC6-4D4E-B0EC-E0124812886F}"
RootNamespace="tconst_catalan"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_euler.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_euler.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_euler.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_euler.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tconst_euler"
ProjectGUID="{194DD0B4-DE77-4697-B629-D6FF7DDCA65D}"
RootNamespace="tconst_euler"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_log2.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_log2.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_log2.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_log2.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tconst_log2"
ProjectGUID="{677A8D67-7853-47E6-AE8B-5F8B40129DF3}"
RootNamespace="tconst_log2"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_pi.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_pi.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_pi.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tconst_pi.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tconst_pi"
ProjectGUID="{A203C619-D9AC-4E6A-A96B-A8C2480ABA2B}"
RootNamespace="tconst_pi"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcopysign.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcopysign.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcopysign.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcopysign.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcopysign"
ProjectGUID="{14963081-DA64-4F44-9F58-612E8C71E9F0}"
RootNamespace="tcopysign"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcosh.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcosh.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcosh.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcosh.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcosh"
ProjectGUID="{937CA6A8-068B-4E11-A6C7-DBE3783600C4}"
RootNamespace="tcosh"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcos.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcos.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcos.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcos.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcos"
ProjectGUID="{8B188707-F923-4055-B92B-0E8D909460A9}"
RootNamespace="tcos"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcoth.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcoth.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcoth.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcoth.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcoth"
ProjectGUID="{8E9FE9AB-FDF6-412C-997E-1926F45BDD85}"
RootNamespace="tcoth"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcot.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcot.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcot.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcot.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcot"
ProjectGUID="{75CB1254-66B7-40B0-83E1-146C82043392}"
RootNamespace="tcot"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcsch.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcsch.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcsch.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcsch.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcsch"
ProjectGUID="{C47034AB-1F38-43EC-9EE5-FF8D51F5C39B}"
RootNamespace="tcsch"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcsc.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcsc.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tcsc.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tcsc.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tcsc"
ProjectGUID="{502DB345-C8D1-4555-87B2-39E890E9EA4E}"
RootNamespace="tcsc"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tdim.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tdim.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tdim.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tdim.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tdim"
ProjectGUID="{BF983093-3FD9-457F-8DE1-1F50B92536C4}"
RootNamespace="tdim"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tdiv_ui.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tdiv_ui.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tdiv_ui.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tdiv_ui.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tdiv_ui"
ProjectGUID="{5CE429F3-E82C-42A8-A235-EDA309B34A47}"
RootNamespace="tdiv_ui"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tdiv.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tdiv.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tdiv.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tdiv.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tdiv"
ProjectGUID="{8772B3A3-F33A-4174-8006-C72DC40DE189}"
RootNamespace="tdiv"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/teint.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/teint.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/teint.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/teint.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="teint"
ProjectGUID="{3C4EEB75-4F9C-4016-AC37-21EF5BC87C67}"
RootNamespace="teint"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/teq.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/teq.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/teq.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/teq.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="teq"
ProjectGUID="{7C43699D-0EC4-4776-8901-F78D84CC464F}"
RootNamespace="teq"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/terf.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/terf.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/terf.vcproj 2008-09-02 18:54:06.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/terf.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="terf"
ProjectGUID="{1AC592D5-4F5B-4224-B36F-F43914891A54}"
RootNamespace="terf"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texceptions.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texceptions.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texceptions.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texceptions.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="texceptions"
ProjectGUID="{555FE755-B744-4C13-9A7D-0F9D8FDEC132}"
RootNamespace="texceptions"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texp10.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texp10.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texp10.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texp10.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="texp10"
ProjectGUID="{B5534C9D-9886-44DE-920B-29F0F1C9DD28}"
RootNamespace="texp10"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texp2.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texp2.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texp2.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texp2.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="texp2"
ProjectGUID="{800B208B-50A2-48B7-BA68-DC1CC6F42D8C}"
RootNamespace="texp2"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texpm1.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texpm1.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texpm1.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texpm1.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="texpm1"
ProjectGUID="{5D159FE5-DE77-4EDF-974E-D4FF448BD717}"
RootNamespace="texpm1"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texp.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texp.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/texp.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/texp.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="texp"
ProjectGUID="{6707C818-9BC2-4E4D-85DB-374C8CAA491E}"
RootNamespace="texp"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfactorial.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfactorial.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfactorial.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfactorial.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tfactorial"
ProjectGUID="{211B1F3D-33CA-4DB0-883A-203CF6402EFA}"
RootNamespace="tfactorial"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfits.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfits.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfits.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfits.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tfits"
ProjectGUID="{A84C7B38-C92A-4A05-9588-4D1FB71B1BE0}"
RootNamespace="tfits"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfma.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfma.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfma.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfma.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tfma"
ProjectGUID="{F5819E2D-1A7F-460E-B220-328A83A8FD2C}"
RootNamespace="tfma"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfms.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfms.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfms.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfms.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tfms"
ProjectGUID="{35798C92-CC45-4AC5-A33E-8D82F7CF847E}"
RootNamespace="tfms"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfrac.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfrac.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tfrac.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tfrac.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tfrac"
ProjectGUID="{28734BFB-4C00-455D-96A7-2CA6C0D598E1}"
RootNamespace="tfrac"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tgamma.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tgamma.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tgamma.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tgamma.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tgamma"
ProjectGUID="{1738FE1E-34B4-4657-AE5A-94CA8A31A6E9}"
RootNamespace="tgamma"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_d_2exp.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_d_2exp.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_d_2exp.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_d_2exp.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tget_d_2exp"
ProjectGUID="{40607BCA-7DC6-400F-BC4C-96A9AB208475}"
RootNamespace="tget_d_2exp"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_d.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_d.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_d.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_d.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tget_d"
ProjectGUID="{A6116D1B-1A43-4F56-AF6B-DF79D7A28317}"
RootNamespace="tget_d"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_f.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_f.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_f.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_f.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tget_f"
ProjectGUID="{B59EE041-28C6-4919-80F9-52249A799B7B}"
RootNamespace="tget_f"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_ld_2exp.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_ld_2exp.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_ld_2exp.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_ld_2exp.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tget_ld_2exp"
ProjectGUID="{0CAA738A-C56B-4F54-A8A3-B27C7220FC75}"
RootNamespace="tget_ld_2exp"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_set_d64.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_set_d64.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_set_d64.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_set_d64.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tget_set_d64"
ProjectGUID="{950ACA47-2721-4D2E-8F19-C48759F1E492}"
RootNamespace="tget_set_d64"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_sj.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_sj.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_sj.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_sj.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tget_sj"
ProjectGUID="{4C225734-B4C0-4D1D-94F6-2CC48144F12D}"
RootNamespace="tget_sj"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_str.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_str.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_str.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_str.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tget_str"
ProjectGUID="{487DF829-9D13-4C6F-AA24-2C8A4115B657}"
RootNamespace="tget_str"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_z.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_z.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tget_z.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tget_z.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tget_z"
ProjectGUID="{DD8664D4-902B-493B-BAFA-E559100A2755}"
RootNamespace="tget_z"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tgmpop.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tgmpop.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tgmpop.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tgmpop.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tgmpop"
ProjectGUID="{475193E3-1120-4D13-A9C1-C6B99558E44A}"
RootNamespace="tgmpop"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/thyperbolic.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/thyperbolic.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/thyperbolic.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/thyperbolic.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="thyperbolic"
ProjectGUID="{59759753-CAC1-4D61-9B98-E1DEDD2C3E69}"
RootNamespace="thyperbolic"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/thypot.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/thypot.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/thypot.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/thypot.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="thypot"
ProjectGUID="{4746E6DB-D6FB-4DDC-8B49-7F184231C15A}"
RootNamespace="thypot"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tinits.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tinits.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tinits.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tinits.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tinits"
ProjectGUID="{1F0FA3CB-10DD-4EEF-911D-D3D904B4EF4A}"
RootNamespace="tinits"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tinp_str.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tinp_str.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tinp_str.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tinp_str.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tinp_str"
ProjectGUID="{DE3219F6-E665-4A8E-A990-8BB9A929CCB7}"
RootNamespace="tinp_str"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tinternals.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tinternals.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tinternals.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tinternals.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tinternals"
ProjectGUID="{E625B0EF-8AC1-489C-9E6B-EE249A507FC7}"
RootNamespace="tinternals"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tisnan.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tisnan.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tisnan.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tisnan.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tisnan"
ProjectGUID="{0188609D-EB9A-4B25-88C6-EB952B4E39E7}"
RootNamespace="tisnan"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tisqrt.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tisqrt.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tisqrt.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tisqrt.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tisqrt"
ProjectGUID="{90B4302C-0A10-4987-A4DF-3F578D49CED2}"
RootNamespace="tisqrt"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tj0.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tj0.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tj0.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tj0.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tj0"
ProjectGUID="{13D31BD0-B598-4468-9AA2-5C5363DDB648}"
RootNamespace="tj0"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tj1.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tj1.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tj1.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tj1.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tj1"
ProjectGUID="{85668C77-928A-49FB-9844-0E975140E32F}"
RootNamespace="tj1"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tjn.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tjn.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tjn.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tjn.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tjn"
ProjectGUID="{5D6BF8AC-E329-473C-8E66-020458740EC2}"
RootNamespace="tjn"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tl2b.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tl2b.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tl2b.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tl2b.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tl2b"
ProjectGUID="{30690FC7-2E6D-493E-88D6-BF963BE8A8A2}"
RootNamespace="tl2b"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlgamma.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlgamma.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlgamma.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlgamma.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tlgamma"
ProjectGUID="{BC4DC963-603B-4969-8141-ECAEFECD8D87}"
RootNamespace="tlgamma"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlngamma.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlngamma.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlngamma.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlngamma.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tlngamma"
ProjectGUID="{8502DF4F-A2FB-4033-AAA2-F4C707EB4AB3}"
RootNamespace="tlngamma"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlog10.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlog10.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlog10.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlog10.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tlog10"
ProjectGUID="{1E7722BB-1F2F-475A-8F12-36A6A4DB68C3}"
RootNamespace="tlog10"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlog1p.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlog1p.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlog1p.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlog1p.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tlog1p"
ProjectGUID="{0E5EF163-AC52-4CD9-B680-F90DAE280DCE}"
RootNamespace="tlog1p"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlog2.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlog2.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlog2.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlog2.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tlog2"
ProjectGUID="{15B97F60-510B-41E2-9B4F-80ED90497763}"
RootNamespace="tlog2"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlog.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlog.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tlog.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tlog.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tlog"
ProjectGUID="{B2446452-DF81-48E3-8244-88A76549EE47}"
RootNamespace="tlog"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tminmax.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tminmax.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tminmax.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tminmax.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tminmax"
ProjectGUID="{B095FDE3-CFD2-4612-8D99-202C275A2B76}"
RootNamespace="tminmax"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tmul_2exp.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tmul_2exp.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tmul_2exp.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tmul_2exp.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tmul_2exp"
ProjectGUID="{896E9492-0D80-4372-B385-1E5ACB805604}"
RootNamespace="tmul_2exp"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tmul_ui.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tmul_ui.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tmul_ui.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tmul_ui.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tmul_ui"
ProjectGUID="{0414F249-0D60-46C7-B70E-16FD9D25C8D7}"
RootNamespace="tmul_ui"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tmul.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tmul.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tmul.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tmul.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tmul"
ProjectGUID="{8FA19AAE-38EF-42F9-BDD0-B77F08833068}"
RootNamespace="tmul"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tnext.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tnext.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tnext.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tnext.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tnext"
ProjectGUID="{2DE033B4-1CD2-44C0-A824-09AFCE213C42}"
RootNamespace="tnext"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/toutimpl.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/toutimpl.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/toutimpl.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/toutimpl.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="toutimpl"
ProjectGUID="{D52FB1F4-FFF9-4546-B691-3EBEEB982E5D}"
RootNamespace="toutimpl"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tout_str.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tout_str.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tout_str.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tout_str.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tout_str"
ProjectGUID="{95B42F70-8AB5-4CC6-8C7D-A466F78CE119}"
RootNamespace="tout_str"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tpow3.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tpow3.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tpow3.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tpow3.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tpow3"
ProjectGUID="{B49D5853-266E-4C8C-A05E-DEA26051D0F4}"
RootNamespace="tpow3"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tpow_all.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tpow_all.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tpow_all.vcproj 2008-09-04 14:59:30.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tpow_all.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tpow_all"
ProjectGUID="{9FE67414-4051-4208-B4BB-B114EABE139A}"
RootNamespace="tpow_all"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tpow.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tpow.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tpow.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tpow.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tpow"
ProjectGUID="{F6B45CEC-339B-4153-A8A3-696EEF12C058}"
RootNamespace="tpow"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tpow_z.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tpow_z.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tpow_z.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tpow_z.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tpow_z"
ProjectGUID="{86A79561-EC9B-451D-A535-4066F0F0E722}"
RootNamespace="tpow_z"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/trandom.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/trandom.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/trandom.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/trandom.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="trandom"
ProjectGUID="{F5A61A1F-C1C6-490B-90F6-28002FA0650E}"
RootNamespace="trandom"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tremquo.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tremquo.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tremquo.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tremquo.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tremquo"
ProjectGUID="{0837655D-CF8A-4625-B9A2-C49E2B7FDC0C}"
RootNamespace="tremquo"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/trint.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/trint.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/trint.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/trint.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="trint"
ProjectGUID="{E03D617B-BDA4-4EC8-A935-0D926E22E364}"
RootNamespace="trint"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/troot.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/troot.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/troot.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/troot.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="troot"
ProjectGUID="{5633803A-9A09-4087-84B0-0C63D425F72C}"
RootNamespace="troot"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tround_prec.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tround_prec.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tround_prec.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tround_prec.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tround_prec"
ProjectGUID="{E9913412-81C2-4AC2-9FCA-812E785081DD}"
RootNamespace="tround_prec"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsech.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsech.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsech.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsech.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsech"
ProjectGUID="{25413149-E392-470D-9B40-4FA285C71094}"
RootNamespace="tsech"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsec.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsec.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsec.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsec.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsec"
ProjectGUID="{BC1CE36E-B05B-41BB-8432-213DAF1568EA}"
RootNamespace="tsec"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_d.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_d.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_d.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_d.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset_d"
ProjectGUID="{004E35BF-4455-42C5-94DA-468597F76156}"
RootNamespace="tset_d"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_exp.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_exp.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_exp.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_exp.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset_exp"
ProjectGUID="{E4F400E9-A717-4D73-ACBB-29399DA25E7F}"
RootNamespace="tset_exp"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_f.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_f.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_f.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_f.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset_f"
ProjectGUID="{6114120D-110E-4C81-A7F0-63EC013C56D6}"
RootNamespace="tset_f"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_ld.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_ld.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_ld.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_ld.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset_ld"
ProjectGUID="{165E9831-B8EF-4857-ACA4-261677950214}"
RootNamespace="tset_ld"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_q.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_q.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_q.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_q.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset_q"
ProjectGUID="{E3C009AF-69B7-4732-8509-DD72DBA757B1}"
RootNamespace="tset_q"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_si.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_si.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_si.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_si.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset_si"
ProjectGUID="{32C0D774-5C56-46A3-B14A-625691E3B626}"
RootNamespace="tset_si"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_sj.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_sj.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_sj.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_sj.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset_sj"
ProjectGUID="{4C3B7646-88AC-4915-A92D-7C4096EDAE24}"
RootNamespace="tset_sj"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_str.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_str.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_str.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_str.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset_str"
ProjectGUID="{7905E464-EAC1-4DA4-962C-D20DAC6F3327}"
RootNamespace="tset_str"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset"
ProjectGUID="{D8143866-9AEF-4820-B712-89FF16876ABD}"
RootNamespace="tset"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_z.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_z.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tset_z.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tset_z.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tset_z"
ProjectGUID="{123FA41A-5844-4ED0-821C-D465530818F9}"
RootNamespace="tset_z"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsgn.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsgn.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsgn.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsgn.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsgn"
ProjectGUID="{A104B1FB-A0E0-4AA0-ABCC-D473054BB979}"
RootNamespace="tsgn"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsin_cos.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsin_cos.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsin_cos.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsin_cos.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsin_cos"
ProjectGUID="{92B49C5E-5F18-445C-B290-92AB03B27A6B}"
RootNamespace="tsin_cos"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsinh.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsinh.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsinh.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsinh.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsinh"
ProjectGUID="{329EF5E3-BE7D-45EC-83CB-6F80D1D97FFB}"
RootNamespace="tsinh"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsin.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsin.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsin.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsin.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsin"
ProjectGUID="{549E1B95-D3F2-4ABE-BD3D-BDE49E75B927}"
RootNamespace="tsin"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsi_op.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsi_op.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsi_op.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsi_op.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsi_op"
ProjectGUID="{FC8A14DB-8D5B-4609-8838-675291632ADA}"
RootNamespace="tsi_op"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsqrt_ui.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsqrt_ui.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsqrt_ui.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsqrt_ui.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsqrt_ui"
ProjectGUID="{0AE4CB71-FE7F-4969-BA2F-0C6ABF131229}"
RootNamespace="tsqrt_ui"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsqrt.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsqrt.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsqrt.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsqrt.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsqrt"
ProjectGUID="{C31DD6A8-7C99-40CE-B3BE-0F411525E1C6}"
RootNamespace="tsqrt"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsqr.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsqr.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsqr.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsqr.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsqr"
ProjectGUID="{31423127-18E5-4C60-AFF9-AE36EFE1C511}"
RootNamespace="tsqr"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tstckintc.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tstckintc.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tstckintc.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tstckintc.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tstckintc"
ProjectGUID="{F89148E0-94F1-4B8A-B25E-8484558047BC}"
RootNamespace="tstckintc"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tstrtofr.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tstrtofr.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tstrtofr.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tstrtofr.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tstrtofr"
ProjectGUID="{517A628D-6961-4E71-B5EB-A85A1C1425BE}"
RootNamespace="tstrtofr"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsub1sp.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsub1sp.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsub1sp.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsub1sp.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsub1sp"
ProjectGUID="{1D0C1AC1-D607-40ED-B4A0-F013F469D10F}"
RootNamespace="tsub1sp"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsubnormal.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsubnormal.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsubnormal.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsubnormal.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsubnormal"
ProjectGUID="{02D6A1E4-E2C7-400B-9429-5E3D5D9480DA}"
RootNamespace="tsubnormal"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsub_ui.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsub_ui.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsub_ui.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsub_ui.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsub_ui"
ProjectGUID="{589879B3-C37E-4EE9-A063-6FF419DC8CD1}"
RootNamespace="tsub_ui"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsub.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsub.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsub.vcproj 2008-09-02 18:54:08.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsub.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsub"
ProjectGUID="{7D1AA370-21E1-4B03-B7AE-75B9654BBCFA}"
RootNamespace="tsub"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsum.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsum.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tsum.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tsum.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tsum"
ProjectGUID="{2A6A40B9-0D5A-4457-A77B-831BD00772A7}"
RootNamespace="tsum"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tswap.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tswap.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tswap.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tswap.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tswap"
ProjectGUID="{CAC13AAE-ABF9-47E2-8DFB-08AA506FF50A}"
RootNamespace="tswap"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ttanh.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ttanh.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ttanh.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ttanh.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="ttanh"
ProjectGUID="{7DED61E4-5229-4F03-8E52-165FE173E1A2}"
RootNamespace="ttanh"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ttan.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ttan.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ttan.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ttan.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="ttan"
ProjectGUID="{A18471D1-BEDD-464A-8581-6B128A828B07}"
RootNamespace="ttan"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ttrunc.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ttrunc.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ttrunc.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ttrunc.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="ttrunc"
ProjectGUID="{18D3EF75-6C36-46C0-B102-377B37F6C3E2}"
RootNamespace="ttrunc"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tui_div.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tui_div.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tui_div.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tui_div.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tui_div"
ProjectGUID="{EC50393D-5E56-4F43-80F5-7C816AFFBEF0}"
RootNamespace="tui_div"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tui_pow.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tui_pow.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tui_pow.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tui_pow.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tui_pow"
ProjectGUID="{FACD3CA8-671C-4A05-A7BF-B5D345F96337}"
RootNamespace="tui_pow"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tui_sub.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tui_sub.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tui_sub.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tui_sub.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tui_sub"
ProjectGUID="{E651C0A1-4574-43E9-897E-38E1A0B24F07}"
RootNamespace="tui_sub"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tversion.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tversion.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tversion.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tversion.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tversion"
ProjectGUID="{8AFFEB34-67F5-4AF5-ACBF-380FF5CDB689}"
RootNamespace="tversion"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ty0.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ty0.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ty0.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ty0.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="ty0"
ProjectGUID="{C18CA7DE-01C1-4380-B5A4-E131C891476B}"
RootNamespace="ty0"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ty1.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ty1.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/ty1.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/ty1.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="ty1"
ProjectGUID="{9847994C-E043-4E29-9263-AB7C3E961878}"
RootNamespace="ty1"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tyn.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tyn.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tyn.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tyn.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tyn"
ProjectGUID="{CF89180E-B469-4E07-A2CB-01D0329A996D}"
RootNamespace="tyn"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tzeta_ui.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tzeta_ui.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tzeta_ui.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tzeta_ui.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tzeta_ui"
ProjectGUID="{6011B9C8-463C-464E-AB74-592218D89B41}"
RootNamespace="tzeta_ui"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tzeta.vcproj Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tzeta.vcproj
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests/tzeta.vcproj 2008-09-02 18:54:10.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests/tzeta.vcproj 2008-11-25 14:54:04.000000000 +0100
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="8.00"
Name="tzeta"
ProjectGUID="{96623DCD-5CBF-4D67-8619-34FD31900908}"
RootNamespace="tzeta"
Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
diff -r -u Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests.sln Gladman/mpfr-2.3.2/build.vc9/mpfr-tests.sln
--- Gladman-orig/mpfr-2.3.2/build.vc9/mpfr-tests.sln 2008-09-14 17:35:04.000000000 +0200
+++ Gladman/mpfr-2.3.2/build.vc9/mpfr-tests.sln 2008-11-25 12:05:57.000000000 +0100
@@ -1,6 +1,6 @@

-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib-tests", "mpfr-tests\lib-tests.vcproj", "{D40DAE6F-7CDB-4845-AE8C-BE9A9E7E6E0F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpfr_compat", "mpfr-tests\mpfr_compat.vcproj", "{DA42D428-8779-45CA-825A-BE7BE71336EC}"