CommitDlg: Update index using libgit2 incrementally
[TortoiseGit.git] / ext / build / xml.vcxproj
blobabc51d9eaeaa5ba8ce77ed4451effbe8117d62fc
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>{AE6AAFBA-9992-452A-9EB8-DD69402A4ACE}</ProjectGuid>\r
23     <RootNamespace>xml</RootNamespace>\r
24   </PropertyGroup>\r
25   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
27   <PropertyGroup Label="Configuration">\r
28     <ConfigurationType>StaticLibrary</ConfigurationType>\r
29     <CharacterSet>MultiByte</CharacterSet>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
32     <WholeProgramOptimization>true</WholeProgramOptimization>\r
33   </PropertyGroup>\r
34   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
35   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
36   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
37   <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
38   <PropertyGroup Label="UserMacros" />\r
39   <ItemDefinitionGroup>\r
40     <ClCompile>\r
41       <AdditionalIncludeDirectories>..\apr-util\xml\expat\lib;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
42       <PreprocessorDefinitions>COMPILED_FROM_DSP;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
43       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
44       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
45     </ClCompile>\r
46   </ItemDefinitionGroup>\r
47   <ItemDefinitionGroup Condition="'$(Platform)'=='x64'">\r
48     <ClCompile>\r
49       <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
50     </ClCompile>\r
51   </ItemDefinitionGroup>\r
52   <ItemGroup>\r
53     <ClCompile Include="..\apr-util\xml\expat\lib\xmlparse.c" />\r
54     <ClCompile Include="..\apr-util\xml\expat\lib\xmlrole.c" />\r
55     <ClCompile Include="..\apr-util\xml\expat\lib\xmltok.c" />\r
56   </ItemGroup>\r
57   <ItemGroup>\r
58     <ClInclude Include="..\apr-util\xml\expat\lib\ascii.h" />\r
59     <ClInclude Include="..\apr-util\xml\expat\lib\asciitab.h" />\r
60     <ClInclude Include="..\apr-util\xml\expat\lib\expat.h" />\r
61     <ClInclude Include="..\apr-util\xml\expat\lib\iasciitab.h" />\r
62     <ClInclude Include="..\apr-util\xml\expat\lib\internal.h" />\r
63     <ClInclude Include="..\apr-util\xml\expat\lib\latin1tab.h" />\r
64     <ClInclude Include="..\apr-util\xml\expat\lib\nametab.h" />\r
65     <ClInclude Include="..\apr-util\xml\expat\lib\utf8tab.h" />\r
66     <ClInclude Include="..\apr-util\xml\expat\lib\xmlrole.h" />\r
67     <ClInclude Include="..\apr-util\xml\expat\lib\xmltok.h" />\r
68     <ClInclude Include="..\apr-util\xml\expat\lib\xmltok_impl.h" />\r
69     <CustomBuild Include="..\apr-util\xml\expat\lib\winconfig.h">\r
70       <Message>Creating config.h from winconfig.h</Message>\r
71       <Command>type ..\apr-util\xml\expat\lib\winconfig.h &gt; ..\apr-util\xml\expat\lib\config.h</Command>\r
72       <Outputs>..\apr-util\xml\expat\lib\config.h;%(Outputs)</Outputs>\r
73     </CustomBuild>\r
74   </ItemGroup>\r
75   <ItemGroup>\r
76     <ProjectReference Include="libapr.vcxproj">\r
77       <Project>{4472028d-4acf-474e-aa95-9b7e12b50f60}</Project>\r
78       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
79     </ProjectReference>\r
80   </ItemGroup>\r
81   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
82   <ImportGroup Label="ExtensionTargets">\r
83   </ImportGroup>\r
84 </Project>