summaryrefslogtreecommitdiff
path: root/msvc/libenchant_ispell.vcproj
diff options
context:
space:
mode:
authorchenxiajian <chenxiajian1985@gmail.com>2011-08-20 14:05:27 +0000
committerchenxiajian <chenxiajian1985@gmail.com>2011-08-20 14:05:27 +0000
commite4af3569b74c03d542ec48955b2f9d75bf8b5ef7 (patch)
tree118ba08a2f40c3fce8f5ea9e67b77d4f7051fffe /msvc/libenchant_ispell.vcproj
parentdf00856d1027f9a6463eaf6734af498523de9abf (diff)
downloadenchant-e4af3569b74c03d542ec48955b2f9d75bf8b5ef7.tar.gz
commit the my whole enchant project, including project setting
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/branches/gsoc2011hyphenation@30268 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
Diffstat (limited to 'msvc/libenchant_ispell.vcproj')
-rw-r--r--msvc/libenchant_ispell.vcproj53
1 files changed, 46 insertions, 7 deletions
diff --git a/msvc/libenchant_ispell.vcproj b/msvc/libenchant_ispell.vcproj
index a29c1fa..5b0587f 100644
--- a/msvc/libenchant_ispell.vcproj
+++ b/msvc/libenchant_ispell.vcproj
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="libenchant_ispell"
ProjectGUID="{5DC9EE15-B080-4964-96CC-1BDC90BB873A}"
RootNamespace="ispell_provider"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -66,6 +67,8 @@
AdditionalLibraryDirectories="&quot;$(SolutionDir)..\lib\glib\$(ConfigurationName)&quot;"
GenerateDebugInformation="true"
SubSystem="2"
+ 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="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -165,9 +167,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -193,10 +192,50 @@
>
</File>
<File
+ RelativePath="..\src\ispell\hyphenate.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\ispell\hyphenate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\ispell\HyphenationRule.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\ispell\HyphenationRule.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\ispell\HyphenationTree.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\ispell\HyphenationTree.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\ispell\Hyphenator.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\ispell\Hyphenator.h"
+ >
+ </File>
+ <File
RelativePath="..\src\ispell\ispell_checker.cpp"
>
</File>
<File
+ RelativePath="..\src\ispell\Language.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\ispell\Language.h"
+ >
+ </File>
+ <File
RelativePath="..\src\ispell\lookup.cpp"
>
</File>