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
21 <PropertyGroup Label="Globals">
\r
22 <ProjectGuid>{98E4E6D3-0EF6-4570-A29E-274DACF3B784}</ProjectGuid>
\r
23 <RootNamespace>AsyncFramework</RootNamespace>
\r
24 <Keyword>Win32Proj</Keyword>
\r
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
\r
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
\r
28 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
29 <CharacterSet>Unicode</CharacterSet>
\r
30 <PlatformToolset>v110_xp</PlatformToolset>
\r
31 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
\r
34 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
35 <CharacterSet>Unicode</CharacterSet>
\r
36 <PlatformToolset>v110_xp</PlatformToolset>
\r
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
\r
39 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
40 <CharacterSet>Unicode</CharacterSet>
\r
41 <PlatformToolset>v110_xp</PlatformToolset>
\r
42 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
\r
45 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
46 <CharacterSet>Unicode</CharacterSet>
\r
47 <PlatformToolset>v110_xp</PlatformToolset>
\r
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
\r
50 <ImportGroup Label="ExtensionSettings">
\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 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
\r
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
59 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
60 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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-staticlib.props" />
\r
67 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
\r
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
69 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
70 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
72 <PropertyGroup Label="UserMacros" />
\r
74 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
\r
77 <ClCompile Include="CriticalSection.cpp" />
\r
78 <ClCompile Include="JobBase.cpp" />
\r
79 <ClCompile Include="JobScheduler.cpp" />
\r
80 <ClCompile Include="stdafx.cpp">
\r
81 <PrecompiledHeader>Create</PrecompiledHeader>
\r
83 <ClCompile Include="Thread.cpp" />
\r
84 <ClCompile Include="WaitableEvent.cpp" />
\r
87 <ClInclude Include="AsyncCall.h" />
\r
88 <ClInclude Include="CriticalSection.h" />
\r
89 <ClInclude Include="Future.h" />
\r
90 <ClInclude Include="IJob.h" />
\r
91 <ClInclude Include="JobBase.h" />
\r
92 <ClInclude Include="JobScheduler.h" />
\r
93 <ClInclude Include="SchedulerSuspension.h" />
\r
94 <ClInclude Include="stdafx.h" />
\r
95 <ClInclude Include="Thread.h" />
\r
96 <ClInclude Include="WaitableEvent.h" />
\r
98 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
99 <ImportGroup Label="ExtensionTargets">
\r