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