diff options
Diffstat (limited to 'src/modules/my')
| -rw-r--r-- | src/modules/my/my_QT4_vc05.vcproj | 13 | ||||
| -rw-r--r-- | src/modules/my/win32/idleui_05.vcproj | 13 |
2 files changed, 12 insertions, 14 deletions
diff --git a/src/modules/my/my_QT4_vc05.vcproj b/src/modules/my/my_QT4_vc05.vcproj index 881be65ce..bfc494886 100644 --- a/src/modules/my/my_QT4_vc05.vcproj +++ b/src/modules/my/my_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="my"
ProjectGUID="{3AB1E78F-B313-44ED-B452-4B492CF06604}"
RootNamespace="my"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -71,6 +72,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/my.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TurnOffAssemblyGeneration="true"
ImportLibrary="$(OutDir)/my.lib"
TargetMachine="1"
@@ -97,9 +100,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)/my.lib"
TargetMachine="1"
@@ -195,9 +197,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
diff --git a/src/modules/my/win32/idleui_05.vcproj b/src/modules/my/win32/idleui_05.vcproj index 85c33748b..64800cd12 100644 --- a/src/modules/my/win32/idleui_05.vcproj +++ b/src/modules/my/win32/idleui_05.vcproj @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="9,00"
Name="idleui"
ProjectGUID="{736D754E-BF35-4FE8-AA75-6BF903D5A1EC}"
RootNamespace="idleui"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -85,6 +86,8 @@ GenerateManifest="true"
IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\Debug/idleui.pdb"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TurnOffAssemblyGeneration="true"
ImportLibrary="$(OutDir)/idleui.lib"
TargetMachine="1"
@@ -113,9 +116,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -190,6 +190,8 @@ GenerateManifest="true"
IgnoreAllDefaultLibraries="false"
ProgramDatabaseFile=".\Release/idleui.pdb"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TurnOffAssemblyGeneration="true"
ImportLibrary="$(OutDir)/idleui.lib"
TargetMachine="1"
@@ -218,9 +220,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
|
