Skip to content

Commit

Permalink
Project: Bump WDK version to 10.0.19041 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbushuo committed May 28, 2021
1 parent 04cb87d commit 81ca69f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 30 deletions.
10 changes: 3 additions & 7 deletions src/AmtPtpDeviceSpiKm/AmtPtpDeviceSpiKm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,11 @@
<RootNamespace>AmtPtpDeviceSpiKm</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>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -343,4 +339,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
13 changes: 4 additions & 9 deletions src/AmtPtpDeviceUniversalPkg/AmtPtpDeviceUniversalPkg.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,15 @@
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
<RootNamespace>AmtPtpDeviceUniversalPkg</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>
<!-- Note: AzDevOps Pipeline might override this -->
<PropertyGroup Condition="'$(ProductionCertPath)'==''">
<ProductionCertPath>CN=Bingxing Wang, O=Bingxing Wang, L=Bloomington, S=Indiana, C=US | 86EEA317D906826CA6F764739A5B44770AF9A12E</ProductionCertPath>
<ProductionCertPath></ProductionCertPath>
<TimeStampServer>http:https://timestamp.digicert.com</TimeStampServer>
<SignMode>ProductionSign</SignMode>
</PropertyGroup>
Expand Down Expand Up @@ -298,4 +293,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
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>
10 changes: 3 additions & 7 deletions src/AmtPtpDeviceUsbUm/MagicTrackpad2PtpDevice.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,11 @@
<ProjectName>AmtPtpDeviceUsbUm</ProjectName>
</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>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -315,4 +311,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 81ca69f

Please sign in to comment.