CommitDlg: Update index using libgit2 incrementally
[TortoiseGit.git] / ext / hunspell / hunspell.vcxproj
blobd72c9417fecd067e9174a805fdab41b9a0ccb8e7
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="12.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
20   </ItemGroup>\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
25   </PropertyGroup>\r
26   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
28   <PropertyGroup Label="Configuration">\r
29     <ConfigurationType>StaticLibrary</ConfigurationType>\r
30     <CharacterSet>MultiByte</CharacterSet>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
33     <WholeProgramOptimization>true</WholeProgramOptimization>\r
34   </PropertyGroup>\r
35   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
36   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
37   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
38   <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
39   <PropertyGroup Label="UserMacros" />\r
40   <ItemDefinitionGroup>\r
41     <ClCompile>\r
42       <PreprocessorDefinitions>HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
43       <DisableSpecificWarnings>4100;4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
44       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
45       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
46     </ClCompile>\r
47   </ItemDefinitionGroup>\r
48   <ItemGroup>\r
49     <ClCompile Include="affentry.cxx" />\r
50     <ClCompile Include="affixmgr.cxx" />\r
51     <ClCompile Include="csutil.cxx" />\r
52     <ClCompile Include="dictmgr.cxx" />\r
53     <ClCompile Include="filemgr.cxx" />\r
54     <ClCompile Include="hashmgr.cxx" />\r
55     <ClCompile Include="hunspell.cxx" />\r
56     <ClCompile Include="hunzip.cxx" />\r
57     <ClCompile Include="mythes.cxx" />\r
58     <ClCompile Include="phonet.cxx" />\r
59     <ClCompile Include="replist.cxx" />\r
60     <ClCompile Include="suggestmgr.cxx" />\r
61   </ItemGroup>\r
62   <ItemGroup>\r
63     <ClInclude Include="config.h" />\r
64     <ClInclude Include="affentry.hxx" />\r
65     <ClInclude Include="affixmgr.hxx" />\r
66     <ClInclude Include="atypes.hxx" />\r
67     <ClInclude Include="baseaffix.hxx" />\r
68     <ClInclude Include="csutil.hxx" />\r
69     <ClInclude Include="dictmgr.hxx" />\r
70     <ClInclude Include="filemgr.hxx" />\r
71     <ClInclude Include="hashmgr.hxx" />\r
72     <ClInclude Include="htypes.hxx" />\r
73     <ClInclude Include="hunspell.h" />\r
74     <ClInclude Include="hunspell.hxx" />\r
75     <ClInclude Include="hunzip.hxx" />\r
76     <ClInclude Include="langnum.hxx" />\r
77     <ClInclude Include="mythes.hxx" />\r
78     <ClInclude Include="phonet.hxx" />\r
79     <ClInclude Include="replist.hxx" />\r
80     <ClInclude Include="suggestmgr.hxx" />\r
81     <ClInclude Include="w_char.hxx" />\r
82   </ItemGroup>\r
83   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
84   <ImportGroup Label="ExtensionTargets">\r
85   </ImportGroup>\r
86 </Project>