RebaseDlg: Correctly remember commits for rewriting on Squash after (Edit|Squash...
[TortoiseGit.git] / ext / gitdll / gitdll.vcxproj
blob13475148cbda62458c18d32d3757ae3ba02f0c2e
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|ARM64">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>ARM64</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug|Win32">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|x64">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|ARM64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>ARM64</Platform>\r
19     </ProjectConfiguration>\r
20     <ProjectConfiguration Include="Release|Win32">\r
21       <Configuration>Release</Configuration>\r
22       <Platform>Win32</Platform>\r
23     </ProjectConfiguration>\r
24     <ProjectConfiguration Include="Release|x64">\r
25       <Configuration>Release</Configuration>\r
26       <Platform>x64</Platform>\r
27     </ProjectConfiguration>\r
28   </ItemGroup>\r
29   <PropertyGroup Label="Globals">\r
30     <ProjectGuid>{4F0A55DE-DAFD-4A0B-A03D-2C14CB77E08F}</ProjectGuid>\r
31     <RootNamespace>gitdll</RootNamespace>\r
32     <Keyword>Win32Proj</Keyword>\r
33   </PropertyGroup>\r
34   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
35   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
36   <PropertyGroup Label="Configuration">\r
37     <ConfigurationType>DynamicLibrary</ConfigurationType>\r
38     <CharacterSet>NotSet</CharacterSet>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
41     <WholeProgramOptimization>true</WholeProgramOptimization>\r
42   </PropertyGroup>\r
43   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
44   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
45   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
46   <Import Project="$(SolutionDir)TortoiseGit.common-dll.props" />\r
47   <PropertyGroup Label="UserMacros" />\r
48   <PropertyGroup Condition="'$(Platform)'=='Win32'">\r
49     <TargetName>$(ProjectName)32</TargetName>\r
50   </PropertyGroup>\r
51   <ItemDefinitionGroup>\r
52     <ClCompile>\r
53       <AdditionalIncludeDirectories>..\tgit;..\tgit\compat;..\tgit\compat\poll;..\tgit\compat\vcbuild;..\tgit\compat\vcbuild\include;..\tgit\compat\fnmatch;..\tgit\compat\regex;..\tgit\compat\win32;..\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
54       <PreprocessorDefinitions>GITDLL_EXPORTS;MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
55       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
56       <ExceptionHandling>SyncCThrow</ExceptionHandling>\r
57       <LanguageStandard_C>stdc11</LanguageStandard_C>\r
58     </ClCompile>\r
59     <Link>\r
60       <AdditionalDependencies>ntdll.lib;wininet.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
61     </Link>\r
62   </ItemDefinitionGroup>\r
63   <ItemGroup>\r
64     <ClCompile Include="die.cpp" />\r
65     <ClCompile Include="dllmain.c" />\r
66     <ClCompile Include="gitdll.c" />\r
67   </ItemGroup>\r
68   <ItemGroup>\r
69     <ClInclude Include="gitdll.h" />\r
70     <ClInclude Include="resource.h" />\r
71     <ClInclude Include="stdafx.h" />\r
72   </ItemGroup>\r
73   <ItemGroup>\r
74     <ResourceCompile Include="gitdll.rc" />\r
75   </ItemGroup>\r
76   <ItemGroup>\r
77     <ProjectReference Include="..\build\zlib.vcxproj">\r
78       <Project>{5c6b6a95-2053-4593-9617-c4f176736d5a}</Project>\r
79       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
80     </ProjectReference>\r
81     <ProjectReference Include="..\build\libgit.vcxproj">\r
82       <Project>{f6dec8c3-b803-4a86-8848-430f08b499e3}</Project>\r
83       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
84     </ProjectReference>\r
85   </ItemGroup>\r
86   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
87   <ImportGroup Label="ExtensionTargets">\r
88   </ImportGroup>\r
89 </Project>