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

Windows driver: use correct WDM type. Increment version to 1.26.17

This commit is contained in:
Mounir IDRASSI
2024-11-20 00:21:30 +01:00
parent f9b9a9ca9f
commit b85a2df224
86 changed files with 119 additions and 113 deletions

View File

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