Use global targetver.h
[TortoiseGit.git] / src / SshAskPass / SshAskPass.vcxproj
bloba7aaea3e5e33b8894f3e3c8658538158bd54cb37
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>{E8C01071-3B47-4A3F-9168-AA58A4635638}</ProjectGuid>\r
23     <RootNamespace>SshAskPass</RootNamespace>\r
24     <Keyword>Win32Proj</Keyword>\r
25   </PropertyGroup>\r
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
28     <ConfigurationType>Application</ConfigurationType>\r
29     <PlatformToolset>v110_xp</PlatformToolset>\r
30     <CharacterSet>Unicode</CharacterSet>\r
31     <WholeProgramOptimization>true</WholeProgramOptimization>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
34     <ConfigurationType>Application</ConfigurationType>\r
35     <PlatformToolset>v110_xp</PlatformToolset>\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     <PlatformToolset>v110_xp</PlatformToolset>\r
41     <CharacterSet>Unicode</CharacterSet>\r
42     <WholeProgramOptimization>true</WholeProgramOptimization>\r
43   </PropertyGroup>\r
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
45     <ConfigurationType>Application</ConfigurationType>\r
46     <PlatformToolset>v110_xp</PlatformToolset>\r
47     <CharacterSet>Unicode</CharacterSet>\r
48   </PropertyGroup>\r
49   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
50   <ImportGroup Label="ExtensionSettings">\r
51   </ImportGroup>\r
52   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
53     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
54     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
55   </ImportGroup>\r
56   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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   </ImportGroup>\r
60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
62     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
63   </ImportGroup>\r
64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
66     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
67   </ImportGroup>\r
68   <PropertyGroup Label="UserMacros" />\r
69   <PropertyGroup>\r
70     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
71   </PropertyGroup>\r
72   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
73     <Link>\r
74       <GenerateDebugInformation>false</GenerateDebugInformation>\r
75     </Link>\r
76   </ItemDefinitionGroup>\r
77   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
78     <Link>\r
79       <GenerateDebugInformation>false</GenerateDebugInformation>\r
80     </Link>\r
81   </ItemDefinitionGroup>\r
82   <ItemGroup>\r
83     <ClCompile Include="SshAskPass.cpp" />\r
84     <ClCompile Include="stdafx.cpp">\r
85       <PrecompiledHeader>Create</PrecompiledHeader>\r
86     </ClCompile>\r
87   </ItemGroup>\r
88   <ItemGroup>\r
89     <ClInclude Include="Resource.h" />\r
90     <ClInclude Include="stdafx.h" />\r
91   </ItemGroup>\r
92   <ItemGroup>\r
93     <Image Include="SshAskPass.ico" />\r
94   </ItemGroup>\r
95   <ItemGroup>\r
96     <ResourceCompile Include="SshAskPass.rc" />\r
97   </ItemGroup>\r
98   <ItemGroup>\r
99     <None Include="SshAskPass.rc2" />\r
100   </ItemGroup>\r
101   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
102   <ImportGroup Label="ExtensionTargets">\r
103   </ImportGroup>\r
104 </Project>