]> git.proxmox.com Git - ceph.git/blob - ceph/src/zstd/build/VS2010/zstd/zstd.vcxproj
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / zstd / build / VS2010 / zstd / zstd.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\entropy_common.c" />
23 <ClCompile Include="..\..\..\lib\common\error_private.c" />
24 <ClCompile Include="..\..\..\lib\common\pool.c" />
25 <ClCompile Include="..\..\..\lib\common\threading.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\zstdmt_compress.c" />
32 <ClCompile Include="..\..\..\lib\compress\zstd_compress.c" />
33 <ClCompile Include="..\..\..\lib\compress\zstd_fast.c" />
34 <ClCompile Include="..\..\..\lib\compress\zstd_double_fast.c" />
35 <ClCompile Include="..\..\..\lib\compress\zstd_lazy.c" />
36 <ClCompile Include="..\..\..\lib\compress\zstd_opt.c" />
37 <ClCompile Include="..\..\..\lib\compress\zstd_ldm.c" />
38 <ClCompile Include="..\..\..\lib\decompress\huf_decompress.c" />
39 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" />
40 <ClCompile Include="..\..\..\lib\dictBuilder\cover.c" />
41 <ClCompile Include="..\..\..\lib\dictBuilder\divsufsort.c" />
42 <ClCompile Include="..\..\..\lib\dictBuilder\zdict.c" />
43 <ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />
44 <ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />
45 <ClCompile Include="..\..\..\lib\legacy\zstd_v03.c" />
46 <ClCompile Include="..\..\..\lib\legacy\zstd_v04.c" />
47 <ClCompile Include="..\..\..\lib\legacy\zstd_v05.c" />
48 <ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" />
49 <ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" />
50 <ClCompile Include="..\..\..\programs\bench.c" />
51 <ClCompile Include="..\..\..\programs\datagen.c" />
52 <ClCompile Include="..\..\..\programs\dibio.c" />
53 <ClCompile Include="..\..\..\programs\fileio.c" />
54 <ClCompile Include="..\..\..\programs\zstdcli.c" />
55 </ItemGroup>
56 <ItemGroup>
57 <ClInclude Include="..\..\..\lib\common\pool.h" />
58 <ClInclude Include="..\..\..\lib\common\threading.h" />
59 <ClInclude Include="..\..\..\lib\common\xxhash.h" />
60 <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
61 <ClInclude Include="..\..\..\lib\dictBuilder\zdict.h" />
62 <ClInclude Include="..\..\..\lib\dictBuilder\divsufsort.h" />
63 <ClInclude Include="..\..\..\lib\common\fse.h" />
64 <ClInclude Include="..\..\..\lib\common\huf.h" />
65 <ClInclude Include="..\..\..\lib\zstd.h" />
66 <ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
67 <ClInclude Include="..\..\..\lib\common\zstd_errors.h" />
68 <ClInclude Include="..\..\..\lib\compress\zstd_compress.h" />
69 <ClInclude Include="..\..\..\lib\compress\zstd_fast.h" />
70 <ClInclude Include="..\..\..\lib\compress\zstd_double_fast.h" />
71 <ClInclude Include="..\..\..\lib\compress\zstd_lazy.h" />
72 <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
73 <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
74 <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
75 <ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
76 <ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
77 <ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />
78 <ClInclude Include="..\..\..\lib\legacy\zstd_v04.h" />
79 <ClInclude Include="..\..\..\lib\legacy\zstd_v05.h" />
80 <ClInclude Include="..\..\..\lib\legacy\zstd_v06.h" />
81 <ClInclude Include="..\..\..\lib\legacy\zstd_v07.h" />
82 <ClInclude Include="..\..\..\programs\bench.h" />
83 <ClInclude Include="..\..\..\programs\datagen.h" />
84 <ClInclude Include="..\..\..\programs\dibio.h" />
85 <ClInclude Include="..\..\..\programs\fileio.h" />
86 <ClInclude Include="..\..\..\programs\platform.h" />
87 <ClInclude Include="..\..\..\programs\util.h" />
88 </ItemGroup>
89 <ItemGroup>
90 <ResourceCompile Include="zstd.rc" />
91 </ItemGroup>
92 <PropertyGroup Label="Globals">
93 <ProjectGuid>{4E52A41A-F33B-4C7A-8C36-A1A6B4F4277C}</ProjectGuid>
94 <Keyword>Win32Proj</Keyword>
95 <RootNamespace>zstd</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>Application</ConfigurationType>
102 <UseDebugLibraries>true</UseDebugLibraries>
103 <CharacterSet>MultiByte</CharacterSet>
104 </PropertyGroup>
105 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
106 <ConfigurationType>Application</ConfigurationType>
107 <UseDebugLibraries>true</UseDebugLibraries>
108 <CharacterSet>MultiByte</CharacterSet>
109 </PropertyGroup>
110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
111 <ConfigurationType>Application</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>Application</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 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
141 <RunCodeAnalysis>false</RunCodeAnalysis>
142 <LibraryPath>$(LibraryPath)</LibraryPath>
143 </PropertyGroup>
144 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
145 <LinkIncremental>true</LinkIncremental>
146 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
147 <RunCodeAnalysis>false</RunCodeAnalysis>
148 <LibraryPath>$(LibraryPath);</LibraryPath>
149 </PropertyGroup>
150 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
151 <LinkIncremental>false</LinkIncremental>
152 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
153 <RunCodeAnalysis>false</RunCodeAnalysis>
154 <LibraryPath>$(LibraryPath)</LibraryPath>
155 </PropertyGroup>
156 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
157 <LinkIncremental>false</LinkIncremental>
158 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
159 <RunCodeAnalysis>false</RunCodeAnalysis>
160 <LibraryPath>$(LibraryPath);</LibraryPath>
161 </PropertyGroup>
162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
163 <ClCompile>
164 <PrecompiledHeader>
165 </PrecompiledHeader>
166 <WarningLevel>Level4</WarningLevel>
167 <Optimization>Disabled</Optimization>
168 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
169 <TreatWarningAsError>true</TreatWarningAsError>
170 <EnablePREfast>false</EnablePREfast>
171 </ClCompile>
172 <Link>
173 <SubSystem>Console</SubSystem>
174 <GenerateDebugInformation>true</GenerateDebugInformation>
175 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
176 </Link>
177 </ItemDefinitionGroup>
178 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
179 <ClCompile>
180 <PrecompiledHeader>
181 </PrecompiledHeader>
182 <WarningLevel>Level4</WarningLevel>
183 <Optimization>Disabled</Optimization>
184 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185 <TreatWarningAsError>true</TreatWarningAsError>
186 <EnablePREfast>false</EnablePREfast>
187 </ClCompile>
188 <Link>
189 <SubSystem>Console</SubSystem>
190 <GenerateDebugInformation>true</GenerateDebugInformation>
191 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
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_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203 <EnablePREfast>false</EnablePREfast>
204 <TreatWarningAsError>false</TreatWarningAsError>
205 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
206 </ClCompile>
207 <Link>
208 <SubSystem>Console</SubSystem>
209 <GenerateDebugInformation>true</GenerateDebugInformation>
210 <EnableCOMDATFolding>true</EnableCOMDATFolding>
211 <OptimizeReferences>true</OptimizeReferences>
212 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
213 </Link>
214 </ItemDefinitionGroup>
215 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
216 <ClCompile>
217 <WarningLevel>Level4</WarningLevel>
218 <PrecompiledHeader>
219 </PrecompiledHeader>
220 <Optimization>MaxSpeed</Optimization>
221 <FunctionLevelLinking>true</FunctionLevelLinking>
222 <IntrinsicFunctions>true</IntrinsicFunctions>
223 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=4;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
224 <TreatWarningAsError>false</TreatWarningAsError>
225 <EnablePREfast>false</EnablePREfast>
226 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
227 <AdditionalOptions>/DZSTD_MULTITHREAD %(AdditionalOptions)</AdditionalOptions>
228 </ClCompile>
229 <Link>
230 <SubSystem>Console</SubSystem>
231 <GenerateDebugInformation>true</GenerateDebugInformation>
232 <EnableCOMDATFolding>true</EnableCOMDATFolding>
233 <OptimizeReferences>true</OptimizeReferences>
234 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
235 </Link>
236 </ItemDefinitionGroup>
237 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
238 <ImportGroup Label="ExtensionTargets">
239 </ImportGroup>
240 </Project>