diff options
Diffstat (limited to 'llvm/win32/bugpoint/bugpoint.vcproj')
-rw-r--r-- | llvm/win32/bugpoint/bugpoint.vcproj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/llvm/win32/bugpoint/bugpoint.vcproj b/llvm/win32/bugpoint/bugpoint.vcproj index d3b6db1c4f0..c124b557c6c 100644 --- a/llvm/win32/bugpoint/bugpoint.vcproj +++ b/llvm/win32/bugpoint/bugpoint.vcproj @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="8.00" Name="bugpoint" ProjectGUID="{57249192-8E29-4D85-8B7A-FEFF1760B1DA}" Keyword="Win32Proj" - TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -76,8 +75,6 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/bugpoint.pdb" SubSystem="1" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -99,6 +96,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -158,8 +158,6 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -181,6 +179,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> |