2020-09-05 04:00:35 +03:00
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE in the project root for license information. -->
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SDKVersionRS2>10.0.15063.0</SDKVersionRS2>
2021-09-02 03:09:38 +03:00
<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.18362.0</SDKVersionInsider>
2020-09-05 04:00:35 +03:00
</PropertyGroup>
2021-09-02 03:09:38 +03:00
2020-09-05 04:00:35 +03:00
<PropertyGroup>
<UseInsiderSDK>true</UseInsiderSDK>
<!-- By default we use the publicly shipped SDK version which is 19H1 now -->
2021-07-16 08:30:19 +03:00
<WindowsAppSDKVersion Condition="$(UseInsiderSDK) != 'true'">$(SDKVersion19H1)</WindowsAppSDKVersion>
2020-09-05 04:00:35 +03:00
2021-07-16 08:30:19 +03:00
<!-- Setting UseInsiderSDK will allow the code to build to the newest insider SDK
In order to get this from a cmd prompt run
2020-09-05 04:00:35 +03:00
set UseInsiderSDK=true and then launch muxcontrols.sln from that cmd prompt-->
2021-07-16 08:30:19 +03:00
<WindowsAppSDKVersion Condition="$(UseInsiderSDK)=='true'">$(SDKVersionInsider)</WindowsAppSDKVersion>
2020-09-05 04:00:35 +03:00
</PropertyGroup>
</Project>