git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / build / VS2010 / libzstd-dll / libzstd-dll.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\pool.c" />
23     <ClCompile Include="..\..\..\lib\common\debug.c" />
24     <ClCompile Include="..\..\..\lib\common\threading.c" />
25     <ClCompile Include="..\..\..\lib\common\entropy_common.c" />
26     <ClCompile Include="..\..\..\lib\compress\hist.c" />
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" />
34     <ClCompile Include="..\..\..\lib\compress\zstd_compress_literals.c" />
35     <ClCompile Include="..\..\..\lib\compress\zstd_compress_sequences.c" />
36     <ClCompile Include="..\..\..\lib\compress\zstd_compress_superblock.c" />
37     <ClCompile Include="..\..\..\lib\compress\zstd_fast.c" />
38     <ClCompile Include="..\..\..\lib\compress\zstd_double_fast.c" />
39     <ClCompile Include="..\..\..\lib\compress\zstd_lazy.c" />
40     <ClCompile Include="..\..\..\lib\compress\zstd_opt.c" />
41     <ClCompile Include="..\..\..\lib\compress\zstd_ldm.c" />
42     <ClCompile Include="..\..\..\lib\compress\zstdmt_compress.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   </ItemGroup>
59   <ItemGroup>
60     <ClInclude Include="..\..\..\lib\common\pool.h" />
61     <ClInclude Include="..\..\..\lib\common\threading.h" />
62     <ClInclude Include="..\..\..\lib\common\bitstream.h" />
63     <ClInclude Include="..\..\..\lib\common\error_private.h" />
64     <ClInclude Include="..\..\..\lib\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\legacy\zstd_legacy.h" />
70     <ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
71     <ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
72     <ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />
73     <ClInclude Include="..\..\..\lib\legacy\zstd_v04.h" />
74     <ClInclude Include="..\..\..\lib\legacy\zstd_v05.h" />
75     <ClInclude Include="..\..\..\lib\legacy\zstd_v06.h" />
76     <ClInclude Include="..\..\..\lib\legacy\zstd_v07.h" />
77     <ClInclude Include="..\..\..\lib\zstd.h" />
78     <ClInclude Include="..\..\..\lib\common\zstd_internal.h" />
79     <ClInclude Include="..\..\..\lib\compress\zstd_compress.h" />
80     <ClInclude Include="..\..\..\lib\compress\zstd_compress_literals.h" />
81     <ClInclude Include="..\..\..\lib\compress\zstd_compress_sequences.h" />
82     <ClInclude Include="..\..\..\lib\compress\zstd_cwksp.h" />
83     <ClInclude Include="..\..\..\lib\compress\zstd_compress_superblock.h" />
84     <ClInclude Include="..\..\..\lib\compress\zstd_fast.h" />
85     <ClInclude Include="..\..\..\lib\compress\zstd_double_fast.h" />
86     <ClInclude Include="..\..\..\lib\compress\zstd_lazy.h" />
87     <ClInclude Include="..\..\..\lib\compress\zstd_opt.h" />
88     <ClInclude Include="..\..\..\lib\compress\zstd_ldm.h" />
89     <ClInclude Include="..\..\..\lib\compress\zstdmt_compress.h" />
90     <ClInclude Include="..\..\..\lib\decompress\zstd_ddict.h" />
91   </ItemGroup>
92   <ItemGroup>
93     <ResourceCompile Include="libzstd-dll.rc" />
94   </ItemGroup>
95   <PropertyGroup Label="Globals">
96     <ProjectGuid>{00000000-94D5-4BF9-8A50-7BD9929A0850}</ProjectGuid>
97     <Keyword>Win32Proj</Keyword>
98     <RootNamespace>libzstd-dll</RootNamespace>
99     <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
100     <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
101   </PropertyGroup>
102   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
103   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
104     <ConfigurationType>DynamicLibrary</ConfigurationType>
105     <UseDebugLibraries>true</UseDebugLibraries>
106     <CharacterSet>MultiByte</CharacterSet>
107   </PropertyGroup>
108   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
109     <ConfigurationType>DynamicLibrary</ConfigurationType>
110     <UseDebugLibraries>true</UseDebugLibraries>
111     <CharacterSet>MultiByte</CharacterSet>
112   </PropertyGroup>
113   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
114     <ConfigurationType>DynamicLibrary</ConfigurationType>
115     <UseDebugLibraries>false</UseDebugLibraries>
116     <WholeProgramOptimization>true</WholeProgramOptimization>
117     <CharacterSet>MultiByte</CharacterSet>
118   </PropertyGroup>
119   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
120     <ConfigurationType>DynamicLibrary</ConfigurationType>
121     <UseDebugLibraries>false</UseDebugLibraries>
122     <WholeProgramOptimization>true</WholeProgramOptimization>
123     <CharacterSet>MultiByte</CharacterSet>
124   </PropertyGroup>
125   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
126   <ImportGroup Label="ExtensionSettings">
127   </ImportGroup>
128   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
129     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
130   </ImportGroup>
131   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
132     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
133   </ImportGroup>
134   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
135     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
136   </ImportGroup>
137   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
138     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
139   </ImportGroup>
140   <PropertyGroup Label="UserMacros" />
141   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
142     <LinkIncremental>true</LinkIncremental>
143     <TargetName>libzstd</TargetName>
144     <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
145     <RunCodeAnalysis>false</RunCodeAnalysis>
146   </PropertyGroup>
147   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
148     <LinkIncremental>true</LinkIncremental>
149     <TargetName>libzstd</TargetName>
150     <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
151     <RunCodeAnalysis>false</RunCodeAnalysis>
152   </PropertyGroup>
153   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
154     <LinkIncremental>false</LinkIncremental>
155     <TargetName>libzstd</TargetName>
156     <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
157     <RunCodeAnalysis>false</RunCodeAnalysis>
158   </PropertyGroup>
159   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
160     <LinkIncremental>false</LinkIncremental>
161     <TargetName>libzstd</TargetName>
162     <IncludePath>$(IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(UniversalCRT_IncludePath);</IncludePath>
163     <RunCodeAnalysis>false</RunCodeAnalysis>
164   </PropertyGroup>
165   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
166     <ClCompile>
167       <PrecompiledHeader>
168       </PrecompiledHeader>
169       <WarningLevel>Level4</WarningLevel>
170       <Optimization>Disabled</Optimization>
171       <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
173       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
174       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
175       <TreatWarningAsError>true</TreatWarningAsError>
176       <EnablePREfast>false</EnablePREfast>
177     </ClCompile>
178     <Link>
179       <SubSystem>Console</SubSystem>
180       <GenerateDebugInformation>true</GenerateDebugInformation>
181       <TargetMachine>MachineX86</TargetMachine>
182     </Link>
183   </ItemDefinitionGroup>
184   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
185     <ClCompile>
186       <PrecompiledHeader>
187       </PrecompiledHeader>
188       <WarningLevel>Level4</WarningLevel>
189       <Optimization>Disabled</Optimization>
190       <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
191       <TreatWarningAsError>true</TreatWarningAsError>
192       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
193       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
194       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
195       <EnablePREfast>false</EnablePREfast>
196     </ClCompile>
197     <Link>
198       <SubSystem>Console</SubSystem>
199       <GenerateDebugInformation>true</GenerateDebugInformation>
200     </Link>
201   </ItemDefinitionGroup>
202   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
203     <ClCompile>
204       <WarningLevel>Level4</WarningLevel>
205       <PrecompiledHeader>
206       </PrecompiledHeader>
207       <Optimization>MaxSpeed</Optimization>
208       <FunctionLevelLinking>true</FunctionLevelLinking>
209       <IntrinsicFunctions>true</IntrinsicFunctions>
210       <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
211       <EnablePREfast>false</EnablePREfast>
212       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
213       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
214     </ClCompile>
215     <Link>
216       <SubSystem>Console</SubSystem>
217       <GenerateDebugInformation>true</GenerateDebugInformation>
218       <EnableCOMDATFolding>true</EnableCOMDATFolding>
219       <OptimizeReferences>true</OptimizeReferences>
220       <TargetMachine>MachineX86</TargetMachine>
221     </Link>
222   </ItemDefinitionGroup>
223   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
224     <ClCompile>
225       <WarningLevel>Level4</WarningLevel>
226       <PrecompiledHeader>
227       </PrecompiledHeader>
228       <Optimization>MaxSpeed</Optimization>
229       <FunctionLevelLinking>true</FunctionLevelLinking>
230       <IntrinsicFunctions>true</IntrinsicFunctions>
231       <PreprocessorDefinitions>ZSTD_DLL_EXPORT=1;ZSTD_MULTITHREAD=1;ZSTD_LEGACY_SUPPORT=5;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
232       <TreatWarningAsError>false</TreatWarningAsError>
233       <EnablePREfast>false</EnablePREfast>
234       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
235       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
236       <WholeProgramOptimization>true</WholeProgramOptimization>
237       <OmitFramePointers>true</OmitFramePointers>
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>