diff options
Diffstat (limited to 'windows/vs2019/liblzma_dll.vcxproj')
-rw-r--r-- | windows/vs2019/liblzma_dll.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/windows/vs2019/liblzma_dll.vcxproj b/windows/vs2019/liblzma_dll.vcxproj index dad2725d..6c4de5e9 100644 --- a/windows/vs2019/liblzma_dll.vcxproj +++ b/windows/vs2019/liblzma_dll.vcxproj @@ -276,6 +276,7 @@ <ClCompile Include="..\..\src\liblzma\common\index_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\index_encoder.c" /> <ClCompile Include="..\..\src\liblzma\common\index_hash.c" /> + <ClCompile Include="..\..\src\liblzma\common\lzip_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\outqueue.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_buffer_decoder.c" /> <ClCompile Include="..\..\src\liblzma\common\stream_buffer_encoder.c" /> @@ -304,6 +305,7 @@ <ClCompile Include="..\..\src\liblzma\lz\lz_encoder_mf.c" /> <ClCompile Include="..\..\src\liblzma\rangecoder\price_table.c" /> <ClCompile Include="..\..\src\liblzma\simple\arm.c" /> + <ClCompile Include="..\..\src\liblzma\simple\arm64.c" /> <ClCompile Include="..\..\src\liblzma\simple\armthumb.c" /> <ClCompile Include="..\..\src\liblzma\simple\ia64.c" /> <ClCompile Include="..\..\src\liblzma\simple\powerpc.c" /> @@ -355,6 +357,7 @@ <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\lzip_decoder.h" /> <ClInclude Include="..\..\src\liblzma\common\outqueue.h" /> <ClInclude Include="..\..\src\liblzma\common\stream_decoder.h" /> <ClInclude Include="..\..\src\liblzma\common\stream_flags_common.h" /> @@ -389,4 +392,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |