VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/Mount.vcxproj
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-11-15 21:40:56 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-11-15 21:40:56 +0100
commit3a5fe632240786a6ce01d2f5097aa801ddc5f801 (patch)
treed2652b95e01d27463f426a22411d654fd2dc3d0c /src/Mount/Mount.vcxproj
parent62e956942aca5742a7fc3606a9c2ac43e07d9dad (diff)
downloadVeraCrypt-3a5fe632240786a6ce01d2f5097aa801ddc5f801.tar.gz
VeraCrypt-3a5fe632240786a6ce01d2f5097aa801ddc5f801.zip
Windows: Fix VS 2022 projects references
Diffstat (limited to 'src/Mount/Mount.vcxproj')
-rw-r--r--src/Mount/Mount.vcxproj11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/Mount/Mount.vcxproj b/src/Mount/Mount.vcxproj
index 5beda2d3..38e63cac 100644
--- a/src/Mount/Mount.vcxproj
+++ b/src/Mount/Mount.vcxproj
@@ -596,16 +596,17 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-arm64.exe" &gt;NUL:
</ResourceCompile>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Common\Lzma_vs2019.vcxproj">
+ <ProjectReference Include="..\Common\Lzma.vcxproj">
<Project>{b896fe1f-6bf3-4f75-9148-f841829073d9}</Project>
</ProjectReference>
- <ProjectReference Include="..\Crypto\Crypto_vs2019.vcxproj">
+ <ProjectReference Include="..\Common\Zip.vcxproj">
+ <Project>{6316ee71-0210-4ca4-bcc7-cfb7a3c090fc}</Project>
+ </ProjectReference>
+ <ProjectReference Include="..\Crypto\Crypto.vcxproj">
<Project>{993245cf-6b70-47ee-91bb-39f8fc6dc0e7}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="..\Format\Format_vs2019.vcxproj">
+ <ProjectReference Include="..\Format\Format.vcxproj">
<Project>{9dc1abe2-d18b-48fb-81d2-8c50adc57bcf}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />