git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.6 / build / VS2010 / zstd / zstd.vcxproj
CommitLineData
648db22b 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\debug.c" />
23 <ClCompile Include="..\..\..\lib\common\entropy_common.c" />
24 <ClCompile Include="..\..\..\lib\common\error_private.c" />
25 <ClCompile Include="..\..\..\lib\common\pool.c" />
26 <ClCompile Include="..\..\..\lib\common\threading.c" />
27 <ClCompile Include="..\..\..\lib\common\xxhash.c" />
28 <ClCompile Include="..\..\..\lib\common\zstd_common.c" />
29 <ClCompile Include="..\..\..\lib\common\fse_decompress.c" />
30 <ClCompile Include="..\..\..\lib\compress\hist.c" />
31 <ClCompile Include="..\..\..\lib\compress\fse_compress.c" />
32 <ClCompile Include="..\..\..\lib\compress\huf_compress.c" />
33 <ClCompile Include="..\..\..\lib\compress\zstdmt_compress.c" />
34 <ClCompile Include="..\..\..\lib\compress\zstd_compress.c" />
35 <ClCompile Include="..\..\..\lib\compress\zstd_compress_literals.c" />
36 <ClCompile Include="..\..\..\lib\compress\zstd_compress_sequences.c" />
37 <ClCompile Include="..\..\..\lib\compress\zstd_compress_superblock.c" />
38 <ClCompile Include="..\..\..\lib\compress\zstd_fast.c" />
39 <ClCompile Include="..\..\..\lib\compress\zstd_double_fast.c" />
40 <ClCompile Include="..\..\..\lib\compress\zstd_lazy.c" />
41 <ClCompile Include="..\..\..\lib\compress\zstd_opt.c" />
42 <ClCompile Include="..\..\..\lib\compress\zstd_ldm.c" />
43 <ClCompile Include="..\..\..\lib\decompress\huf_decompress.c" />
44 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress.c" />
45 <ClCompile Include="..\..\..\lib\decompress\zstd_decompress_block.c" />
46 <ClCompile Include="..\..\..\lib\decompress\zstd_ddict.c" />
47 <ClCompile Include="..\..\..\lib\dictBuilder\cover.c" />
48 <ClCompile Include="..\..\..\lib\dictBuilder\fastcover.c" />
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 <ClCompile Include="..\..\..\programs\util.c" />
59 <ClCompile Include="..\..\..\programs\timefn.c" />
60 <ClCompile Include="..\..\..\programs\benchfn.c" />
61 <ClCompile Include="..\..\..\programs\benchzstd.c" />
62 <ClCompile Include="..\..\..\programs\datagen.c" />
63 <ClCompile Include="..\..\..\programs\dibio.c" />
64 <ClCompile Include="..\..\..\programs\fileio.c" />
65 <ClCompile Include="..\..\..\programs\fileio_asyncio.c" />
f535537f 66 <ClCompile Include="..\..\..\programs\lorem.c" />
648db22b 67 <ClCompile Include="..\..\..\programs\zstdcli.c" />
68 <ClCompile Include="..\..\..\programs\zstdcli_trace.c" />
69 </ItemGroup>
70 <ItemGroup>
71 <ClInclude Include="..\..\..\lib\common\pool.h" />
72 <ClInclude Include="..\..\..\lib\common\threading.h" />
73 <ClInclude Include="..\..\..\lib\common\xxhash.h" />
74 <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
75 <ClInclude Include="..\..\..\lib\zdict.h" />
76 <ClInclude Include="..\..\..\lib\dictBuilder\cover.h" />
77 <ClInclude Include="..\..\..\lib\dictBuilder\divsufsort.h" />
78 <ClInclude Include="..\..\..\lib\common\fse.h" />
79 <ClInclude Include="..\..\..\lib\common\huf.h" />
80 <ClInclude Include="..\..\..\lib\zstd.h" />
81 <ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
82 <ClInclude Include="..\..\..\lib\zstd_errors.h" />
83 <ClInclude Include="..\..\..\lib\compress\zstd_compress.h" />
84 <ClInclude Include="..\..\..\lib\compress\zstd_compress_literals.h" />
85 <ClInclude Include="..\..\..\lib\compress\zstd_compress_sequences.h" />
86 <ClInclude Include="..\..\..\lib\compress\zstd_cwksp.h" />
87 <ClInclude Include="..\..\..\lib\compress\zstd_compress_superblock.h" />
88 <ClInclude Include="..\..\..\lib\compress\zstd_fast.h" />
89 <ClInclude Include="..\..\..\lib\compress\zstd_double_fast.h" />
90 <ClInclude Include="..\..\..\lib\compress\zstd_lazy.h" />
91 <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
92 <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
93 <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" />
94 <ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
95 <ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
96 <ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
97 <ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />
98 <ClInclude Include="..\..\..\lib\legacy\zstd_v04.h" />
99 <ClInclude Include="..\..\..\lib\legacy\zstd_v05.h" />
100 <ClInclude Include="..\..\..\lib\legacy\zstd_v06.h" />
101 <ClInclude Include="..\..\..\lib\legacy\zstd_v07.h" />
102 <ClInclude Include="..\..\..\programs\benchzstd.h" />
103 <ClInclude Include="..\..\..\programs\datagen.h" />
104 <ClInclude Include="..\..\..\programs\dibio.h" />
105 <ClInclude Include="..\..\..\programs\fileio.h" />
106 <ClInclude Include="..\..\..\programs\platform.h" />
107 <ClInclude Include="..\..\..\programs\util.h" />
108 </ItemGroup>
109 <ItemGroup>
110 <ResourceCompile Include="zstd.rc" />
111 </ItemGroup>
112 <PropertyGroup Label="Globals">
113 <ProjectGuid>{4E52A41A-F33B-4C7A-8C36-A1A6B4F4277C}</ProjectGuid>
114 <Keyword>Win32Proj</Keyword>
115 <RootNamespace>zstd</RootNamespace>
116 <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
117 <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
118 <InstructionSet>NotSet</InstructionSet>
119 </PropertyGroup>
120 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
122 <ConfigurationType>Application</ConfigurationType>
123 <UseDebugLibraries>true</UseDebugLibraries>
124 <CharacterSet>MultiByte</CharacterSet>
125 </PropertyGroup>
126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
127 <ConfigurationType>Application</ConfigurationType>
128 <UseDebugLibraries>true</UseDebugLibraries>
129 <CharacterSet>MultiByte</CharacterSet>
130 </PropertyGroup>
131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
132 <ConfigurationType>Application</ConfigurationType>
133 <UseDebugLibraries>false</UseDebugLibraries>
134 <WholeProgramOptimization>true</WholeProgramOptimization>
135 <CharacterSet>MultiByte</CharacterSet>
136 </PropertyGroup>
137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
138 <ConfigurationType>Application</ConfigurationType>
139 <UseDebugLibraries>false</UseDebugLibraries>
140 <WholeProgramOptimization>true</WholeProgramOptimization>
141 <CharacterSet>MultiByte</CharacterSet>
142 </PropertyGroup>
143 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
144 <ImportGroup Label="ExtensionSettings">
145 </ImportGroup>
146 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
147 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
148 </ImportGroup>
149 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
150 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
151 </ImportGroup>
152 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
153 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
154 </ImportGroup>
155 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
156 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
157 </ImportGroup>
158 <PropertyGroup Label="UserMacros" />
159 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
160 <LinkIncremental>true</LinkIncremental>
161 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
162 <RunCodeAnalysis>false</RunCodeAnalysis>
163 <LibraryPath>$(LibraryPath)</LibraryPath>
164 </PropertyGroup>
165 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
166 <LinkIncremental>true</LinkIncremental>
167 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
168 <RunCodeAnalysis>false</RunCodeAnalysis>
169 <LibraryPath>$(LibraryPath);</LibraryPath>
170 </PropertyGroup>
171 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
172 <LinkIncremental>false</LinkIncremental>
173 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
174 <RunCodeAnalysis>false</RunCodeAnalysis>
175 <LibraryPath>$(LibraryPath)</LibraryPath>
176 </PropertyGroup>
177 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
178 <LinkIncremental>false</LinkIncremental>
179 <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
180 <RunCodeAnalysis>false</RunCodeAnalysis>
181 <LibraryPath>$(LibraryPath);</LibraryPath>
182 </PropertyGroup>
183 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
184 <ClCompile>
185 <PrecompiledHeader>
186 </PrecompiledHeader>
187 <WarningLevel>Level4</WarningLevel>
188 <Optimization>Disabled</Optimization>
189 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
190 <TreatWarningAsError>true</TreatWarningAsError>
191 <EnablePREfast>false</EnablePREfast>
192 <EnableEnhancedInstructionSet>$(InstructionSet)</EnableEnhancedInstructionSet>
193 </ClCompile>
194 <Link>
195 <SubSystem>Console</SubSystem>
196 <GenerateDebugInformation>true</GenerateDebugInformation>
197 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
198 </Link>
199 </ItemDefinitionGroup>
200 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
201 <ClCompile>
202 <PrecompiledHeader>
203 </PrecompiledHeader>
204 <WarningLevel>Level4</WarningLevel>
205 <Optimization>Disabled</Optimization>
206 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
207 <TreatWarningAsError>true</TreatWarningAsError>
208 <EnablePREfast>false</EnablePREfast>
209 <EnableEnhancedInstructionSet>$(InstructionSet)</EnableEnhancedInstructionSet>
210 </ClCompile>
211 <Link>
212 <SubSystem>Console</SubSystem>
213 <GenerateDebugInformation>true</GenerateDebugInformation>
214 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
215 </Link>
216 </ItemDefinitionGroup>
217 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
218 <ClCompile>
219 <WarningLevel>Level4</WarningLevel>
220 <PrecompiledHeader>
221 </PrecompiledHeader>
222 <Optimization>MaxSpeed</Optimization>
223 <FunctionLevelLinking>true</FunctionLevelLinking>
224 <IntrinsicFunctions>true</IntrinsicFunctions>
225 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
226 <EnablePREfast>false</EnablePREfast>
227 <TreatWarningAsError>false</TreatWarningAsError>
228 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
229 <EnableEnhancedInstructionSet>$(InstructionSet)</EnableEnhancedInstructionSet>
230 </ClCompile>
231 <Link>
232 <SubSystem>Console</SubSystem>
233 <GenerateDebugInformation>true</GenerateDebugInformation>
234 <EnableCOMDATFolding>true</EnableCOMDATFolding>
235 <OptimizeReferences>true</OptimizeReferences>
236 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
237 </Link>
238 </ItemDefinitionGroup>
239 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
240 <ClCompile>
241 <WarningLevel>Level4</WarningLevel>
242 <PrecompiledHeader>
243 </PrecompiledHeader>
244 <Optimization>MaxSpeed</Optimization>
245 <FunctionLevelLinking>true</FunctionLevelLinking>
246 <IntrinsicFunctions>true</IntrinsicFunctions>
247 <PreprocessorDefinitions>ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
248 <TreatWarningAsError>false</TreatWarningAsError>
249 <EnablePREfast>false</EnablePREfast>
250 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
251 <AdditionalOptions>/DZSTD_MULTITHREAD %(AdditionalOptions)</AdditionalOptions>
252 <EnableEnhancedInstructionSet>$(InstructionSet)</EnableEnhancedInstructionSet>
253 </ClCompile>
254 <Link>
255 <SubSystem>Console</SubSystem>
256 <GenerateDebugInformation>true</GenerateDebugInformation>
257 <EnableCOMDATFolding>true</EnableCOMDATFolding>
258 <OptimizeReferences>true</OptimizeReferences>
259 <AdditionalDependencies>setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
260 </Link>
261 </ItemDefinitionGroup>
262 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
263 <ImportGroup Label="ExtensionTargets">
264 </ImportGroup>
265</Project>