Visual Studio is feeling left out again.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25215 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index be6df65..c0d2dea 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -160,9 +160,15 @@
 				RelativePath="..\..\lib\VMCore\Type.cpp">
 			</File>
 			<File
+				RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp">
+			</File>
+			<File
 				RelativePath="..\..\lib\VMCore\Value.cpp">
 			</File>
 			<File
+				RelativePath="..\..\lib\VMCore\ValueSymbolTable.cpp">
+			</File>
+			<File
 				RelativePath="..\..\lib\VMCore\Verifier.cpp">
 			</File>
 		</Filter>
@@ -267,6 +273,9 @@
 				RelativePath="..\..\include\llvm\Type.h">
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\TypeSymbolTable.h">
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\Use.h">
 			</File>
 			<File
@@ -276,6 +285,9 @@
 				RelativePath="..\..\include\llvm\Value.h">
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\ValueSymbolTable.h">
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\Assembly\Writer.h">
 			</File>
 		</Filter>