mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Windows: Update VS2013 project files to include file info decoder.
This commit is contained in:
parent
8238898018
commit
ab72416d62
2 changed files with 4 additions and 0 deletions
|
@ -229,6 +229,7 @@
|
|||
<ClCompile Include="..\..\src\liblzma\common\easy_encoder.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\easy_encoder_memusage.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\easy_preset.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\file_info.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\filter_buffer_decoder.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\filter_buffer_encoder.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\filter_common.c" />
|
||||
|
@ -318,6 +319,7 @@
|
|||
<ClInclude Include="..\..\src\liblzma\common\filter_decoder.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\filter_encoder.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\index.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\index_decoder.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\index_encoder.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\memcmplen.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\outqueue.h" />
|
||||
|
|
|
@ -255,6 +255,7 @@
|
|||
<ClCompile Include="..\..\src\liblzma\common\easy_encoder.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\easy_encoder_memusage.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\easy_preset.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\file_info.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\filter_buffer_decoder.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\filter_buffer_encoder.c" />
|
||||
<ClCompile Include="..\..\src\liblzma\common\filter_common.c" />
|
||||
|
@ -344,6 +345,7 @@
|
|||
<ClInclude Include="..\..\src\liblzma\common\filter_decoder.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\filter_encoder.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\index.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\index_decoder.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\index_encoder.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\memcmplen.h" />
|
||||
<ClInclude Include="..\..\src\liblzma\common\outqueue.h" />
|
||||
|
|
Loading…
Reference in a new issue