blob: 248913766d68805e1992f6905049afdaf3c6dc84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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>
|