Support both MSVC 2012 v110_xp and MSVC 2013 v120_xp toolsets
[TortoiseGit.git] / src / AsyncFramework / AsyncFramework.vcxproj
blobd1cd5582fdc41b854f29c73c327d14edd26e0b4f
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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
29     <ConfigurationType>StaticLibrary</ConfigurationType>\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>StaticLibrary</ConfigurationType>\r
35     <CharacterSet>Unicode</CharacterSet>\r
36   </PropertyGroup>\r
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
38     <ConfigurationType>StaticLibrary</ConfigurationType>\r
39     <CharacterSet>Unicode</CharacterSet>\r
40     <WholeProgramOptimization>true</WholeProgramOptimization>\r
41   </PropertyGroup>\r
42   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
43     <ConfigurationType>StaticLibrary</ConfigurationType>\r
44     <CharacterSet>Unicode</CharacterSet>\r
45   </PropertyGroup>\r
46   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
47   <ImportGroup Label="ExtensionSettings">\r
48   </ImportGroup>\r
49   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
50     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
51     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
52     <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
53   </ImportGroup>\r
54   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
56     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
57     <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
58   </ImportGroup>\r
59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
61     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
62     <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.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     <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
68   </ImportGroup>\r
69   <PropertyGroup Label="UserMacros" />\r
70   <PropertyGroup>\r
71     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
72   </PropertyGroup>\r
73   <ItemGroup>\r
74     <ClCompile Include="CriticalSection.cpp" />\r
75     <ClCompile Include="JobBase.cpp" />\r
76     <ClCompile Include="JobScheduler.cpp" />\r
77     <ClCompile Include="stdafx.cpp">\r
78       <PrecompiledHeader>Create</PrecompiledHeader>\r
79     </ClCompile>\r
80     <ClCompile Include="Thread.cpp" />\r
81     <ClCompile Include="WaitableEvent.cpp" />\r
82   </ItemGroup>\r
83   <ItemGroup>\r
84     <ClInclude Include="AsyncCall.h" />\r
85     <ClInclude Include="CriticalSection.h" />\r
86     <ClInclude Include="Future.h" />\r
87     <ClInclude Include="IJob.h" />\r
88     <ClInclude Include="JobBase.h" />\r
89     <ClInclude Include="JobScheduler.h" />\r
90     <ClInclude Include="SchedulerSuspension.h" />\r
91     <ClInclude Include="stdafx.h" />\r
92     <ClInclude Include="Thread.h" />\r
93     <ClInclude Include="WaitableEvent.h" />\r
94   </ItemGroup>\r
95   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
96   <ImportGroup Label="ExtensionTargets">\r
97   </ImportGroup>\r
98 </Project>