Adding some missing files to VStudio project files.  Switching to use generated llvmAsmParser.cpp/.h

llvm-svn: 52935
diff --git a/llvm/win32/Analysis/Analysis.vcproj b/llvm/win32/Analysis/Analysis.vcproj
index 9355306..e4f2673 100644
--- a/llvm/win32/Analysis/Analysis.vcproj
+++ b/llvm/win32/Analysis/Analysis.vcproj
@@ -405,6 +405,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Analysis\SparsePropagation.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Analysis\Trace.cpp"
 				>
 			</File>
diff --git a/llvm/win32/AsmParser/AsmParser.vcproj b/llvm/win32/AsmParser/AsmParser.vcproj
index 2b7cb40..ceec778 100644
--- a/llvm/win32/AsmParser/AsmParser.vcproj
+++ b/llvm/win32/AsmParser/AsmParser.vcproj
@@ -380,11 +380,11 @@
 			Name="Generated Files"
 			>
 			<File
-				RelativePath="..\..\lib\AsmParser\llvmAsmParser.cpp"
+				RelativePath=".\llvmAsmParser.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\lib\AsmParser\llvmAsmParser.h"
+				RelativePath=".\llvmAsmParser.h"
 				>
 			</File>
 		</Filter>
diff --git a/llvm/win32/Support/Support.vcproj b/llvm/win32/Support/Support.vcproj
index 7e77cc1..051aef2 100644
--- a/llvm/win32/Support/Support.vcproj
+++ b/llvm/win32/Support/Support.vcproj
@@ -377,8 +377,14 @@
 				RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
 				>
 				<FileConfiguration
+					Name="Debug|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
 					Name="Release|Win32"
-					ExcludedFromBuild="true"
 					>
 					<Tool
 						Name="VCCLCompilerTool"
diff --git a/llvm/win32/Target/Target.vcproj b/llvm/win32/Target/Target.vcproj
index 0a38805..19f814d 100644
--- a/llvm/win32/Target/Target.vcproj
+++ b/llvm/win32/Target/Target.vcproj
@@ -309,6 +309,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Target\Target.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Target\TargetAsmInfo.cpp"
 				>
 			</File>
diff --git a/llvm/win32/Transforms/Transforms.vcproj b/llvm/win32/Transforms/Transforms.vcproj
index f94e18e..ef505b4 100644
--- a/llvm/win32/Transforms/Transforms.vcproj
+++ b/llvm/win32/Transforms/Transforms.vcproj
@@ -352,6 +352,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\..\lib\Transforms\IPO\ExtractGV.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
 					>
 				</File>
@@ -555,10 +559,6 @@
 				</File>
 			</Filter>
 			<Filter
-				Name="Parallel"
-				>
-			</Filter>
-			<Filter
 				Name="Utils"
 				>
 				<File