diff options
-rw-r--r-- | win32/clangSema/clangSema.vcproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj index 2467de30b4..cc233d1f13 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>
|