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