Fix typos
[TortoiseGit.git] / ext / build / hunspell.vcxproj
blob2695df624376e791602f737249675a2874b96e41
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|ARM64">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>ARM64</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug|Win32">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|x64">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|ARM64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>ARM64</Platform>\r
19     </ProjectConfiguration>\r
20     <ProjectConfiguration Include="Release|Win32">\r
21       <Configuration>Release</Configuration>\r
22       <Platform>Win32</Platform>\r
23     </ProjectConfiguration>\r
24     <ProjectConfiguration Include="Release|x64">\r
25       <Configuration>Release</Configuration>\r
26       <Platform>x64</Platform>\r
27     </ProjectConfiguration>\r
28   </ItemGroup>\r
29   <PropertyGroup Label="Globals">\r
30     <ProjectGuid>{12E5B4AE-D7EF-4A57-A22D-6F9F9D8CE1FB}</ProjectGuid>\r
31     <RootNamespace>hunspell</RootNamespace>\r
32     <Keyword>Win32Proj</Keyword>\r
33   </PropertyGroup>\r
34   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
35   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
36   <PropertyGroup Label="Configuration">\r
37     <ConfigurationType>StaticLibrary</ConfigurationType>\r
38     <CharacterSet>MultiByte</CharacterSet>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
41     <WholeProgramOptimization>true</WholeProgramOptimization>\r
42   </PropertyGroup>\r
43   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
44   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
45   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
46   <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
47   <PropertyGroup Label="UserMacros" />\r
48   <ItemDefinitionGroup>\r
49     <ClCompile>\r
50       <PreprocessorDefinitions>HUNSPELL_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
51       <DisableSpecificWarnings>4100;4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
52       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
53       <WarningLevel>Level2</WarningLevel>\r
54       <AdditionalIncludeDirectories>hunspell;..\build\hunspell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
55     </ClCompile>\r
56   </ItemDefinitionGroup>\r
57   <ItemGroup>\r
58     <ClCompile Include="..\hunspell\src\hunspell\affentry.cxx" />\r
59     <ClCompile Include="..\hunspell\src\hunspell\affixmgr.cxx" />\r
60     <ClCompile Include="..\hunspell\src\hunspell\csutil.cxx" />\r
61     <ClCompile Include="..\hunspell\src\hunspell\filemgr.cxx" />\r
62     <ClCompile Include="..\hunspell\src\hunspell\hashmgr.cxx" />\r
63     <ClCompile Include="..\hunspell\src\hunspell\hunspell.cxx" />\r
64     <ClCompile Include="..\hunspell\src\hunspell\hunzip.cxx" />\r
65     <ClCompile Include="..\hunspell\src\hunspell\phonet.cxx" />\r
66     <ClCompile Include="..\hunspell\src\hunspell\replist.cxx" />\r
67     <ClCompile Include="..\hunspell\src\hunspell\suggestmgr.cxx" />\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <ClInclude Include="..\hunspell\src\hunspell\affentry.hxx" />\r
71     <ClInclude Include="..\hunspell\src\hunspell\affixmgr.hxx" />\r
72     <ClInclude Include="..\hunspell\src\hunspell\atypes.hxx" />\r
73     <ClInclude Include="..\hunspell\src\hunspell\baseaffix.hxx" />\r
74     <ClInclude Include="..\hunspell\src\hunspell\csutil.hxx" />\r
75     <ClInclude Include="..\hunspell\src\hunspell\filemgr.hxx" />\r
76     <ClInclude Include="..\hunspell\src\hunspell\hashmgr.hxx" />\r
77     <ClInclude Include="..\hunspell\src\hunspell\htypes.hxx" />\r
78     <ClInclude Include="..\hunspell\src\hunspell\hunspell.h" />\r
79     <ClInclude Include="..\hunspell\src\hunspell\hunspell.hxx" />\r
80     <ClInclude Include="..\hunspell\src\hunspell\hunzip.hxx" />\r
81     <ClInclude Include="..\hunspell\src\hunspell\langnum.hxx" />\r
82     <ClInclude Include="..\hunspell\src\hunspell\phonet.hxx" />\r
83     <ClInclude Include="..\hunspell\src\hunspell\replist.hxx" />\r
84     <ClInclude Include="..\hunspell\src\hunspell\suggestmgr.hxx" />\r
85     <ClInclude Include="..\hunspell\src\hunspell\w_char.hxx" />\r
86     <ClInclude Include="hunspell\config.h" />\r
87     <ClInclude Include="hunspell\hunvisapi.h" />\r
88   </ItemGroup>\r
89   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
90   <ImportGroup Label="ExtensionTargets">\r
91   </ImportGroup>\r
92 </Project>