Cleanup and move all common compiler options to common.props
[TortoiseGit.git] / src / TortoiseGitBlame / TortoiseGitBlameLang.vcxproj
blobe401045ba542e31a9fd7fd5bf237cc6349adbb11
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.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>{4C8C72BE-FE20-4A92-A592-0D44ED849B1C}</ProjectGuid>\r
23     <RootNamespace>TortoiseProcLang</RootNamespace>\r
24     <Keyword>Win32Proj</Keyword>\r
25   </PropertyGroup>\r
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
28     <ConfigurationType>DynamicLibrary</ConfigurationType>\r
29     <PlatformToolset>v110_xp</PlatformToolset>\r
30     <CharacterSet>Unicode</CharacterSet>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
33     <ConfigurationType>DynamicLibrary</ConfigurationType>\r
34     <PlatformToolset>v110_xp</PlatformToolset>\r
35     <CharacterSet>Unicode</CharacterSet>\r
36   </PropertyGroup>\r
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
38     <ConfigurationType>DynamicLibrary</ConfigurationType>\r
39     <PlatformToolset>v110_xp</PlatformToolset>\r
40     <CharacterSet>Unicode</CharacterSet>\r
41   </PropertyGroup>\r
42   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
43     <ConfigurationType>DynamicLibrary</ConfigurationType>\r
44     <PlatformToolset>v110_xp</PlatformToolset>\r
45     <CharacterSet>Unicode</CharacterSet>\r
46   </PropertyGroup>\r
47   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
48   <ImportGroup Label="ExtensionSettings">\r
49   </ImportGroup>\r
50   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
51     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
52     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
53     <Import Project="$(SolutionDir)TortoiseGit.common-dll.props" />\r
54     <Import Project="$(SolutionDir)TortoiseGit.common-langs.props" />\r
55   </ImportGroup>\r
56   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
58     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
59     <Import Project="$(SolutionDir)TortoiseGit.common-dll.props" />\r
60     <Import Project="$(SolutionDir)TortoiseGit.common-langs.props" />\r
61   </ImportGroup>\r
62   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
64     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
65     <Import Project="$(SolutionDir)TortoiseGit.common-dll.props" />\r
66     <Import Project="$(SolutionDir)TortoiseGit.common-langs.props" />\r
67   </ImportGroup>\r
68   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
70     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
71     <Import Project="$(SolutionDir)TortoiseGit.common-dll.props" />\r
72     <Import Project="$(SolutionDir)TortoiseGit.common-langs.props" />\r
73   </ImportGroup>\r
74   <PropertyGroup Label="UserMacros" />\r
75   <PropertyGroup>\r
76     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
77   </PropertyGroup>\r
78   <ItemGroup>\r
79     <ClInclude Include="resource.h" />\r
80   </ItemGroup>\r
81   <ItemGroup>\r
82     <ResourceCompile Include="..\resources\TortoiseGitBlameENG.rc" />\r
83   </ItemGroup>\r
84   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
85   <ImportGroup Label="ExtensionTargets">\r
86   </ImportGroup>\r
87 </Project>