diff options
Diffstat (limited to 'src/modules/context')
| -rw-r--r-- | src/modules/context/context_QT4_vc05.vcproj | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/modules/context/context_QT4_vc05.vcproj b/src/modules/context/context_QT4_vc05.vcproj index 715193ca5..70a795ba2 100644 --- a/src/modules/context/context_QT4_vc05.vcproj +++ b/src/modules/context/context_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="context"
ProjectGUID="{BE75388C-806A-4CCC-8EB6-B2FF4EA0FB79}"
RootNamespace="context"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -70,6 +71,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/context.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TurnOffAssemblyGeneration="true"
ImportLibrary="$(OutDir)/context.lib"
TargetMachine="1"
@@ -96,9 +99,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -168,6 +168,8 @@ EnableCOMDATFolding="2"
OptimizeForWindows98="1"
LinkTimeCodeGeneration="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TurnOffAssemblyGeneration="true"
ImportLibrary="$(OutDir)/context.lib"
TargetMachine="1"
@@ -194,9 +196,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
|
