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
21 <PropertyGroup Label="Globals">
\r
22 <ProjectGuid>{AE6AAFBA-9992-452A-9EB8-DD69402A4ACE}</ProjectGuid>
\r
23 <RootNamespace>xml</RootNamespace>
\r
24 <ProjectName>expat</ProjectName>
\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
32 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
\r
33 <WholeProgramOptimization>true</WholeProgramOptimization>
\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
42 <AdditionalIncludeDirectories>..\expat\expat\lib;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
\r
43 <PreprocessorDefinitions>XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
44 <WarningLevel>Level2</WarningLevel>
\r
45 <PrecompiledHeader>NotUsing</PrecompiledHeader>
\r
47 </ItemDefinitionGroup>
\r
49 <ClCompile Include="..\expat\expat\lib\loadlibrary.c" />
\r
50 <ClCompile Include="..\expat\expat\lib\xmlparse.c" />
\r
51 <ClCompile Include="..\expat\expat\lib\xmlrole.c" />
\r
52 <ClCompile Include="..\expat\expat\lib\xmltok.c" />
\r
55 <ClInclude Include="..\expat\expat\lib\ascii.h" />
\r
56 <ClInclude Include="..\expat\expat\lib\asciitab.h" />
\r
57 <ClInclude Include="..\expat\expat\lib\expat.h" />
\r
58 <ClInclude Include="..\expat\expat\lib\iasciitab.h" />
\r
59 <ClInclude Include="..\expat\expat\lib\internal.h" />
\r
60 <ClInclude Include="..\expat\expat\lib\latin1tab.h" />
\r
61 <ClInclude Include="..\expat\expat\lib\nametab.h" />
\r
62 <ClInclude Include="..\expat\expat\lib\utf8tab.h" />
\r
63 <ClInclude Include="..\expat\expat\lib\xmlrole.h" />
\r
64 <ClInclude Include="..\expat\expat\lib\xmltok.h" />
\r
65 <ClInclude Include="..\expat\expat\lib\xmltok_impl.h" />
\r
66 <ClInclude Include="..\expat\expat\lib\winconfig.h" />
\r
68 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
69 <ImportGroup Label="ExtensionTargets">
\r