summaryrefslogtreecommitdiff
path: root/msvc/enchant.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/enchant.vcproj')
-rw-r--r--msvc/enchant.vcproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/msvc/enchant.vcproj b/msvc/enchant.vcproj
index db22fc7..ffb1454 100644
--- a/msvc/enchant.vcproj
+++ b/msvc/enchant.vcproj
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="enchant"
ProjectGUID="{FE3CD71B-7742-46DD-AAE9-3CCAA110B4DB}"
RootNamespace="enchant"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -66,6 +67,8 @@
AdditionalLibraryDirectories="&quot;$(SolutionDir)..\lib\glib\$(ConfigurationName)&quot;"
GenerateDebugInformation="true"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -87,9 +90,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -144,6 +144,8 @@
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -165,9 +167,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>