]> git.proxmox.com Git - ceph.git/blob - ceph/src/zstd/build/VS2010/libzstd-dll/libzstd-dll.vcxproj
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / zstd / build / VS2010 / libzstd-dll / libzstd-dll.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <ItemGroup>
22 <ClCompile Include="..\..\..\lib\common\pool.c" />
23 <ClCompile Include="..\..\..\lib\common\threading.c" />
24 <ClCompile Include="..\..\..\lib\common\entropy_common.c" />
25 <ClCompile Include="..\..\..\lib\common\error_private.c" />
26 <ClCompile Include="..\..\..\lib\common\xxhash.c" />
27 <ClCompile Include="..\..\..\lib\common\zstd_common.c" />
28 <ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
29 <ClCompile Include="..\..\..\lib\compress\fse_compress.c" />
30 <ClCompile Include="..\..\..\lib\compress\huf_compress.c" />
31 <ClCompile Include="..\..\..\lib\compress\zstd_compress.c" />
32 <ClCompile Include="..\..\..\lib\compress\zstd_fast.c" />
33 <ClCompile Include="..\..\..\lib\compress\zstd_double_fast.c" />
34 <ClCompile Include="..\..\..\lib\compress\zstd_lazy.c" />
35 <ClCompile Include="..\..\..\lib\compress\zstd_opt.c" />
36 <ClCompile Include="..\..\..\lib\compress\zstd_ldm.c" />
37 <ClCompile Include="..\..\..\lib\compress\zstdmt_compress.c" />
38 <ClCompile Include="..\..\..\lib\decompress\huf_decompress.c" />
39 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" />
40 <ClCompile Include="..\..\..\lib\deprecated\zbuff_common.c" />
41 <ClCompile Include="..\..\..\lib\deprecated\zbuff_compress.c" />
42 <ClCompile Include="..\..\..\lib\deprecated\zbuff_decompress.c" />
43 <ClCompile Include="..\..\..\lib\dictBuilder\cover.c" />
44 <ClCompile Include="..\..\..\lib\dictBuilder\divsufsort.c" />
45 <ClCompile Include="..\..\..\lib\dictBuilder\zdict.c" />
46 <ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />
47 <ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />
48 <ClCompile Include="..\..\..\lib\legacy\zstd_v03.c" />
49 <ClCompile Include="..\..\..\lib\legacy\zstd_v04.c" />
50 <ClCompile Include="..\..\..\lib\legacy\zstd_v05.c" />
51 <ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" />
52 <ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" />
53 </ItemGroup>
54 <ItemGroup>
55 <ClInclude Include="..\..\..\lib\common\pool.h" />
56 <ClInclude Include="..\..\..\lib\common\threading.h" />
57 <ClInclude Include="..\..\..\lib\common\bitstream.h" />
58 <ClInclude Include="..\..\..\lib\common\error_private.h" />
59 <ClInclude Include="..\..\..\lib\common\zstd_errors.h" />
60 <ClInclude Include="..\..\..\lib\common\mem.h" />
61 <ClInclude Include="..\..\..\lib\common\fse.h" />
62 <ClInclude Include="..\..\..\lib\common\huf.h" />
63 <ClInclude Include="..\..\..\lib\common\xxhash.h" />
64 <ClInclude Include="..\..\..\lib\deprecated\zbuff.h" />
65 <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
66 <ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
67 <ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
68 <ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />
69 <ClInclude Include="..\..\..\lib\legacy\zstd_v04.h" />
70 <ClInclude Include="..\..\..\lib\legacy\zstd_v05.h" />
71 <ClInclude Include="..\..\..\lib\legacy\zstd_v06.h" />
72 <ClInclude Include="..\..\..\lib\legacy\zstd_v07.h" />
73 <ClInclude Include="..\..\..\lib\zstd.h" />
74 <ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
75 <ClInclude Include="..\..\..\lib\compress\zstd_compress.h" />
76 <ClInclude Include="..\..\..\lib\compress\zstd_fast.h" />
77 <ClInclude Include="..\..\..\lib\compress\zstd_double_fast.h" />
78 <ClInclude Include="..\..\..\lib\compress\zstd_lazy.h" />
79 <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
80 <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
81 <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
82 </ItemGroup>
83 <ItemGroup>
84 <ResourceCompile Include="libzstd-dll.rc" />
85 </ItemGroup>
86 <PropertyGroup Label="Globals">
87 <ProjectGuid>{00000000-94D5-4BF9-8A50-7BD9929A0850}</ProjectGuid>
88 <Keyword>Win32Proj</Keyword>
89 <RootNamespace>libzstd-dll</RootNamespace>
90 <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
91 <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
92 </PropertyGroup>
93 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
95 <ConfigurationType>DynamicLibrary</ConfigurationType>
96 <UseDebugLibraries>true</UseDebugLibraries>
97 <CharacterSet>MultiByte</CharacterSet>
98 </PropertyGroup>
99 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
100 <ConfigurationType>DynamicLibrary</ConfigurationType>
101 <UseDebugLibraries>true</UseDebugLibraries>
102 <CharacterSet>MultiByte</CharacterSet>
103 </PropertyGroup>
104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
105 <ConfigurationType>DynamicLibrary</ConfigurationType>
106 <UseDebugLibraries>false</UseDebugLibraries>
107 <WholeProgramOptimization>true</WholeProgramOptimization>
108 <CharacterSet>MultiByte</CharacterSet>
109 </PropertyGroup>
110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
111 <ConfigurationType>DynamicLibrary</ConfigurationType>
112 <UseDebugLibraries>false</UseDebugLibraries>
113 <WholeProgramOptimization>true</WholeProgramOptimization>
114 <CharacterSet>MultiByte</CharacterSet>
115 </PropertyGroup>
116 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
117 <ImportGroup Label="ExtensionSettings">
118 </ImportGroup>
119 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
121 </ImportGroup>
122 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
123 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
124 </ImportGroup>
125 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
126 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
127 </ImportGroup>
128 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
129 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
130 </ImportGroup>
131 <PropertyGroup Label="UserMacros" />
132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
133 <LinkIncremental>true</LinkIncremental>
134 <TargetName>libzstd</TargetName>
135 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
136 <RunCodeAnalysis>false</RunCodeAnalysis>
137 </PropertyGroup>
138 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
139 <LinkIncremental>true</LinkIncremental>
140 <TargetName>libzstd</TargetName>
141 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
142 <RunCodeAnalysis>false</RunCodeAnalysis>
143 </PropertyGroup>
144 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
145 <LinkIncremental>false</LinkIncremental>
146 <TargetName>libzstd</TargetName>
147 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
148 <RunCodeAnalysis>false</RunCodeAnalysis>
149 </PropertyGroup>
150 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
151 <LinkIncremental>false</LinkIncremental>
152 <TargetName>libzstd</TargetName>
153 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
154 <RunCodeAnalysis>false</RunCodeAnalysis>
155 </PropertyGroup>
156 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
157 <ClCompile>
158 <PrecompiledHeader>
159 </PrecompiledHeader>
160 <WarningLevel>Level4</WarningLevel>
161 <Optimization>Disabled</Optimization>
162 <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
163 <MinimalRebuild>true</MinimalRebuild>
164 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
165 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
166 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
167 <TreatWarningAsError>true</TreatWarningAsError>
168 <EnablePREfast>false</EnablePREfast>
169 </ClCompile>
170 <Link>
171 <SubSystem>Console</SubSystem>
172 <GenerateDebugInformation>true</GenerateDebugInformation>
173 <TargetMachine>MachineX86</TargetMachine>
174 </Link>
175 </ItemDefinitionGroup>
176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
177 <ClCompile>
178 <PrecompiledHeader>
179 </PrecompiledHeader>
180 <WarningLevel>Level4</WarningLevel>
181 <Optimization>Disabled</Optimization>
182 <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
183 <TreatWarningAsError>true</TreatWarningAsError>
184 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
185 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
186 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
187 <EnablePREfast>false</EnablePREfast>
188 </ClCompile>
189 <Link>
190 <SubSystem>Console</SubSystem>
191 <GenerateDebugInformation>true</GenerateDebugInformation>
192 </Link>
193 </ItemDefinitionGroup>
194 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
195 <ClCompile>
196 <WarningLevel>Level4</WarningLevel>
197 <PrecompiledHeader>
198 </PrecompiledHeader>
199 <Optimization>MaxSpeed</Optimization>
200 <FunctionLevelLinking>true</FunctionLevelLinking>
201 <IntrinsicFunctions>true</IntrinsicFunctions>
202 <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203 <EnablePREfast>false</EnablePREfast>
204 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
205 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
206 <AssemblerOutput>All</AssemblerOutput>
207 </ClCompile>
208 <Link>
209 <SubSystem>Console</SubSystem>
210 <GenerateDebugInformation>true</GenerateDebugInformation>
211 <EnableCOMDATFolding>true</EnableCOMDATFolding>
212 <OptimizeReferences>true</OptimizeReferences>
213 <TargetMachine>MachineX86</TargetMachine>
214 </Link>
215 </ItemDefinitionGroup>
216 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
217 <ClCompile>
218 <WarningLevel>Level4</WarningLevel>
219 <PrecompiledHeader>
220 </PrecompiledHeader>
221 <Optimization>MaxSpeed</Optimization>
222 <FunctionLevelLinking>true</FunctionLevelLinking>
223 <IntrinsicFunctions>true</IntrinsicFunctions>
224 <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225 <TreatWarningAsError>false</TreatWarningAsError>
226 <EnablePREfast>false</EnablePREfast>
227 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
228 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
229 <WholeProgramOptimization>true</WholeProgramOptimization>
230 <OmitFramePointers>true</OmitFramePointers>
231 <AssemblerOutput>All</AssemblerOutput>
232 </ClCompile>
233 <Link>
234 <SubSystem>Console</SubSystem>
235 <GenerateDebugInformation>true</GenerateDebugInformation>
236 <EnableCOMDATFolding>true</EnableCOMDATFolding>
237 <OptimizeReferences>true</OptimizeReferences>
238 </Link>
239 </ItemDefinitionGroup>
240 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
241 <ImportGroup Label="ExtensionTargets">
242 </ImportGroup>
243 </Project>