RepositoryBrowser: Add drag handler
[TortoiseGit.git] / src / touch / touch.vcxproj
blob960eab02971605ad87f754d182b0ef499779fd6c
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>{84E07810-9AD4-4E0E-A7F7-FAD9A8CDFC7F}</ProjectGuid>\r
23     <RootNamespace>touch</RootNamespace>\r
24     <Keyword>Win32Proj</Keyword>\r
25     <ProjectName>tgittouch</ProjectName>\r
26   </PropertyGroup>\r
27   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
29   <PropertyGroup Label="Configuration">\r
30     <ConfigurationType>Application</ConfigurationType>\r
31     <CharacterSet>Unicode</CharacterSet>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
34     <WholeProgramOptimization>true</WholeProgramOptimization>\r
35   </PropertyGroup>\r
36   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
37   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
38   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
39   <PropertyGroup Label="UserMacros" />\r
40   <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">\r
41     <Link>\r
42       <GenerateDebugInformation>false</GenerateDebugInformation>\r
43     </Link>\r
44   </ItemDefinitionGroup>\r
45   <ItemGroup>\r
46     <ClCompile Include="stdafx.cpp">\r
47       <PrecompiledHeader>Create</PrecompiledHeader>\r
48     </ClCompile>\r
49     <ClCompile Include="touch.cpp" />\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <ClInclude Include="Resource.h" />\r
53     <ClInclude Include="stdafx.h" />\r
54   </ItemGroup>\r
55   <ItemGroup>\r
56     <ResourceCompile Include="touch.rc" />\r
57   </ItemGroup>\r
58   <ItemGroup>\r
59     <None Include="touch.rc2" />\r
60   </ItemGroup>\r
61   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
62   <ImportGroup Label="ExtensionTargets">\r
63   </ImportGroup>\r
64 </Project>