diff options
Diffstat (limited to 'src/Driver/Driver.vcxproj.user')
-rw-r--r-- | src/Driver/Driver.vcxproj.user | 4 |
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 |