Close opened registry key
[TortoiseGit.git] / contrib / Utils / MakeUTF8.vcxproj
blobd63b23830751b71369c541e63cc9adb294c432fd
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.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="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27     <ConfigurationType>Application</ConfigurationType>
28     <UseDebugLibraries>true</UseDebugLibraries>
29     <PlatformToolset>v110_xp</PlatformToolset>
30   </PropertyGroup>
31   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
32     <ConfigurationType>Application</ConfigurationType>
33     <UseDebugLibraries>true</UseDebugLibraries>
34     <PlatformToolset>v110_xp</PlatformToolset>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
37     <ConfigurationType>Application</ConfigurationType>
38     <UseDebugLibraries>false</UseDebugLibraries>
39     <PlatformToolset>v110_xp</PlatformToolset>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
42     <ConfigurationType>Application</ConfigurationType>
43     <UseDebugLibraries>false</UseDebugLibraries>
44     <PlatformToolset>v110_xp</PlatformToolset>
45   </PropertyGroup>
46   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
47   <ImportGroup Label="ExtensionSettings">
48   </ImportGroup>
49   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
50     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51     <Import Project="..\..\src\TortoiseSVN.common.props" />
52   </ImportGroup>
53   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55     <Import Project="..\..\src\TortoiseSVN.common.props" />
56   </ImportGroup>
57   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59     <Import Project="..\..\src\TortoiseSVN.common.props" />
60   </ImportGroup>
61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63     <Import Project="..\..\src\TortoiseSVN.common.props" />
64   </ImportGroup>
65   <PropertyGroup Label="UserMacros" />
66   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
67     <LinkIncremental>true</LinkIncremental>
68     <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
69     <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
70   </PropertyGroup>
71   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
72     <LinkIncremental>true</LinkIncremental>
73     <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
74     <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
75   </PropertyGroup>
76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
77     <LinkIncremental>false</LinkIncremental>
78     <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
79     <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
80   </PropertyGroup>
81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82     <LinkIncremental>false</LinkIncremental>
83     <OutDir>bin\$(Configuration)_$(Platform)\</OutDir>
84     <IntDir>obj\$(Configuration)_$(Platform)\</IntDir>
85   </PropertyGroup>
86   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87     <ClCompile>
88       <PrecompiledHeader>NotUsing</PrecompiledHeader>
89     </ClCompile>
90     <Link>
91       <SubSystem>Console</SubSystem>
92     </Link>
93   </ItemDefinitionGroup>
94   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
95     <ClCompile>
96       <PrecompiledHeader>NotUsing</PrecompiledHeader>
97     </ClCompile>
98     <Link>
99       <SubSystem>Console</SubSystem>
100     </Link>
101   </ItemDefinitionGroup>
102   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103     <ClCompile>
104       <PrecompiledHeader>NotUsing</PrecompiledHeader>
105     </ClCompile>
106     <Link>
107       <SubSystem>Console</SubSystem>
108     </Link>
109   </ItemDefinitionGroup>
110   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
111     <ClCompile>
112       <PrecompiledHeader>NotUsing</PrecompiledHeader>
113     </ClCompile>
114     <Link>
115       <SubSystem>Console</SubSystem>
116     </Link>
117   </ItemDefinitionGroup>
118   <ItemGroup>
119     <ClCompile Include="MakeUTF8.c" />
120   </ItemGroup>
121   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
122   <ImportGroup Label="ExtensionTargets">
123   </ImportGroup>
124 </Project>