Call post push hook even if push wasn't successful
[TortoiseGit.git] / src / AsyncFramework / AsyncFramework.vcxproj
blobb27411bc02ea71c5666850a3a548f4b28ee91447
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>{98E4E6D3-0EF6-4570-A29E-274DACF3B784}</ProjectGuid>\r
23     <RootNamespace>AsyncFramework</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>StaticLibrary</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   <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
39   <PropertyGroup Label="UserMacros" />\r
40   <ItemGroup>\r
41     <ClCompile Include="CriticalSection.cpp" />\r
42     <ClCompile Include="JobBase.cpp" />\r
43     <ClCompile Include="JobScheduler.cpp" />\r
44     <ClCompile Include="stdafx.cpp">\r
45       <PrecompiledHeader>Create</PrecompiledHeader>\r
46     </ClCompile>\r
47     <ClCompile Include="Thread.cpp" />\r
48     <ClCompile Include="WaitableEvent.cpp" />\r
49   </ItemGroup>\r
50   <ItemGroup>\r
51     <ClInclude Include="AsyncCall.h" />\r
52     <ClInclude Include="CriticalSection.h" />\r
53     <ClInclude Include="Future.h" />\r
54     <ClInclude Include="IJob.h" />\r
55     <ClInclude Include="JobBase.h" />\r
56     <ClInclude Include="JobScheduler.h" />\r
57     <ClInclude Include="SchedulerSuspension.h" />\r
58     <ClInclude Include="stdafx.h" />\r
59     <ClInclude Include="Thread.h" />\r
60     <ClInclude Include="WaitableEvent.h" />\r
61   </ItemGroup>\r
62   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
63   <ImportGroup Label="ExtensionTargets">\r
64   </ImportGroup>\r
65 </Project>