Update VS project files.  Patch by Cedric Venet!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52625 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/win32/clangAST/clangAST.vcproj b/win32/clangAST/clangAST.vcproj
index 8b5aaaa..289aac7 100644
--- a/win32/clangAST/clangAST.vcproj
+++ b/win32/clangAST/clangAST.vcproj
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"

 			IntermediateDirectory="Debug"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			>

 			<Tool

@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"

 			IntermediateDirectory="Release"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			WholeProgramOptimization="1"

 			>

@@ -193,6 +195,10 @@
 				>

 			</File>

 			<File

+				RelativePath="..\..\lib\AST\ParentMap.cpp"

+				>

+			</File>

+			<File

 				RelativePath="..\..\lib\AST\Stmt.cpp"

 				>

 			</File>

@@ -271,6 +277,10 @@
 				>

 			</File>

 			<File

+				RelativePath="..\..\include\clang\AST\ParentMap.h"

+				>

+			</File>

+			<File

 				RelativePath="..\..\include\clang\AST\PrettyPrinter.h"

 				>

 			</File>

diff --git a/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj
index d7d4c15..f2a42a1 100644
--- a/win32/clangAnalysis/clangAnalysis.vcproj
+++ b/win32/clangAnalysis/clangAnalysis.vcproj
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"

 			IntermediateDirectory="Debug"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			>

 			<Tool

@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"

 			IntermediateDirectory="Release"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			WholeProgramOptimization="1"

 			>

diff --git a/win32/clangBasic/clangBasic.vcproj b/win32/clangBasic/clangBasic.vcproj
index e611e30..d836a66 100644
--- a/win32/clangBasic/clangBasic.vcproj
+++ b/win32/clangBasic/clangBasic.vcproj
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"

 			IntermediateDirectory="Debug"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			>

 			<Tool

@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"

 			IntermediateDirectory="Release"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			WholeProgramOptimization="1"

 			>

diff --git a/win32/clangCodeGen/clangCodeGen.vcproj b/win32/clangCodeGen/clangCodeGen.vcproj
index d7ca569..01e8f11 100644
--- a/win32/clangCodeGen/clangCodeGen.vcproj
+++ b/win32/clangCodeGen/clangCodeGen.vcproj
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"

 			IntermediateDirectory="Debug"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			>

 			<Tool

@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"

 			IntermediateDirectory="Release"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			WholeProgramOptimization="1"

 			>

diff --git a/win32/clangDriver/clangDriver.vcproj b/win32/clangDriver/clangDriver.vcproj
index b0e940d..d344641 100644
--- a/win32/clangDriver/clangDriver.vcproj
+++ b/win32/clangDriver/clangDriver.vcproj
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"

 			IntermediateDirectory="Debug"

 			ConfigurationType="1"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			ManagedExtensions="0"

 			>

@@ -101,6 +102,7 @@
 			OutputDirectory="..\Release"

 			IntermediateDirectory="Release"

 			ConfigurationType="1"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			WholeProgramOptimization="1"

 			>

diff --git a/win32/clangLex/clangLex.vcproj b/win32/clangLex/clangLex.vcproj
index c2e8d35..6e8e37e 100644
--- a/win32/clangLex/clangLex.vcproj
+++ b/win32/clangLex/clangLex.vcproj
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"

 			IntermediateDirectory="Debug"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			>

 			<Tool

@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"

 			IntermediateDirectory="Release"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			WholeProgramOptimization="1"

 			>

diff --git a/win32/clangParse/clangParse.vcproj b/win32/clangParse/clangParse.vcproj
index 23ce529..9b0ae3f 100644
--- a/win32/clangParse/clangParse.vcproj
+++ b/win32/clangParse/clangParse.vcproj
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"

 			IntermediateDirectory="Debug"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			>

 			<Tool

@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"

 			IntermediateDirectory="Release"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			WholeProgramOptimization="1"

 			>

diff --git a/win32/clangRewrite/clangRewrite.vcproj b/win32/clangRewrite/clangRewrite.vcproj
index a1e1e9d..0573c6a 100644
--- a/win32/clangRewrite/clangRewrite.vcproj
+++ b/win32/clangRewrite/clangRewrite.vcproj
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"

 			IntermediateDirectory="Debug"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			>

 			<Tool

@@ -83,6 +84,7 @@
 			OutputDirectory="..\Release"

 			IntermediateDirectory="Release"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			WholeProgramOptimization="1"

 			>

diff --git a/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj
index cc233d1..522e02f 100644
--- a/win32/clangSema/clangSema.vcproj
+++ b/win32/clangSema/clangSema.vcproj
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"

 			IntermediateDirectory="Debug"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			>

 			<Tool

@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"

 			IntermediateDirectory="Release"

 			ConfigurationType="4"

+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"

 			CharacterSet="2"

 			WholeProgramOptimization="1"

 			>