Support both MSVC 2012 v110_xp and MSVC 2013 v120_xp toolsets
[TortoiseGit.git] / contrib / Utils / MakeUTF8.vcxproj
blob9d7011c10b0bf7843dc637fa19095a98f59f1cfa
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>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{2162E054-84EF-4E8A-90C7-A35D2E3C90D0}</ProjectGuid>
23     <Keyword>Win32Proj</Keyword>
24   </PropertyGroup>
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>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33     <ConfigurationType>Application</ConfigurationType>
34     <UseDebugLibraries>true</UseDebugLibraries>
35     <PlatformToolset>v110_xp</PlatformToolset>
36   </PropertyGroup>
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38     <ConfigurationType>Application</ConfigurationType>
39     <UseDebugLibraries>false</UseDebugLibraries>
40     <PlatformToolset>v110_xp</PlatformToolset>
41   </PropertyGroup>
42   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
43     <ConfigurationType>Application</ConfigurationType>
44     <UseDebugLibraries>false</UseDebugLibraries>
45     <PlatformToolset>v110_xp</PlatformToolset>
46   </PropertyGroup>
47   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
48   <ImportGroup Label="ExtensionSettings">
49   </ImportGroup>
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" />
53   </ImportGroup>
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" />
57   </ImportGroup>
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" />
61   </ImportGroup>
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" />
65   </ImportGroup>
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>
71   </PropertyGroup>
72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73     <LinkIncremental>true</LinkIncremental>
74     <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
75     <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
76   </PropertyGroup>
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78     <LinkIncremental>false</LinkIncremental>
79     <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
80     <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
81   </PropertyGroup>
82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83     <LinkIncremental>false</LinkIncremental>
84     <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
85     <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
86   </PropertyGroup>
87   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
88     <ClCompile>
89       <PrecompiledHeader>NotUsing</PrecompiledHeader>
90     </ClCompile>
91     <Link>
92       <SubSystem>Console</SubSystem>
93     </Link>
94   </ItemDefinitionGroup>
95   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
96     <ClCompile>
97       <PrecompiledHeader>NotUsing</PrecompiledHeader>
98     </ClCompile>
99     <Link>
100       <SubSystem>Console</SubSystem>
101     </Link>
102   </ItemDefinitionGroup>
103   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
104     <ClCompile>
105       <PrecompiledHeader>NotUsing</PrecompiledHeader>
106     </ClCompile>
107     <Link>
108       <SubSystem>Console</SubSystem>
109     </Link>
110   </ItemDefinitionGroup>
111   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
112     <ClCompile>
113       <PrecompiledHeader>NotUsing</PrecompiledHeader>
114     </ClCompile>
115     <Link>
116       <SubSystem>Console</SubSystem>
117     </Link>
118   </ItemDefinitionGroup>
119   <ItemGroup>
120     <ClCompile Include="MakeUTF8.c" />
121   </ItemGroup>
122   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
123   <ImportGroup Label="ExtensionTargets">
124   </ImportGroup>
125 </Project>