Cleanup
[TortoiseGit.git] / src / touch / touch.vcxproj
bloba7893912d38c7c545588c9865aba85c30d8b6fb1
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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
30     <ConfigurationType>Application</ConfigurationType>\r
31     <CharacterSet>Unicode</CharacterSet>\r
32     <WholeProgramOptimization>true</WholeProgramOptimization>\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
35     <ConfigurationType>Application</ConfigurationType>\r
36     <CharacterSet>Unicode</CharacterSet>\r
37   </PropertyGroup>\r
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
39     <ConfigurationType>Application</ConfigurationType>\r
40     <CharacterSet>Unicode</CharacterSet>\r
41     <WholeProgramOptimization>true</WholeProgramOptimization>\r
42   </PropertyGroup>\r
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
44     <ConfigurationType>Application</ConfigurationType>\r
45     <CharacterSet>Unicode</CharacterSet>\r
46   </PropertyGroup>\r
47   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
48   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
49   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
50   <PropertyGroup Label="UserMacros" />\r
51   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
52     <Link>\r
53       <GenerateDebugInformation>false</GenerateDebugInformation>\r
54     </Link>\r
55   </ItemDefinitionGroup>\r
56   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
57     <Link>\r
58       <GenerateDebugInformation>false</GenerateDebugInformation>\r
59     </Link>\r
60   </ItemDefinitionGroup>\r
61   <ItemGroup>\r
62     <ClCompile Include="stdafx.cpp">\r
63       <PrecompiledHeader>Create</PrecompiledHeader>\r
64     </ClCompile>\r
65     <ClCompile Include="touch.cpp" />\r
66   </ItemGroup>\r
67   <ItemGroup>\r
68     <ClInclude Include="Resource.h" />\r
69     <ClInclude Include="stdafx.h" />\r
70   </ItemGroup>\r
71   <ItemGroup>\r
72     <ResourceCompile Include="touch.rc" />\r
73   </ItemGroup>\r
74   <ItemGroup>\r
75     <None Include="touch.rc2" />\r
76   </ItemGroup>\r
77   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
78   <ImportGroup Label="ExtensionTargets">\r
79   </ImportGroup>\r
80 </Project>