1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-13 20:08:26 -06:00

Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt installed using MSI

This commit is contained in:
Mounir IDRASSI
2022-02-09 22:37:22 +01:00
parent 2da115ffb4
commit 302dc37fb9
12 changed files with 1412 additions and 1033 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>