diff options
Diffstat (limited to 'win32/TableGen/TableGen.vcproj')
-rw-r--r-- | win32/TableGen/TableGen.vcproj | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj index f64f195..2b831fb 100644 --- a/win32/TableGen/TableGen.vcproj +++ b/win32/TableGen/TableGen.vcproj @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="9.00" Name="TableGen" ProjectGUID="{339C2249-26B6-4172-B484-85653029AF57}" RootNamespace="TableGen" Keyword="Win32Proj" + TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -77,6 +78,8 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/TableGen.pdb" SubSystem="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -98,9 +101,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> |