Catch exception if g_Git.CheckAndInitDll() fails
[TortoiseGit.git] / src / SshAskPass / SshAskPass.vcxproj
blob31a600e0911084a4b4e35ce446acfc1e8453a3cb
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>{E8C01071-3B47-4A3F-9168-AA58A4635638}</ProjectGuid>\r
23     <RootNamespace>SshAskPass</RootNamespace>\r
24     <Keyword>Win32Proj</Keyword>\r
25   </PropertyGroup>\r
26   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
28   <PropertyGroup Label="Configuration">\r
29     <ConfigurationType>Application</ConfigurationType>\r
30     <CharacterSet>Unicode</CharacterSet>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
33     <WholeProgramOptimization>true</WholeProgramOptimization>\r
34   </PropertyGroup>\r
35   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
36   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
37   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
38   <PropertyGroup Label="UserMacros" />\r
39   <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">\r
40     <Link>\r
41       <GenerateDebugInformation>false</GenerateDebugInformation>\r
42     </Link>\r
43   </ItemDefinitionGroup>\r
44   <ItemGroup>\r
45     <ClCompile Include="SshAskPass.cpp" />\r
46     <ClCompile Include="stdafx.cpp">\r
47       <PrecompiledHeader>Create</PrecompiledHeader>\r
48     </ClCompile>\r
49   </ItemGroup>\r
50   <ItemGroup>\r
51     <ClInclude Include="Resource.h" />\r
52     <ClInclude Include="stdafx.h" />\r
53   </ItemGroup>\r
54   <ItemGroup>\r
55     <Image Include="SshAskPass.ico" />\r
56   </ItemGroup>\r
57   <ItemGroup>\r
58     <ResourceCompile Include="SshAskPass.rc" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <None Include="SshAskPass.rc2" />\r
62   </ItemGroup>\r
63   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
64   <ImportGroup Label="ExtensionTargets">\r
65   </ImportGroup>\r
66 </Project>