2011-01-09 09:01:57 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{CC791693-6B28-40AC-879D-64A6C16468E3}</ProjectGuid>
|
|
|
|
<RootNamespace>hunspell</RootNamespace>
|
|
|
|
</PropertyGroup>
|
2014-06-25 18:28:25 +02:00
|
|
|
|
2011-01-14 04:47:57 +01:00
|
|
|
<!-- Aegisub project configuration -->
|
|
|
|
<PropertyGroup Label="AegisubConfiguration">
|
|
|
|
<AegisubProjectType>lib</AegisubProjectType>
|
2014-03-10 18:22:28 +01:00
|
|
|
<SrcDir>..\..\vendor\hunspell\src\</SrcDir>
|
2011-01-09 09:01:57 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-11 19:15:31 +01:00
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" />
|
2011-01-09 09:01:57 +01:00
|
|
|
</ImportGroup>
|
2014-06-25 18:28:25 +02:00
|
|
|
|
2011-01-14 04:47:57 +01:00
|
|
|
<!-- Project specific configuration -->
|
2011-01-09 09:01:57 +01:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<PreprocessorDefinitions>HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<AdditionalIncludeDirectories>$(SrcDir)win_api;$(SrcDir)hunspell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2014-06-24 20:18:38 +02:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2011-01-09 09:01:57 +01:00
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
2014-06-25 18:28:25 +02:00
|
|
|
|
2011-01-14 04:47:57 +01:00
|
|
|
<!-- Source files -->
|
2011-01-09 09:01:57 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\affentry.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\affixmgr.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\atypes.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\baseaffix.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\csutil.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\dictmgr.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\hashmgr.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\htypes.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\hunspell.h" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\hunspell.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\langnum.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\phonet.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)hunspell\suggestmgr.hxx" />
|
|
|
|
<ClInclude Include="$(SrcDir)win_api\config.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="$(SrcDir)hunspell\affentry.cxx" />
|
|
|
|
<ClCompile Include="$(SrcDir)hunspell\affixmgr.cxx" />
|
|
|
|
<ClCompile Include="$(SrcDir)hunspell\csutil.cxx" />
|
|
|
|
<ClCompile Include="$(SrcDir)hunspell\dictmgr.cxx" />
|
2014-03-10 18:22:28 +01:00
|
|
|
<ClCompile Include="$(SrcDir)hunspell\filemgr.cxx" />
|
2011-01-09 09:01:57 +01:00
|
|
|
<ClCompile Include="$(SrcDir)hunspell\hashmgr.cxx" />
|
|
|
|
<ClCompile Include="$(SrcDir)hunspell\hunspell.cxx" />
|
2014-03-10 18:22:28 +01:00
|
|
|
<ClCompile Include="$(SrcDir)hunspell\hunzip.cxx" />
|
2011-01-09 09:01:57 +01:00
|
|
|
<ClCompile Include="$(SrcDir)hunspell\phonet.cxx" />
|
2014-03-10 18:22:28 +01:00
|
|
|
<ClCompile Include="$(SrcDir)hunspell\replist.cxx" />
|
2011-01-09 09:01:57 +01:00
|
|
|
<ClCompile Include="$(SrcDir)hunspell\suggestmgr.cxx" />
|
|
|
|
</ItemGroup>
|
2012-11-06 04:34:50 +01:00
|
|
|
</Project>
|