diff options
Diffstat (limited to 'win32/lli/lli.vcproj')
-rw-r--r-- | win32/lli/lli.vcproj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/win32/lli/lli.vcproj b/win32/lli/lli.vcproj index 4fcea96..79e99df 100644 --- a/win32/lli/lli.vcproj +++ b/win32/lli/lli.vcproj @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="8.00" Name="lli" ProjectGUID="{FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}" Keyword="Win32Proj" - TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -77,8 +76,6 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/lli.pdb" SubSystem="1" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -100,6 +97,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -160,8 +160,6 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -183,6 +181,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> |