1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ItemGroup Label="ProjectConfigurations">
\r
4 <ProjectConfiguration Include="Debug|Win32">
\r
5 <Configuration>Debug</Configuration>
\r
6 <Platform>Win32</Platform>
\r
7 </ProjectConfiguration>
\r
8 <ProjectConfiguration Include="Debug|x64">
\r
9 <Configuration>Debug</Configuration>
\r
10 <Platform>x64</Platform>
\r
11 </ProjectConfiguration>
\r
12 <ProjectConfiguration Include="Release|Win32">
\r
13 <Configuration>Release</Configuration>
\r
14 <Platform>Win32</Platform>
\r
15 </ProjectConfiguration>
\r
16 <ProjectConfiguration Include="Release|x64">
\r
17 <Configuration>Release</Configuration>
\r
18 <Platform>x64</Platform>
\r
19 </ProjectConfiguration>
\r
21 <PropertyGroup Label="Globals">
\r
22 <ProjectGuid>{12E5B4AE-D7EF-4A57-A22D-6F9F9D8CE1FB}</ProjectGuid>
\r
23 <RootNamespace>hunspell</RootNamespace>
\r
24 <Keyword>Win32Proj</Keyword>
\r
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
\r
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
\r
28 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
29 <PlatformToolset>v110_xp</PlatformToolset>
\r
30 <CharacterSet>MultiByte</CharacterSet>
\r
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
\r
33 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
34 <PlatformToolset>v110_xp</PlatformToolset>
\r
35 <CharacterSet>MultiByte</CharacterSet>
\r
36 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
\r
39 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
40 <PlatformToolset>v110_xp</PlatformToolset>
\r
41 <CharacterSet>MultiByte</CharacterSet>
\r
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
\r
44 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
45 <PlatformToolset>v110_xp</PlatformToolset>
\r
46 <CharacterSet>MultiByte</CharacterSet>
\r
47 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
\r
50 <ImportGroup Label="ExtensionSettings">
\r
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
\r
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
54 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
55 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
\r
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
59 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
60 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
\r
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
64 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
65 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
67 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
\r
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
69 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
70 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
72 <PropertyGroup Label="UserMacros" />
\r
74 <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>
\r
76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
\r
78 <PreprocessorDefinitions>HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
79 <DisableSpecificWarnings>4100;4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
\r
80 <PrecompiledHeader>NotUsing</PrecompiledHeader>
\r
81 <WarningLevel>TurnOffAllWarnings</WarningLevel>
\r
83 </ItemDefinitionGroup>
\r
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
\r
86 <PreprocessorDefinitions>HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
87 <DisableSpecificWarnings>4100;4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
\r
88 <PrecompiledHeader>NotUsing</PrecompiledHeader>
\r
89 <WarningLevel>TurnOffAllWarnings</WarningLevel>
\r
91 </ItemDefinitionGroup>
\r
92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
\r
94 <PreprocessorDefinitions>HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
95 <DisableSpecificWarnings>4100;4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
\r
96 <PrecompiledHeader>NotUsing</PrecompiledHeader>
\r
97 <WarningLevel>TurnOffAllWarnings</WarningLevel>
\r
99 </ItemDefinitionGroup>
\r
100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
\r
102 <PreprocessorDefinitions>HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
103 <DisableSpecificWarnings>4100;4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
\r
104 <PrecompiledHeader>NotUsing</PrecompiledHeader>
\r
105 <WarningLevel>TurnOffAllWarnings</WarningLevel>
\r
107 </ItemDefinitionGroup>
\r
109 <ClCompile Include="affentry.cxx" />
\r
110 <ClCompile Include="affixmgr.cxx" />
\r
111 <ClCompile Include="csutil.cxx" />
\r
112 <ClCompile Include="dictmgr.cxx" />
\r
113 <ClCompile Include="filemgr.cxx" />
\r
114 <ClCompile Include="hashmgr.cxx" />
\r
115 <ClCompile Include="hunspell.cxx" />
\r
116 <ClCompile Include="hunzip.cxx" />
\r
117 <ClCompile Include="mythes.cxx" />
\r
118 <ClCompile Include="phonet.cxx" />
\r
119 <ClCompile Include="replist.cxx" />
\r
120 <ClCompile Include="suggestmgr.cxx" />
\r
123 <ClInclude Include="config.h" />
\r
124 <ClInclude Include="affentry.hxx" />
\r
125 <ClInclude Include="affixmgr.hxx" />
\r
126 <ClInclude Include="atypes.hxx" />
\r
127 <ClInclude Include="baseaffix.hxx" />
\r
128 <ClInclude Include="csutil.hxx" />
\r
129 <ClInclude Include="dictmgr.hxx" />
\r
130 <ClInclude Include="filemgr.hxx" />
\r
131 <ClInclude Include="hashmgr.hxx" />
\r
132 <ClInclude Include="htypes.hxx" />
\r
133 <ClInclude Include="hunspell.h" />
\r
134 <ClInclude Include="hunspell.hxx" />
\r
135 <ClInclude Include="hunzip.hxx" />
\r
136 <ClInclude Include="langnum.hxx" />
\r
137 <ClInclude Include="mythes.hxx" />
\r
138 <ClInclude Include="phonet.hxx" />
\r
139 <ClInclude Include="replist.hxx" />
\r
140 <ClInclude Include="suggestmgr.hxx" />
\r
141 <ClInclude Include="w_char.hxx" />
\r
143 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
144 <ImportGroup Label="ExtensionTargets">
\r