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

Windows: don't test sign driver by default in Release mode.

This commit is contained in:
Mounir IDRASSI
2024-11-25 00:15:47 +01:00
parent 0c5fcf2286
commit 7e398c96d0
2 changed files with 6 additions and 0 deletions

View File

@@ -83,6 +83,7 @@
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
<TargetName>veracrypt</TargetName>
<OutDir>$(ProjectDir)$(Platform)\$(ConfigurationName)\</OutDir>
<EnableInf2cat>false</EnableInf2cat>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
@@ -93,6 +94,7 @@
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
<TargetName>veracrypt</TargetName>
<OutDir>$(ProjectDir)$(Platform)\$(ConfigurationName)\</OutDir>
<EnableInf2cat>false</EnableInf2cat>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DriverSign>

View File

@@ -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>