diff options
author | Devang Patel <dpatel@apple.com> | 2008-05-15 18:46:28 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-05-15 18:46:28 +0000 |
commit | a403c15d40fe0520e433218427e7d7c4d143fec5 (patch) | |
tree | 2504e50286258b2befae1722da8090534b9bda16 /llvm/win32/bugpoint/bugpoint.vcproj | |
parent | 61724355af8f9db9ea4cc720948a38f587e375f5 (diff) | |
download | bcm5719-llvm-a403c15d40fe0520e433218427e7d7c4d143fec5.tar.gz bcm5719-llvm-a403c15d40fe0520e433218427e7d7c4d143fec5.zip |
Revert 51067 check-in for now.
llvm-svn: 51155
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> |