1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{2162E054-84EF-4E8A-90C7-A35D2E3C90D0}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
25 <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <PlatformToolset>v110_xp</PlatformToolset>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseDebugLibraries>true</UseDebugLibraries>
35 <PlatformToolset>v110_xp</PlatformToolset>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38 <ConfigurationType>Application</ConfigurationType>
39 <UseDebugLibraries>false</UseDebugLibraries>
40 <PlatformToolset>v110_xp</PlatformToolset>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseDebugLibraries>false</UseDebugLibraries>
45 <PlatformToolset>v110_xp</PlatformToolset>
47 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
48 <ImportGroup Label="ExtensionSettings">
50 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52 <Import Project="..\..\src\TortoiseGit.common.props" />
54 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 <Import Project="..\..\src\TortoiseGit.common.props" />
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60 <Import Project="..\..\src\TortoiseGit.common.props" />
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 <Import Project="..\..\src\TortoiseGit.common.props" />
66 <PropertyGroup Label="UserMacros" />
67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68 <LinkIncremental>true</LinkIncremental>
69 <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
70 <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73 <LinkIncremental>true</LinkIncremental>
74 <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
75 <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <LinkIncremental>false</LinkIncremental>
79 <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
80 <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83 <LinkIncremental>false</LinkIncremental>
84 <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
85 <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
87 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89 <PrecompiledHeader>NotUsing</PrecompiledHeader>
92 <SubSystem>Console</SubSystem>
94 </ItemDefinitionGroup>
95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
97 <PrecompiledHeader>NotUsing</PrecompiledHeader>
100 <SubSystem>Console</SubSystem>
102 </ItemDefinitionGroup>
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105 <PrecompiledHeader>NotUsing</PrecompiledHeader>
108 <SubSystem>Console</SubSystem>
110 </ItemDefinitionGroup>
111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
113 <PrecompiledHeader>NotUsing</PrecompiledHeader>
116 <SubSystem>Console</SubSystem>
118 </ItemDefinitionGroup>
120 <ClCompile Include="MakeUTF8.c" />
122 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
123 <ImportGroup Label="ExtensionTargets">