diff options
Diffstat (limited to 'llvm/win32/lli')
-rw-r--r-- | llvm/win32/lli/lli.vcproj | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/llvm/win32/lli/lli.vcproj b/llvm/win32/lli/lli.vcproj index 79e99df4905..4fcea96fc0f 100644 --- a/llvm/win32/lli/lli.vcproj +++ b/llvm/win32/lli/lli.vcproj @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="9.00" Name="lli" ProjectGUID="{FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}" Keyword="Win32Proj" + TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -76,6 +77,8 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/lli.pdb" SubSystem="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -97,9 +100,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -160,6 +160,8 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -181,9 +183,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> |