Skip to content

Commit

Permalink
Incremental work #2 for new insider Windows SDK support
Browse files Browse the repository at this point in the history
  • Loading branch information
RBrid committed Jan 15, 2021
1 parent 828d3a0 commit cc36164
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 26 deletions.
7 changes: 5 additions & 2 deletions SdkVersion.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
<SDKVersionRS3>10.0.16299.0</SDKVersionRS3>
<SDKVersionRS4>10.0.17134.0</SDKVersionRS4>
<SDKVersionRS5>10.0.17763.0</SDKVersionRS5>
<SDKVersion19H1>10.0.18362.0</SDKVersion19H1>
<SDKVersionInsider>10.0.21290.0</SDKVersionInsider>
<SDKVersion19H1>10.0.18362.0</SDKVersion19H1>
<SDKVersion21H1>10.0.21290.0</SDKVersion21H1>
<SDKVersionInsider>10.0.21290.0</SDKVersionInsider>
</PropertyGroup>
<PropertyGroup>
<UseInsiderSDK>false</UseInsiderSDK>

<!-- By default we use the publicly shipped SDK version which is 19H1 now -->
<MuxSdkVersion Condition="$(UseInsiderSDK) != 'true'">$(SDKVersion19H1)</MuxSdkVersion>

Expand Down
4 changes: 2 additions & 2 deletions dev/CommonStyles/CommonStyles.vcxitems
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</Page>
<Page Include="$(MSBuildThisFileDirectory)GridViewItem_themeresources_vu.xaml">
<UseVisualStyle>LatestWithVisualUpdate</UseVisualStyle>
<Version>RS1</Version>
<Version>21H1</Version>
<Type>ThemeResources</Type>
<UseNonstandardCondtionalXAML>true</UseNonstandardCondtionalXAML>
</Page>
Expand All @@ -148,7 +148,7 @@
</Page>
<Page Include="$(MSBuildThisFileDirectory)ListViewItem_themeresources_vu.xaml">
<UseVisualStyle>LatestWithVisualUpdate</UseVisualStyle>
<Version>RS1</Version>
<Version>21H1</Version>
<Type>ThemeResources</Type>
<UseNonstandardCondtionalXAML>true</UseNonstandardCondtionalXAML>
</Page>
Expand Down
Loading

0 comments on commit cc36164

Please sign in to comment.