VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/Driver.vcxproj.user
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-11-25 00:15:47 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-11-25 00:15:47 +0100
commit7e398c96d059929b4faa139cb1577aca4e843bb2 (patch)
treec828dbc70dfb70d2ef64b6b87becb40fc3c3acea /src/Driver/Driver.vcxproj.user
parent0c5fcf2286c912e087e6c3c5a25464fcfc107c89 (diff)
downloadVeraCrypt-7e398c96d059929b4faa139cb1577aca4e843bb2.tar.gz
VeraCrypt-7e398c96d059929b4faa139cb1577aca4e843bb2.zip
Windows: don't test sign driver by default in Release mode.
Diffstat (limited to 'src/Driver/Driver.vcxproj.user')
-rw-r--r--src/Driver/Driver.vcxproj.user4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Driver/Driver.vcxproj.user b/src/Driver/Driver.vcxproj.user
index 24891376..9724a753 100644
--- a/src/Driver/Driver.vcxproj.user
+++ b/src/Driver/Driver.vcxproj.user
@@ -11,5 +11,9 @@
<DeployFiles />
<ScriptName>Microsoft.DriverKit.DefaultDriverPackageInstallationClass.PerformDefaultDriverPackageInstallation</ScriptName>
<ScriptDeviceQuery />
+ <SignMode>Off</SignMode>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
+ <SignMode>Off</SignMode>
</PropertyGroup>
</Project> \ No newline at end of file