Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project: Bump WDK version to 10.0.19041 #393

Merged
merged 4 commits into from
May 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WDK: bump to 19041 (#391)
  • Loading branch information
imbushuo committed May 28, 2021
commit bc5ddab7517876aaf52b37ef7809d853b5cac37a
10 changes: 3 additions & 7 deletions src/AmtPtpDeviceUsbKm/AmtPtpDeviceUsbKm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,11 @@
<RootNamespace>AmtPtpDeviceUsbKm</RootNamespace>
</PropertyGroup>
<!-- They told me this: https://help.github.com/en/articles/software-in-virtual-environments-for-github-actions#windows-server-2019 -->
<!-- We are still using 17134/rs4 WDK on dev and AzDevOps environment. -->
<PropertyGroup>
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(BuildEnvironment)'=='Github'">
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(BuildEnvironment)'=='AzurePipelineOnPremAgent'">
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
Expand Down Expand Up @@ -362,4 +358,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>