Add SemaInit.cpp to VC++ proj.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51330 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj
index 2467de3..cc233d1 100644
--- a/win32/clangSema/clangSema.vcproj
+++ b/win32/clangSema/clangSema.vcproj
@@ -6,7 +6,6 @@
 	ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}"

 	RootNamespace="clangSema"

 	Keyword="Win32Proj"

-	TargetFrameworkVersion="0"

 	>

 	<Platforms>

 		<Platform

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

 			</File>

 			<File

+				RelativePath="..\..\lib\Sema\SemaInit.cpp"

+				>

+			</File>

+			<File

 				RelativePath="..\..\lib\Sema\SemaStmt.cpp"

 				>

 			</File>