Revert...

Author: akirtzidis
Date: Wed May 14 05:00:15 2008
New Revision: 51101

URL: http://llvm.org/viewvc/llvm-project?rev=51101&view=rev
Log: Upgrading VC++ projects to VC++ 2008.

I really need to build with VC++ 2005.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51158 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/win32/clangAST/clangAST.vcproj b/win32/clangAST/clangAST.vcproj
index 2bbb074..1517f96 100644
--- a/win32/clangAST/clangAST.vcproj
+++ b/win32/clangAST/clangAST.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9.00"

+	Version="8.00"

 	Name="clangAST"

 	ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"

 	RootNamespace="clangAST"

diff --git a/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj
index 0c200c2..d7d4c15 100644
--- a/win32/clangAnalysis/clangAnalysis.vcproj
+++ b/win32/clangAnalysis/clangAnalysis.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9.00"

+	Version="8.00"

 	Name="clangAnalysis"

 	ProjectGUID="{6C98551A-4C36-4E74-8419-4D3EEEC9D8E0}"

 	RootNamespace="clangAnalysis"

diff --git a/win32/clangBasic/clangBasic.vcproj b/win32/clangBasic/clangBasic.vcproj
index c1f88df..e611e30 100644
--- a/win32/clangBasic/clangBasic.vcproj
+++ b/win32/clangBasic/clangBasic.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9.00"

+	Version="8.00"

 	Name="clangBasic"

 	ProjectGUID="{298B4876-6EF1-4E80-85D7-72F80693BBEB}"

 	RootNamespace="Basic"

diff --git a/win32/clangCodeGen/clangCodeGen.vcproj b/win32/clangCodeGen/clangCodeGen.vcproj
index 8ebf287..d7ca569 100644
--- a/win32/clangCodeGen/clangCodeGen.vcproj
+++ b/win32/clangCodeGen/clangCodeGen.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9.00"

+	Version="8.00"

 	Name="clangCodeGen"

 	ProjectGUID="{4CEC5897-D957-47E7-A6AE-2021D4F44A8F}"

 	RootNamespace="clangCodeGen"

diff --git a/win32/clangDriver/clangDriver.vcproj b/win32/clangDriver/clangDriver.vcproj
index 8d9e452..b0e940d 100644
--- a/win32/clangDriver/clangDriver.vcproj
+++ b/win32/clangDriver/clangDriver.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9.00"

+	Version="8.00"

 	Name="clangDriver"

 	ProjectGUID="{7E7DA455-C276-4B93-8D02-8F7E2F629BAF}"

 	RootNamespace="clangDriver"

diff --git a/win32/clangLex/clangLex.vcproj b/win32/clangLex/clangLex.vcproj
index 89e1439..c2e8d35 100644
--- a/win32/clangLex/clangLex.vcproj
+++ b/win32/clangLex/clangLex.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9.00"

+	Version="8.00"

 	Name="clangLex"

 	ProjectGUID="{030F6909-B2FA-4E53-BEA7-9A559CFC2F73}"

 	RootNamespace="clangLex"

diff --git a/win32/clangParse/clangParse.vcproj b/win32/clangParse/clangParse.vcproj
index c7fc7eb..23ce529 100644
--- a/win32/clangParse/clangParse.vcproj
+++ b/win32/clangParse/clangParse.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9.00"

+	Version="8.00"

 	Name="clangParse"

 	ProjectGUID="{05DF3074-11AF-491A-B078-83BD2EDC31F6}"

 	RootNamespace="clangParse"

diff --git a/win32/clangRewrite/clangRewrite.vcproj b/win32/clangRewrite/clangRewrite.vcproj
index 36e24c5..a1e1e9d 100644
--- a/win32/clangRewrite/clangRewrite.vcproj
+++ b/win32/clangRewrite/clangRewrite.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9.00"

+	Version="8.00"

 	Name="clangRewrite"

 	ProjectGUID="{F9FBDDA2-9EE1-473C-A456-BE20B7B2439D}"

 	RootNamespace="clangRewrite"

diff --git a/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj
index 6a111ce..2467de3 100644
--- a/win32/clangSema/clangSema.vcproj
+++ b/win32/clangSema/clangSema.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>

 <VisualStudioProject

 	ProjectType="Visual C++"

-	Version="9,00"

+	Version="8.00"

 	Name="clangSema"

 	ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}"

 	RootNamespace="clangSema"