Prefer to use VS2013 for compiling and testing on AppVeyor
[TortoiseGit.git] / ext / gitdll / gitdll.vcxproj
blobde2ff47d5da88351374872f9c6033e8ce19e09d0
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>{4F0A55DE-DAFD-4A0B-A03D-2C14CB77E08F}</ProjectGuid>\r
23     <RootNamespace>gitdll</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>DynamicLibrary</ConfigurationType>\r
30     <CharacterSet>NotSet</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-dll.props" />\r
39   <PropertyGroup Label="UserMacros" />\r
40   <PropertyGroup Condition="'$(Platform)'=='Win32'">\r
41     <TargetName>$(ProjectName)32</TargetName>\r
42   </PropertyGroup>\r
43   <ItemDefinitionGroup>\r
44     <ClCompile>\r
45       <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
46       <PreprocessorDefinitions>GITDLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
47       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
48       <ExceptionHandling>SyncCThrow</ExceptionHandling>\r
49     </ClCompile>\r
50     <Link>\r
51       <AdditionalDependencies>wininet.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
52     </Link>\r
53   </ItemDefinitionGroup>\r
54   <ItemGroup>\r
55     <ClCompile Include="die.cpp" />\r
56     <ClCompile Include="dllmain.c" />\r
57     <ClCompile Include="gitdll.c" />\r
58   </ItemGroup>\r
59   <ItemGroup>\r
60     <ClInclude Include="gitdll.h" />\r
61     <ClInclude Include="resource.h" />\r
62     <ClInclude Include="stdafx.h" />\r
63     <ClInclude Include="targetver.h" />\r
64   </ItemGroup>\r
65   <ItemGroup>\r
66     <ResourceCompile Include="gitdll.rc" />\r
67   </ItemGroup>\r
68   <ItemGroup>\r
69     <ProjectReference Include="..\build\zlib.vcxproj">\r
70       <Project>{5c6b6a95-2053-4593-9617-c4f176736d5a}</Project>\r
71       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
72     </ProjectReference>\r
73     <ProjectReference Include="..\build\libgit.vcxproj">\r
74       <Project>{f6dec8c3-b803-4a86-8848-430f08b499e3}</Project>\r
75       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
76     </ProjectReference>\r
77   </ItemGroup>\r
78   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
79   <ImportGroup Label="ExtensionTargets">\r
80   </ImportGroup>\r
81 </Project>