diff options
Diffstat (limited to 'win32/ExecutionEngine/ExecutionEngine.vcproj')
-rw-r--r-- | win32/ExecutionEngine/ExecutionEngine.vcproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/win32/ExecutionEngine/ExecutionEngine.vcproj b/win32/ExecutionEngine/ExecutionEngine.vcproj index ee2a1d3..24ecab9 100644 --- a/win32/ExecutionEngine/ExecutionEngine.vcproj +++ b/win32/ExecutionEngine/ExecutionEngine.vcproj @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="9.00" Name="ExecutionEngine" ProjectGUID="{76295AE8-A083-460E-9F80-6F2B8923264A}" Keyword="Win32Proj" + TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -339,11 +340,11 @@ > </File> <File - RelativePath="..\..\include\llvm\ExecutionEngine\JIT.h" + RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h" > </File> <File - RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h" + RelativePath="..\..\include\llvm\ExecutionEngine\JIT.h" > </File> <File |