Optimize performance of CLogFile
[TortoiseGit.git] / ext / build / zlib.vcxproj
blob274622b5af816524c9583d44bf4bf57df1d7841a
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>{5C6B6A95-2053-4593-9617-C4F176736D5A}</ProjectGuid>\r
31     <RootNamespace>zlib</RootNamespace>\r
32   </PropertyGroup>\r
33   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
34   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
35   <PropertyGroup Label="Configuration">\r
36     <ConfigurationType>DynamicLibrary</ConfigurationType>\r
37   </PropertyGroup>\r
38   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
39     <WholeProgramOptimization>true</WholeProgramOptimization>\r
40   </PropertyGroup>\r
41   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
42   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
43   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
44   <Import Project="$(SolutionDir)TortoiseGit.common-dll.props" />\r
45   <PropertyGroup Label="UserMacros" />\r
46   <PropertyGroup Condition="'$(Platform)'=='Win32'">\r
47     <TargetName>$(ProjectName)132_tgit</TargetName>\r
48   </PropertyGroup>\r
49   <PropertyGroup Condition="'$(Platform)'=='x64'">\r
50     <TargetName>$(ProjectName)1_tgit</TargetName>\r
51   </PropertyGroup>\r
52   <PropertyGroup Condition="'$(Platform)'=='ARM64'">\r
53     <TargetName>$(ProjectName)1_tgit</TargetName>\r
54   </PropertyGroup>\r
55   <ItemDefinitionGroup>\r
56     <ClCompile>\r
57       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
58       <WarningLevel>Level2</WarningLevel>\r
59       <PreprocessorDefinitions>ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
60     </ClCompile>\r
61   </ItemDefinitionGroup>\r
62   <ItemGroup>\r
63     <ClCompile Include="..\zlib\adler32.c" />\r
64     <ClCompile Include="..\zlib\crc32.c" />\r
65     <ClCompile Include="..\zlib\deflate.c" />\r
66     <ClCompile Include="..\zlib\infback.c" />\r
67     <ClCompile Include="..\zlib\inffast.c" />\r
68     <ClCompile Include="..\zlib\inflate.c" />\r
69     <ClCompile Include="..\zlib\inftrees.c" />\r
70     <ClCompile Include="..\zlib\trees.c" />\r
71     <ClCompile Include="..\zlib\zutil.c" />\r
72   </ItemGroup>\r
73   <ItemGroup>\r
74     <ClInclude Include="..\zlib\crc32.h" />\r
75     <ClInclude Include="..\zlib\deflate.h" />\r
76     <ClInclude Include="..\zlib\inffast.h" />\r
77     <ClInclude Include="..\zlib\inffixed.h" />\r
78     <ClInclude Include="..\zlib\inflate.h" />\r
79     <ClInclude Include="..\zlib\inftrees.h" />\r
80     <ClInclude Include="..\zlib\trees.h" />\r
81     <ClInclude Include="..\zlib\zconf.h" />\r
82     <ClInclude Include="..\zlib\zlib.h" />\r
83     <ClInclude Include="..\zlib\zutil.h" />\r
84   </ItemGroup>\r
85   <ItemGroup>\r
86     <ResourceCompile Include="..\zlib\win32\zlib1.rc" />\r
87   </ItemGroup>\r
88   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
89   <ImportGroup Label="ExtensionTargets">\r
90   </ImportGroup>\r
91 </Project>