Update libgit2
[TortoiseGit.git] / ext / build / hunspell.vcxproj
blob2dcee377afe7d258b7944e972b39308e010ab7ec
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>Level3</WarningLevel>\r
46       <AdditionalIncludeDirectories>hunspell;..\build\hunspell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
47     </ClCompile>\r
48   </ItemDefinitionGroup>\r
49   <ItemGroup>\r
50     <ClCompile Include="..\hunspell\src\hunspell\affentry.cxx" />\r
51     <ClCompile Include="..\hunspell\src\hunspell\affixmgr.cxx" />\r
52     <ClCompile Include="..\hunspell\src\hunspell\csutil.cxx" />\r
53     <ClCompile Include="..\hunspell\src\hunspell\filemgr.cxx" />\r
54     <ClCompile Include="..\hunspell\src\hunspell\hashmgr.cxx" />\r
55     <ClCompile Include="..\hunspell\src\hunspell\hunspell.cxx" />\r
56     <ClCompile Include="..\hunspell\src\hunspell\hunzip.cxx" />\r
57     <ClCompile Include="..\hunspell\src\hunspell\phonet.cxx" />\r
58     <ClCompile Include="..\hunspell\src\hunspell\replist.cxx" />\r
59     <ClCompile Include="..\hunspell\src\hunspell\suggestmgr.cxx" />\r
60   </ItemGroup>\r
61   <ItemGroup>\r
62     <ClInclude Include="..\hunspell\src\hunspell\affentry.hxx" />\r
63     <ClInclude Include="..\hunspell\src\hunspell\affixmgr.hxx" />\r
64     <ClInclude Include="..\hunspell\src\hunspell\atypes.hxx" />\r
65     <ClInclude Include="..\hunspell\src\hunspell\baseaffix.hxx" />\r
66     <ClInclude Include="..\hunspell\src\hunspell\csutil.hxx" />\r
67     <ClInclude Include="..\hunspell\src\hunspell\filemgr.hxx" />\r
68     <ClInclude Include="..\hunspell\src\hunspell\hashmgr.hxx" />\r
69     <ClInclude Include="..\hunspell\src\hunspell\htypes.hxx" />\r
70     <ClInclude Include="..\hunspell\src\hunspell\hunspell.h" />\r
71     <ClInclude Include="..\hunspell\src\hunspell\hunspell.hxx" />\r
72     <ClInclude Include="..\hunspell\src\hunspell\hunzip.hxx" />\r
73     <ClInclude Include="..\hunspell\src\hunspell\langnum.hxx" />\r
74     <ClInclude Include="..\hunspell\src\hunspell\phonet.hxx" />\r
75     <ClInclude Include="..\hunspell\src\hunspell\replist.hxx" />\r
76     <ClInclude Include="..\hunspell\src\hunspell\suggestmgr.hxx" />\r
77     <ClInclude Include="..\hunspell\src\hunspell\w_char.hxx" />\r
78     <ClInclude Include="hunspell\config.h" />\r
79     <ClInclude Include="hunspell\hunvisapi.h" />\r
80   </ItemGroup>\r
81   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
82   <ImportGroup Label="ExtensionTargets">\r
83   </ImportGroup>\r
84 </Project>