summaryrefslogtreecommitdiff
path: root/win32/llvm-nm/llvm-nm.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'win32/llvm-nm/llvm-nm.vcproj')
-rw-r--r--win32/llvm-nm/llvm-nm.vcproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/win32/llvm-nm/llvm-nm.vcproj b/win32/llvm-nm/llvm-nm.vcproj
index d353b22afdb..2f3f585c115 100644
--- a/win32/llvm-nm/llvm-nm.vcproj
+++ b/win32/llvm-nm/llvm-nm.vcproj
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="llvm-nm"
ProjectGUID="{5FF862CE-80A0-4B48-A80B-68AE325A0432}"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -75,6 +76,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-nm.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -158,6 +158,8 @@
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -179,9 +181,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>