CommitDlg: Update index using libgit2 incrementally
[TortoiseGit.git] / ext / build / gtest.vcxproj
blob9a575627699cda2dcafc68243f906c7088dcc644
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>{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}</ProjectGuid>\r
23     <Keyword>Win32Proj</Keyword>\r
24   </PropertyGroup>\r
25   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
27   <PropertyGroup Label="Configuration">\r
28     <ConfigurationType>StaticLibrary</ConfigurationType>\r
29     <CharacterSet>MultiByte</CharacterSet>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
32     <WholeProgramOptimization>true</WholeProgramOptimization>\r
33   </PropertyGroup>\r
34   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
35   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
36   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
37   <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
38   <PropertyGroup Label="UserMacros" />\r
39   <ItemDefinitionGroup>\r
40     <ClCompile>\r
41       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
42       <AdditionalIncludeDirectories>..\..\ext\gtest;..\..\ext\gtest\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
43       <PreprocessorDefinitions Condition="'$(VisualStudioVersion)' == '11.0'">_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
44     </ClCompile>\r
45   </ItemDefinitionGroup>\r
46   <ItemGroup>\r
47     <ClCompile Include="..\gtest\src\gtest-all.cc" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <ClInclude Include="..\gtest\include\gtest\gtest.h" />\r
51   </ItemGroup>\r
52   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
53   <ImportGroup Label="ExtensionTargets">\r
54   </ImportGroup>\r
55 </Project>