diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-20 00:21:30 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-20 00:21:30 +0100 |
commit | b85a2df224c17470d6ce42a412a8dabb5f6e9190 (patch) | |
tree | c139feb8ca3bd3f6d7ede4e00ae2c8bb298cd8de /src/Driver/Driver.vcxproj.user | |
parent | f9b9a9ca9ff4874b10c1f41c33652cd03be99f93 (diff) | |
download | VeraCrypt-b85a2df224c17470d6ce42a412a8dabb5f6e9190.tar.gz VeraCrypt-b85a2df224c17470d6ce42a412a8dabb5f6e9190.zip |
Windows driver: use correct WDM type. Increment version to 1.26.17
Diffstat (limited to 'src/Driver/Driver.vcxproj.user')
-rw-r--r-- | src/Driver/Driver.vcxproj.user | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/Driver/Driver.vcxproj.user b/src/Driver/Driver.vcxproj.user index 88a55094..24891376 100644 --- a/src/Driver/Driver.vcxproj.user +++ b/src/Driver/Driver.vcxproj.user @@ -1,4 +1,15 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <RemoveDriver>True</RemoveDriver> + <InstallMode>None</InstallMode> + <HardwareIdString /> + <CommandLine /> + <ScriptPath>C:\Program Files (x86)\Windows Kits\10\Testing\Tests\Utilities\DefaultDriverPackageInstallationTask.dll</ScriptPath> + <DbgengRemoteMachineName>VM11</DbgengRemoteMachineName> + <DbgengKernelMachineName>VM11</DbgengKernelMachineName> + <DeployFiles /> + <ScriptName>Microsoft.DriverKit.DefaultDriverPackageInstallationClass.PerformDefaultDriverPackageInstallation</ScriptName> + <ScriptDeviceQuery /> + </PropertyGroup> </Project>
\ No newline at end of file |