diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-15 21:40:56 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-15 21:40:56 +0100 |
commit | 3a5fe632240786a6ce01d2f5097aa801ddc5f801 (patch) | |
tree | d2652b95e01d27463f426a22411d654fd2dc3d0c /src/Setup | |
parent | 62e956942aca5742a7fc3606a9c2ac43e07d9dad (diff) | |
download | VeraCrypt-3a5fe632240786a6ce01d2f5097aa801ddc5f801.tar.gz VeraCrypt-3a5fe632240786a6ce01d2f5097aa801ddc5f801.zip |
Windows: Fix VS 2022 projects references
Diffstat (limited to 'src/Setup')
-rw-r--r-- | src/Setup/Setup.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Setup/Setup.vcxproj b/src/Setup/Setup.vcxproj index 47d031be..f76efd6b 100644 --- a/src/Setup/Setup.vcxproj +++ b/src/Setup/Setup.vcxproj @@ -325,6 +325,11 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" >NUL <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseCustomEFI|Win32'">true</ExcludedFromBuild> </ResourceCompile> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\Common\Lzma.vcxproj"> + <Project>{b896fe1f-6bf3-4f75-9148-f841829073d9}</Project> + </ProjectReference> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |