diff options
Diffstat (limited to 'src/modules/setup')
| -rw-r--r-- | src/modules/setup/setup_QT4_vc05.vcproj | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/modules/setup/setup_QT4_vc05.vcproj b/src/modules/setup/setup_QT4_vc05.vcproj index b35fff540..b1e7b3d95 100644 --- a/src/modules/setup/setup_QT4_vc05.vcproj +++ b/src/modules/setup/setup_QT4_vc05.vcproj @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="9,00"
Name="setup"
ProjectGUID="{24152082-6DE9-4B8B-9409-88016C3B663E}"
RootNamespace="setup"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -70,6 +71,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/setup.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TurnOffAssemblyGeneration="true"
ImportLibrary="$(OutDir)/setup.lib"
TargetMachine="1"
@@ -96,9 +99,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@ EnableCOMDATFolding="2"
OptimizeForWindows98="1"
LinkTimeCodeGeneration="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TurnOffAssemblyGeneration="true"
ImportLibrary="$(OutDir)/setup.lib"
TargetMachine="1"
@@ -195,9 +197,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
|
