summaryrefslogtreecommitdiff
path: root/win32/llc/llc.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'win32/llc/llc.vcproj')
-rw-r--r--win32/llc/llc.vcproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/win32/llc/llc.vcproj b/win32/llc/llc.vcproj
index 68edf91100..35f56fa02e 100644
--- a/win32/llc/llc.vcproj
+++ b/win32/llc/llc.vcproj
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="llc"
ProjectGUID="{ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llc.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>