Doc: Rename Doxygen HTML doc directory name liblzma => api.
[xz/debian.git] / windows / vs2017 / liblzma_dll.vcxproj
blob66f4279bf3884012180a77543f20a423f2817d11
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.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="ReleaseMT|Win32">
13       <Configuration>ReleaseMT</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="ReleaseMT|x64">
17       <Configuration>ReleaseMT</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20     <ProjectConfiguration Include="Release|Win32">
21       <Configuration>Release</Configuration>
22       <Platform>Win32</Platform>
23     </ProjectConfiguration>
24     <ProjectConfiguration Include="Release|x64">
25       <Configuration>Release</Configuration>
26       <Platform>x64</Platform>
27     </ProjectConfiguration>
28   </ItemGroup>
29   <PropertyGroup Label="Globals">
30     <ProjectGuid>{E0F247DB-EF12-4755-8DF9-F74BCD1348F7}</ProjectGuid>
31     <Keyword>Win32Proj</Keyword>
32   </PropertyGroup>
33   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35     <ConfigurationType>DynamicLibrary</ConfigurationType>
36     <UseDebugLibraries>true</UseDebugLibraries>
37     <PlatformToolset>v141</PlatformToolset>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40     <ConfigurationType>DynamicLibrary</ConfigurationType>
41     <UseDebugLibraries>true</UseDebugLibraries>
42     <PlatformToolset>v141</PlatformToolset>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45     <ConfigurationType>DynamicLibrary</ConfigurationType>
46     <UseDebugLibraries>false</UseDebugLibraries>
47     <PlatformToolset>v141</PlatformToolset>
48   </PropertyGroup>
49   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50     <ConfigurationType>DynamicLibrary</ConfigurationType>
51     <UseDebugLibraries>false</UseDebugLibraries>
52     <PlatformToolset>v141</PlatformToolset>
53   </PropertyGroup>
54   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMT|Win32'" Label="Configuration">
55     <ConfigurationType>DynamicLibrary</ConfigurationType>
56     <UseDebugLibraries>false</UseDebugLibraries>
57     <PlatformToolset>v141</PlatformToolset>
58   </PropertyGroup>
59   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMT|x64'" Label="Configuration">
60     <ConfigurationType>DynamicLibrary</ConfigurationType>
61     <UseDebugLibraries>false</UseDebugLibraries>
62     <PlatformToolset>v141</PlatformToolset>
63   </PropertyGroup>
64   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
65   <ImportGroup Label="ExtensionSettings">
66   </ImportGroup>
67   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69   </ImportGroup>
70   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
71     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72   </ImportGroup>
73   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
74     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
75   </ImportGroup>
76   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
77     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
78   </ImportGroup>
79   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMT|Win32'" Label="PropertySheets">
80     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
81   </ImportGroup>
82   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMT|x64'" Label="PropertySheets">
83     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
84   </ImportGroup>
85   <PropertyGroup Label="UserMacros" />
86   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87     <LinkIncremental>true</LinkIncremental>
88     <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\$(ProjectName)\</OutDir>
89     <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
90     <TargetName>liblzma</TargetName>
91   </PropertyGroup>
92   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
93     <LinkIncremental>true</LinkIncremental>
94     <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\$(ProjectName)\</OutDir>
95     <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
96     <TargetName>liblzma</TargetName>
97   </PropertyGroup>
98   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
99     <LinkIncremental>
100     </LinkIncremental>
101     <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\$(ProjectName)\</OutDir>
102     <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
103     <TargetName>liblzma</TargetName>
104   </PropertyGroup>
105   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
106     <LinkIncremental />
107     <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\$(ProjectName)\</OutDir>
108     <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
109     <TargetName>liblzma</TargetName>
110   </PropertyGroup>
111   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMT|Win32'">
112     <LinkIncremental>
113     </LinkIncremental>
114     <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\$(ProjectName)\</OutDir>
115     <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
116     <TargetName>liblzma</TargetName>
117   </PropertyGroup>
118   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMT|x64'">
119     <LinkIncremental />
120     <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\$(ProjectName)\</OutDir>
121     <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
122     <TargetName>liblzma</TargetName>
123   </PropertyGroup>
124   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
125     <ClCompile>
126       <PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;DLL_EXPORT;_DEBUG;_WINDOWS;_USRDLL;LIBLZMADLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
128       <WarningLevel>Level3</WarningLevel>
129       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
130       <Optimization>Disabled</Optimization>
131       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;../../src/liblzma/check;../../src/liblzma/delta;../../src/liblzma/lz;../../src/liblzma/lzma;../../src/liblzma/rangecoder;../../src/liblzma/simple</AdditionalIncludeDirectories>
132     </ClCompile>
133     <Link>
134       <TargetMachine>MachineX86</TargetMachine>
135       <GenerateDebugInformation>true</GenerateDebugInformation>
136       <SubSystem>Windows</SubSystem>
137     </Link>
138     <ResourceCompile>
139       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;</AdditionalIncludeDirectories>
140       <PreprocessorDefinitions>HAVE_CONFIG_H</PreprocessorDefinitions>
141     </ResourceCompile>
142   </ItemDefinitionGroup>
143   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
144     <ClCompile>
145       <PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;DLL_EXPORT;_DEBUG;_WINDOWS;_USRDLL;LIBLZMADLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
147       <WarningLevel>Level3</WarningLevel>
148       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
149       <Optimization>Disabled</Optimization>
150       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;../../src/liblzma/check;../../src/liblzma/delta;../../src/liblzma/lz;../../src/liblzma/lzma;../../src/liblzma/rangecoder;../../src/liblzma/simple</AdditionalIncludeDirectories>
151     </ClCompile>
152     <Link>
153       <GenerateDebugInformation>true</GenerateDebugInformation>
154       <SubSystem>Windows</SubSystem>
155     </Link>
156     <ResourceCompile>
157       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;</AdditionalIncludeDirectories>
158       <PreprocessorDefinitions>HAVE_CONFIG_H</PreprocessorDefinitions>
159     </ResourceCompile>
160   </ItemDefinitionGroup>
161   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
162     <ClCompile>
163       <PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;DLL_EXPORT;NDEBUG;_WINDOWS;_USRDLL;LIBLZMADLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
165       <WarningLevel>Level3</WarningLevel>
166       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
167       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;../../src/liblzma/check;../../src/liblzma/delta;../../src/liblzma/lz;../../src/liblzma/lzma;../../src/liblzma/rangecoder;../../src/liblzma/simple</AdditionalIncludeDirectories>
168     </ClCompile>
169     <Link>
170       <TargetMachine>MachineX86</TargetMachine>
171       <GenerateDebugInformation>true</GenerateDebugInformation>
172       <SubSystem>Windows</SubSystem>
173       <EnableCOMDATFolding>true</EnableCOMDATFolding>
174       <OptimizeReferences>true</OptimizeReferences>
175     </Link>
176     <ResourceCompile>
177       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;</AdditionalIncludeDirectories>
178       <PreprocessorDefinitions>HAVE_CONFIG_H</PreprocessorDefinitions>
179     </ResourceCompile>
180   </ItemDefinitionGroup>
181   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
182     <ClCompile>
183       <PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;DLL_EXPORT;NDEBUG;_WINDOWS;_USRDLL;LIBLZMADLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
184       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
185       <WarningLevel>Level3</WarningLevel>
186       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
187       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;../../src/liblzma/check;../../src/liblzma/delta;../../src/liblzma/lz;../../src/liblzma/lzma;../../src/liblzma/rangecoder;../../src/liblzma/simple</AdditionalIncludeDirectories>
188     </ClCompile>
189     <Link>
190       <GenerateDebugInformation>true</GenerateDebugInformation>
191       <SubSystem>Windows</SubSystem>
192       <EnableCOMDATFolding>true</EnableCOMDATFolding>
193       <OptimizeReferences>true</OptimizeReferences>
194     </Link>
195     <ResourceCompile>
196       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;</AdditionalIncludeDirectories>
197       <PreprocessorDefinitions>HAVE_CONFIG_H</PreprocessorDefinitions>
198     </ResourceCompile>
199   </ItemDefinitionGroup>
200   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMT|Win32'">
201     <ClCompile>
202       <PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;DLL_EXPORT;NDEBUG;_WINDOWS;_USRDLL;LIBLZMADLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
204       <WarningLevel>Level3</WarningLevel>
205       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
206       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;../../src/liblzma/check;../../src/liblzma/delta;../../src/liblzma/lz;../../src/liblzma/lzma;../../src/liblzma/rangecoder;../../src/liblzma/simple</AdditionalIncludeDirectories>
207     </ClCompile>
208     <Link>
209       <TargetMachine>MachineX86</TargetMachine>
210       <GenerateDebugInformation>true</GenerateDebugInformation>
211       <SubSystem>Windows</SubSystem>
212       <EnableCOMDATFolding>true</EnableCOMDATFolding>
213       <OptimizeReferences>true</OptimizeReferences>
214     </Link>
215     <ResourceCompile>
216       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;</AdditionalIncludeDirectories>
217       <PreprocessorDefinitions>HAVE_CONFIG_H</PreprocessorDefinitions>
218     </ResourceCompile>
219   </ItemDefinitionGroup>
220   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMT|x64'">
221     <ClCompile>
222       <PreprocessorDefinitions>WIN32;HAVE_CONFIG_H;DLL_EXPORT;NDEBUG;_WINDOWS;_USRDLL;LIBLZMADLL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
223       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
224       <WarningLevel>Level3</WarningLevel>
225       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
226       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;../../src/liblzma/check;../../src/liblzma/delta;../../src/liblzma/lz;../../src/liblzma/lzma;../../src/liblzma/rangecoder;../../src/liblzma/simple</AdditionalIncludeDirectories>
227     </ClCompile>
228     <Link>
229       <GenerateDebugInformation>true</GenerateDebugInformation>
230       <SubSystem>Windows</SubSystem>
231       <EnableCOMDATFolding>true</EnableCOMDATFolding>
232       <OptimizeReferences>true</OptimizeReferences>
233     </Link>
234     <ResourceCompile>
235       <AdditionalIncludeDirectories>./;../../src/liblzma/common;../../src/common;../../src/liblzma/api;</AdditionalIncludeDirectories>
236       <PreprocessorDefinitions>HAVE_CONFIG_H</PreprocessorDefinitions>
237     </ResourceCompile>
238   </ItemDefinitionGroup>
239   <ItemGroup>
240     <ClCompile Include="..\..\src\common\tuklib_cpucores.c" />
241     <ClCompile Include="..\..\src\common\tuklib_physmem.c" />
242     <ClCompile Include="..\..\src\liblzma\check\check.c" />
243     <ClCompile Include="..\..\src\liblzma\check\crc32_fast.c" />
244     <ClCompile Include="..\..\src\liblzma\check\crc32_table.c" />
245     <ClCompile Include="..\..\src\liblzma\check\crc64_fast.c" />
246     <ClCompile Include="..\..\src\liblzma\check\crc64_table.c" />
247     <ClCompile Include="..\..\src\liblzma\check\sha256.c" />
248     <ClCompile Include="..\..\src\liblzma\common\alone_decoder.c" />
249     <ClCompile Include="..\..\src\liblzma\common\alone_encoder.c" />
250     <ClCompile Include="..\..\src\liblzma\common\auto_decoder.c" />
251     <ClCompile Include="..\..\src\liblzma\common\block_buffer_decoder.c" />
252     <ClCompile Include="..\..\src\liblzma\common\block_buffer_encoder.c" />
253     <ClCompile Include="..\..\src\liblzma\common\block_decoder.c" />
254     <ClCompile Include="..\..\src\liblzma\common\block_encoder.c" />
255     <ClCompile Include="..\..\src\liblzma\common\block_header_decoder.c" />
256     <ClCompile Include="..\..\src\liblzma\common\block_header_encoder.c" />
257     <ClCompile Include="..\..\src\liblzma\common\block_util.c" />
258     <ClCompile Include="..\..\src\liblzma\common\common.c" />
259     <ClCompile Include="..\..\src\liblzma\common\easy_buffer_encoder.c" />
260     <ClCompile Include="..\..\src\liblzma\common\easy_decoder_memusage.c" />
261     <ClCompile Include="..\..\src\liblzma\common\easy_encoder.c" />
262     <ClCompile Include="..\..\src\liblzma\common\easy_encoder_memusage.c" />
263     <ClCompile Include="..\..\src\liblzma\common\easy_preset.c" />
264     <ClCompile Include="..\..\src\liblzma\common\file_info.c" />
265     <ClCompile Include="..\..\src\liblzma\common\filter_buffer_decoder.c" />
266     <ClCompile Include="..\..\src\liblzma\common\filter_buffer_encoder.c" />
267     <ClCompile Include="..\..\src\liblzma\common\filter_common.c" />
268     <ClCompile Include="..\..\src\liblzma\common\filter_decoder.c" />
269     <ClCompile Include="..\..\src\liblzma\common\filter_encoder.c" />
270     <ClCompile Include="..\..\src\liblzma\common\filter_flags_decoder.c" />
271     <ClCompile Include="..\..\src\liblzma\common\filter_flags_encoder.c" />
272     <ClCompile Include="..\..\src\liblzma\common\hardware_cputhreads.c" />
273     <ClCompile Include="..\..\src\liblzma\common\hardware_physmem.c" />
274     <ClCompile Include="..\..\src\liblzma\common\index.c" />
275     <ClCompile Include="..\..\src\liblzma\common\index_decoder.c" />
276     <ClCompile Include="..\..\src\liblzma\common\index_encoder.c" />
277     <ClCompile Include="..\..\src\liblzma\common\index_hash.c" />
278     <ClCompile Include="..\..\src\liblzma\common\lzip_decoder.c" />
279     <ClCompile Include="..\..\src\liblzma\common\outqueue.c" />
280     <ClCompile Include="..\..\src\liblzma\common\stream_buffer_decoder.c" />
281     <ClCompile Include="..\..\src\liblzma\common\stream_buffer_encoder.c" />
282     <ClCompile Include="..\..\src\liblzma\common\stream_decoder.c" />
283     <ClCompile Include="..\..\src\liblzma\common\stream_decoder_mt.c" />
284     <ClCompile Include="..\..\src\liblzma\common\stream_encoder.c" />
285     <ClCompile Include="..\..\src\liblzma\common\stream_encoder_mt.c" />
286     <ClCompile Include="..\..\src\liblzma\common\stream_flags_common.c" />
287     <ClCompile Include="..\..\src\liblzma\common\stream_flags_decoder.c" />
288     <ClCompile Include="..\..\src\liblzma\common\stream_flags_encoder.c" />
289     <ClCompile Include="..\..\src\liblzma\common\string_conversion.c" />
290     <ClCompile Include="..\..\src\liblzma\common\vli_decoder.c" />
291     <ClCompile Include="..\..\src\liblzma\common\vli_encoder.c" />
292     <ClCompile Include="..\..\src\liblzma\common\vli_size.c" />
293     <ClCompile Include="..\..\src\liblzma\delta\delta_common.c" />
294     <ClCompile Include="..\..\src\liblzma\delta\delta_decoder.c" />
295     <ClCompile Include="..\..\src\liblzma\delta\delta_encoder.c" />
296     <ClCompile Include="..\..\src\liblzma\lzma\fastpos_table.c" />
297     <ClCompile Include="..\..\src\liblzma\lzma\lzma2_decoder.c" />
298     <ClCompile Include="..\..\src\liblzma\lzma\lzma2_encoder.c" />
299     <ClCompile Include="..\..\src\liblzma\lzma\lzma_decoder.c" />
300     <ClCompile Include="..\..\src\liblzma\lzma\lzma_encoder.c" />
301     <ClCompile Include="..\..\src\liblzma\lzma\lzma_encoder_optimum_fast.c" />
302     <ClCompile Include="..\..\src\liblzma\lzma\lzma_encoder_optimum_normal.c" />
303     <ClCompile Include="..\..\src\liblzma\lzma\lzma_encoder_presets.c" />
304     <ClCompile Include="..\..\src\liblzma\lz\lz_decoder.c" />
305     <ClCompile Include="..\..\src\liblzma\lz\lz_encoder.c" />
306     <ClCompile Include="..\..\src\liblzma\lz\lz_encoder_mf.c" />
307     <ClCompile Include="..\..\src\liblzma\rangecoder\price_table.c" />
308     <ClCompile Include="..\..\src\liblzma\simple\arm.c" />
309     <ClCompile Include="..\..\src\liblzma\simple\arm64.c" />
310     <ClCompile Include="..\..\src\liblzma\simple\armthumb.c" />
311     <ClCompile Include="..\..\src\liblzma\simple\ia64.c" />
312     <ClCompile Include="..\..\src\liblzma\simple\powerpc.c" />
313     <ClCompile Include="..\..\src\liblzma\simple\simple_coder.c" />
314     <ClCompile Include="..\..\src\liblzma\simple\simple_decoder.c" />
315     <ClCompile Include="..\..\src\liblzma\simple\simple_encoder.c" />
316     <ClCompile Include="..\..\src\liblzma\simple\sparc.c" />
317     <ClCompile Include="..\..\src\liblzma\simple\x86.c" />
318   </ItemGroup>
319   <ItemGroup>
320     <ClInclude Include="..\..\src\common\mythread.h" />
321     <ClInclude Include="..\..\src\common\sysdefs.h" />
322     <ClInclude Include="..\..\src\common\tuklib_common.h" />
323     <ClInclude Include="..\..\src\common\tuklib_config.h" />
324     <ClInclude Include="..\..\src\common\tuklib_cpucores.h" />
325     <ClInclude Include="..\..\src\common\tuklib_integer.h" />
326     <ClInclude Include="..\..\src\common\tuklib_physmem.h" />
327     <ClInclude Include="..\..\src\liblzma\api\lzma.h" />
328     <ClInclude Include="..\..\src\liblzma\api\lzma\base.h" />
329     <ClInclude Include="..\..\src\liblzma\api\lzma\bcj.h" />
330     <ClInclude Include="..\..\src\liblzma\api\lzma\block.h" />
331     <ClInclude Include="..\..\src\liblzma\api\lzma\check.h" />
332     <ClInclude Include="..\..\src\liblzma\api\lzma\container.h" />
333     <ClInclude Include="..\..\src\liblzma\api\lzma\delta.h" />
334     <ClInclude Include="..\..\src\liblzma\api\lzma\filter.h" />
335     <ClInclude Include="..\..\src\liblzma\api\lzma\hardware.h" />
336     <ClInclude Include="..\..\src\liblzma\api\lzma\index.h" />
337     <ClInclude Include="..\..\src\liblzma\api\lzma\index_hash.h" />
338     <ClInclude Include="..\..\src\liblzma\api\lzma\lzma12.h" />
339     <ClInclude Include="..\..\src\liblzma\api\lzma\stream_flags.h" />
340     <ClInclude Include="..\..\src\liblzma\api\lzma\version.h" />
341     <ClInclude Include="..\..\src\liblzma\api\lzma\vli.h" />
342     <ClInclude Include="..\..\src\liblzma\check\check.h" />
343     <ClInclude Include="..\..\src\liblzma\check\crc32_table_be.h" />
344     <ClInclude Include="..\..\src\liblzma\check\crc32_table_le.h" />
345     <ClInclude Include="..\..\src\liblzma\check\crc64_table_be.h" />
346     <ClInclude Include="..\..\src\liblzma\check\crc64_table_le.h" />
347     <ClInclude Include="..\..\src\liblzma\check\crc_macros.h" />
348     <ClInclude Include="..\..\src\liblzma\common\alone_decoder.h" />
349     <ClInclude Include="..\..\src\liblzma\common\block_buffer_encoder.h" />
350     <ClInclude Include="..\..\src\liblzma\common\block_decoder.h" />
351     <ClInclude Include="..\..\src\liblzma\common\block_encoder.h" />
352     <ClInclude Include="..\..\src\liblzma\common\common.h" />
353     <ClInclude Include="..\..\src\liblzma\common\easy_preset.h" />
354     <ClInclude Include="..\..\src\liblzma\common\filter_common.h" />
355     <ClInclude Include="..\..\src\liblzma\common\filter_decoder.h" />
356     <ClInclude Include="..\..\src\liblzma\common\filter_encoder.h" />
357     <ClInclude Include="..\..\src\liblzma\common\index.h" />
358     <ClInclude Include="..\..\src\liblzma\common\index_decoder.h" />
359     <ClInclude Include="..\..\src\liblzma\common\index_encoder.h" />
360     <ClInclude Include="..\..\src\liblzma\common\memcmplen.h" />
361     <ClInclude Include="..\..\src\liblzma\common\lzip_decoder.h" />
362     <ClInclude Include="..\..\src\liblzma\common\outqueue.h" />
363     <ClInclude Include="..\..\src\liblzma\common\stream_decoder.h" />
364     <ClInclude Include="..\..\src\liblzma\common\stream_flags_common.h" />
365     <ClInclude Include="..\..\src\liblzma\delta\delta_common.h" />
366     <ClInclude Include="..\..\src\liblzma\delta\delta_decoder.h" />
367     <ClInclude Include="..\..\src\liblzma\delta\delta_encoder.h" />
368     <ClInclude Include="..\..\src\liblzma\delta\delta_private.h" />
369     <ClInclude Include="..\..\src\liblzma\lzma\fastpos.h" />
370     <ClInclude Include="..\..\src\liblzma\lzma\lzma2_decoder.h" />
371     <ClInclude Include="..\..\src\liblzma\lzma\lzma2_encoder.h" />
372     <ClInclude Include="..\..\src\liblzma\lzma\lzma_common.h" />
373     <ClInclude Include="..\..\src\liblzma\lzma\lzma_decoder.h" />
374     <ClInclude Include="..\..\src\liblzma\lzma\lzma_encoder.h" />
375     <ClInclude Include="..\..\src\liblzma\lzma\lzma_encoder_private.h" />
376     <ClInclude Include="..\..\src\liblzma\lz\lz_decoder.h" />
377     <ClInclude Include="..\..\src\liblzma\lz\lz_encoder.h" />
378     <ClInclude Include="..\..\src\liblzma\lz\lz_encoder_hash.h" />
379     <ClInclude Include="..\..\src\liblzma\lz\lz_encoder_hash_table.h" />
380     <ClInclude Include="..\..\src\liblzma\rangecoder\price.h" />
381     <ClInclude Include="..\..\src\liblzma\rangecoder\range_common.h" />
382     <ClInclude Include="..\..\src\liblzma\rangecoder\range_decoder.h" />
383     <ClInclude Include="..\..\src\liblzma\rangecoder\range_encoder.h" />
384     <ClInclude Include="..\..\src\liblzma\simple\simple_coder.h" />
385     <ClInclude Include="..\..\src\liblzma\simple\simple_decoder.h" />
386     <ClInclude Include="..\..\src\liblzma\simple\simple_encoder.h" />
387     <ClInclude Include="..\..\src\liblzma\simple\simple_private.h" />
388     <ClInclude Include="config.h" />
389   </ItemGroup>
390   <ItemGroup>
391     <ResourceCompile Include="..\..\src\liblzma\liblzma_w32res.rc" />
392   </ItemGroup>
393   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
394   <ImportGroup Label="ExtensionTargets">
395   </ImportGroup>
396 </Project>