]> git.proxmox.com Git - ceph.git/blob - ceph/src/zstd/build/VS2010/zstd/zstd.vcxproj
add subtree-ish sources for 12.0.3
[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\xxhash.c" />
25 <ClCompile Include="..\..\..\lib\common\zstd_common.c" />
26 <ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
27 <ClCompile Include="..\..\..\lib\compress\fse_compress.c" />
28 <ClCompile Include="..\..\..\lib\compress\huf_compress.c" />
29 <ClCompile Include="..\..\..\lib\compress\zstd_compress.c" />
30 <ClCompile Include="..\..\..\lib\decompress\huf_decompress.c" />
31 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" />
32 <ClCompile Include="..\..\..\lib\dictBuilder\divsufsort.c" />
33 <ClCompile Include="..\..\..\lib\dictBuilder\zdict.c" />
34 <ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />
35 <ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />
36 <ClCompile Include="..\..\..\lib\legacy\zstd_v03.c" />
37 <ClCompile Include="..\..\..\lib\legacy\zstd_v04.c" />
38 <ClCompile Include="..\..\..\lib\legacy\zstd_v05.c" />
39 <ClCompile Include="..\..\..\lib\legacy\zstd_v06.c" />
40 <ClCompile Include="..\..\..\lib\legacy\zstd_v07.c" />
41 <ClCompile Include="..\..\..\programs\bench.c" />
42 <ClCompile Include="..\..\..\programs\datagen.c" />
43 <ClCompile Include="..\..\..\programs\dibio.c" />
44 <ClCompile Include="..\..\..\programs\fileio.c" />
45 <ClCompile Include="..\..\..\programs\zstdcli.c" />
46 </ItemGroup>
47 <ItemGroup>
48 <ClInclude Include="..\..\..\lib\common\xxhash.h" />
49 <ClInclude Include="..\..\..\lib\dictBuilder\zdict.h" />
50 <ClInclude Include="..\..\..\lib\dictBuilder\divsufsort.h" />
51 <ClInclude Include="..\..\..\lib\common\fse.h" />
52 <ClInclude Include="..\..\..\lib\common\huf.h" />
53 <ClInclude Include="..\..\..\lib\zstd.h" />
54 <ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
55 <ClInclude Include="..\..\..\lib\common\zstd_errors.h" />
56 <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
57 <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
58 <ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
59 <ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
60 <ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />
61 <ClInclude Include="..\..\..\lib\legacy\zstd_v04.h" />
62 <ClInclude Include="..\..\..\lib\legacy\zstd_v05.h" />
63 <ClInclude Include="..\..\..\lib\legacy\zstd_v06.h" />
64 <ClInclude Include="..\..\..\lib\legacy\zstd_v07.h" />
65 <ClInclude Include="..\..\..\programs\bench.h" />
66 <ClInclude Include="..\..\..\programs\datagen.h" />
67 <ClInclude Include="..\..\..\programs\dibio.h" />
68 <ClInclude Include="..\..\..\programs\fileio.h" />
69 <ClInclude Include="..\..\..\programs\util.h" />
70 </ItemGroup>
71 <ItemGroup>
72 <ResourceCompile Include="zstd.rc" />
73 </ItemGroup>
74 <PropertyGroup Label="Globals">
75 <ProjectGuid>{4E52A41A-F33B-4C7A-8C36-A1A6B4F4277C}</ProjectGuid>
76 <Keyword>Win32Proj</Keyword>
77 <RootNamespace>zstd</RootNamespace>
78 <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
79 <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
80 </PropertyGroup>
81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
83 <ConfigurationType>Application</ConfigurationType>
84 <UseDebugLibraries>true</UseDebugLibraries>
85 <CharacterSet>MultiByte</CharacterSet>
86 </PropertyGroup>
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
88 <ConfigurationType>Application</ConfigurationType>
89 <UseDebugLibraries>true</UseDebugLibraries>
90 <CharacterSet>MultiByte</CharacterSet>
91 </PropertyGroup>
92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
93 <ConfigurationType>Application</ConfigurationType>
94 <UseDebugLibraries>false</UseDebugLibraries>
95 <WholeProgramOptimization>true</WholeProgramOptimization>
96 <CharacterSet>MultiByte</CharacterSet>
97 </PropertyGroup>
98 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
99 <ConfigurationType>Application</ConfigurationType>
100 <UseDebugLibraries>false</UseDebugLibraries>
101 <WholeProgramOptimization>true</WholeProgramOptimization>
102 <CharacterSet>MultiByte</CharacterSet>
103 </PropertyGroup>
104 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
105 <ImportGroup Label="ExtensionSettings">
106 </ImportGroup>
107 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
108 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
109 </ImportGroup>
110 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
111 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
112 </ImportGroup>
113 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
115 </ImportGroup>
116 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
117 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118 </ImportGroup>
119 <PropertyGroup Label="UserMacros" />
120 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
121 <LinkIncremental>true</LinkIncremental>
122 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
123 <RunCodeAnalysis>false</RunCodeAnalysis>
124 <LibraryPath>$(LibraryPath)</LibraryPath>
125 </PropertyGroup>
126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
127 <LinkIncremental>true</LinkIncremental>
128 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
129 <RunCodeAnalysis>false</RunCodeAnalysis>
130 <LibraryPath>$(LibraryPath);</LibraryPath>
131 </PropertyGroup>
132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
133 <LinkIncremental>false</LinkIncremental>
134 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
135 <RunCodeAnalysis>false</RunCodeAnalysis>
136 <LibraryPath>$(LibraryPath)</LibraryPath>
137 </PropertyGroup>
138 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
139 <LinkIncremental>false</LinkIncremental>
140 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
141 <RunCodeAnalysis>false</RunCodeAnalysis>
142 <LibraryPath>$(LibraryPath);</LibraryPath>
143 </PropertyGroup>
144 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
145 <ClCompile>
146 <PrecompiledHeader>
147 </PrecompiledHeader>
148 <WarningLevel>Level4</WarningLevel>
149 <Optimization>Disabled</Optimization>
150 <PreprocessorDefinitions>ZSTD_LEGACY_SUPPORT=1;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151 <TreatWarningAsError>true</TreatWarningAsError>
152 <EnablePREfast>false</EnablePREfast>
153 </ClCompile>
154 <Link>
155 <SubSystem>Console</SubSystem>
156 <GenerateDebugInformation>true</GenerateDebugInformation>
157 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
158 </Link>
159 </ItemDefinitionGroup>
160 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
161 <ClCompile>
162 <PrecompiledHeader>
163 </PrecompiledHeader>
164 <WarningLevel>Level4</WarningLevel>
165 <Optimization>Disabled</Optimization>
166 <PreprocessorDefinitions>ZSTD_LEGACY_SUPPORT=1;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
167 <TreatWarningAsError>true</TreatWarningAsError>
168 <EnablePREfast>false</EnablePREfast>
169 </ClCompile>
170 <Link>
171 <SubSystem>Console</SubSystem>
172 <GenerateDebugInformation>true</GenerateDebugInformation>
173 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
174 </Link>
175 </ItemDefinitionGroup>
176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
177 <ClCompile>
178 <WarningLevel>Level4</WarningLevel>
179 <PrecompiledHeader>
180 </PrecompiledHeader>
181 <Optimization>MaxSpeed</Optimization>
182 <FunctionLevelLinking>true</FunctionLevelLinking>
183 <IntrinsicFunctions>true</IntrinsicFunctions>
184 <PreprocessorDefinitions>ZSTD_LEGACY_SUPPORT=1;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185 <EnablePREfast>false</EnablePREfast>
186 <TreatWarningAsError>false</TreatWarningAsError>
187 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
188 </ClCompile>
189 <Link>
190 <SubSystem>Console</SubSystem>
191 <GenerateDebugInformation>true</GenerateDebugInformation>
192 <EnableCOMDATFolding>true</EnableCOMDATFolding>
193 <OptimizeReferences>true</OptimizeReferences>
194 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
195 </Link>
196 </ItemDefinitionGroup>
197 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
198 <ClCompile>
199 <WarningLevel>Level4</WarningLevel>
200 <PrecompiledHeader>
201 </PrecompiledHeader>
202 <Optimization>MaxSpeed</Optimization>
203 <FunctionLevelLinking>true</FunctionLevelLinking>
204 <IntrinsicFunctions>true</IntrinsicFunctions>
205 <PreprocessorDefinitions>ZSTD_LEGACY_SUPPORT=1;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
206 <TreatWarningAsError>false</TreatWarningAsError>
207 <EnablePREfast>false</EnablePREfast>
208 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
209 </ClCompile>
210 <Link>
211 <SubSystem>Console</SubSystem>
212 <GenerateDebugInformation>true</GenerateDebugInformation>
213 <EnableCOMDATFolding>true</EnableCOMDATFolding>
214 <OptimizeReferences>true</OptimizeReferences>
215 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
216 </Link>
217 </ItemDefinitionGroup>
218 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
219 <ImportGroup Label="ExtensionTargets">
220 </ImportGroup>
221 </Project>