RepositoryBrowser: Add drag handler
[TortoiseGit.git] / contrib / Utils / MakeUTF8.vcxproj
bloba9314a550b529626d57d00537e01ac239ae6916a
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 Label="Configuration">
28     <ConfigurationType>Application</ConfigurationType>
29   </PropertyGroup>
30   <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
31     <UseDebugLibraries>true</UseDebugLibraries>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
34     <UseDebugLibraries>false</UseDebugLibraries>
35   </PropertyGroup>
36   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
37   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38   <Import Project="..\..\src\TortoiseGit.common.props" />
39   <PropertyGroup Label="UserMacros" />
40   <ItemDefinitionGroup>
41     <ClCompile>
42       <PrecompiledHeader>NotUsing</PrecompiledHeader>
43     </ClCompile>
44     <Link>
45       <SubSystem>Console</SubSystem>
46     </Link>
47   </ItemDefinitionGroup>
48   <ItemGroup>
49     <ClCompile Include="MakeUTF8.c" />
50   </ItemGroup>
51   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
52   <ImportGroup Label="ExtensionTargets">
53   </ImportGroup>
54 </Project>