WindowsAppSDK/SdkVersion.props

24 строки
1.2 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

User/eho makai/reunion framework package (#163) * allow framework package step to run * update ProjectReunion.sln with FWP folder hierarchy plus csproj and ps1 edits * copy framework pkg PRI (and turn on debugging in createnugetpackage yml) * frameworkpackage PRI project updates * create localpackages dir * prune BuildingWithBuildExe * remove FrameworkPackagePRI and processing * remove pri from FWP nuspec * include project reunion dll not design dll * remove frameworkpackage reference from artifact drop dir in fwp nuspec * MakeAppxHBelper.cmd * add outputs to debug makeFWP-steps.yml * another ProjectReunion_dll fixup * grr, another projectreunion_dll * grr2 * winmd not in sdk dir, other removals * nuke another sdk dir path * re-enable noiseasset * remove activatableclass from appxmanifest.xml * MSTest.pfx * turn off debugging * fix ID for framework package nupkg (whatever that is) * remove activatableclass from appxmanifest and parameterize nuget cmd line * re-enable reunion version props, script scope for nuget cmd vars * remove unused FrameworkPackagePRI csproj etc * try to dump artifacts\drops in CI yml * fix syntax error * fix syntax error 2 * undo * remove noiseasset * remove noiseasset PNG * re-enable ActivatableTypes (thx Jevan) * remove all PRI entries in MakeFrameworkPackage.ps1 * try to get activatable class listing working * experiment - remove dummy fwp detector type * fix erroenous ID for nupkg * remove incorrect line from frameworkpackage nuspec * turn on debugging temporarily * publish projectreunion.lib and sampleflatc.h for FWP nupkg * include microsoft.projectreunion.lib and SampleFlatC.h in fwp nupkg * fix lib name
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>
<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>
User/eho makai/reunion framework package (#163) * allow framework package step to run * update ProjectReunion.sln with FWP folder hierarchy plus csproj and ps1 edits * copy framework pkg PRI (and turn on debugging in createnugetpackage yml) * frameworkpackage PRI project updates * create localpackages dir * prune BuildingWithBuildExe * remove FrameworkPackagePRI and processing * remove pri from FWP nuspec * include project reunion dll not design dll * remove frameworkpackage reference from artifact drop dir in fwp nuspec * MakeAppxHBelper.cmd * add outputs to debug makeFWP-steps.yml * another ProjectReunion_dll fixup * grr, another projectreunion_dll * grr2 * winmd not in sdk dir, other removals * nuke another sdk dir path * re-enable noiseasset * remove activatableclass from appxmanifest.xml * MSTest.pfx * turn off debugging * fix ID for framework package nupkg (whatever that is) * remove activatableclass from appxmanifest and parameterize nuget cmd line * re-enable reunion version props, script scope for nuget cmd vars * remove unused FrameworkPackagePRI csproj etc * try to dump artifacts\drops in CI yml * fix syntax error * fix syntax error 2 * undo * remove noiseasset * remove noiseasset PNG * re-enable ActivatableTypes (thx Jevan) * remove all PRI entries in MakeFrameworkPackage.ps1 * try to get activatable class listing working * experiment - remove dummy fwp detector type * fix erroenous ID for nupkg * remove incorrect line from frameworkpackage nuspec * turn on debugging temporarily * publish projectreunion.lib and sampleflatc.h for FWP nupkg * include microsoft.projectreunion.lib and SampleFlatC.h in fwp nupkg * fix lib name
2020-09-05 04:00:35 +03:00
</PropertyGroup>
User/eho makai/reunion framework package (#163) * allow framework package step to run * update ProjectReunion.sln with FWP folder hierarchy plus csproj and ps1 edits * copy framework pkg PRI (and turn on debugging in createnugetpackage yml) * frameworkpackage PRI project updates * create localpackages dir * prune BuildingWithBuildExe * remove FrameworkPackagePRI and processing * remove pri from FWP nuspec * include project reunion dll not design dll * remove frameworkpackage reference from artifact drop dir in fwp nuspec * MakeAppxHBelper.cmd * add outputs to debug makeFWP-steps.yml * another ProjectReunion_dll fixup * grr, another projectreunion_dll * grr2 * winmd not in sdk dir, other removals * nuke another sdk dir path * re-enable noiseasset * remove activatableclass from appxmanifest.xml * MSTest.pfx * turn off debugging * fix ID for framework package nupkg (whatever that is) * remove activatableclass from appxmanifest and parameterize nuget cmd line * re-enable reunion version props, script scope for nuget cmd vars * remove unused FrameworkPackagePRI csproj etc * try to dump artifacts\drops in CI yml * fix syntax error * fix syntax error 2 * undo * remove noiseasset * remove noiseasset PNG * re-enable ActivatableTypes (thx Jevan) * remove all PRI entries in MakeFrameworkPackage.ps1 * try to get activatable class listing working * experiment - remove dummy fwp detector type * fix erroenous ID for nupkg * remove incorrect line from frameworkpackage nuspec * turn on debugging temporarily * publish projectreunion.lib and sampleflatc.h for FWP nupkg * include microsoft.projectreunion.lib and SampleFlatC.h in fwp nupkg * fix lib name
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 -->
<WindowsAppSDKVersion Condition="$(UseInsiderSDK) != 'true'">$(SDKVersion19H1)</WindowsAppSDKVersion>
User/eho makai/reunion framework package (#163) * allow framework package step to run * update ProjectReunion.sln with FWP folder hierarchy plus csproj and ps1 edits * copy framework pkg PRI (and turn on debugging in createnugetpackage yml) * frameworkpackage PRI project updates * create localpackages dir * prune BuildingWithBuildExe * remove FrameworkPackagePRI and processing * remove pri from FWP nuspec * include project reunion dll not design dll * remove frameworkpackage reference from artifact drop dir in fwp nuspec * MakeAppxHBelper.cmd * add outputs to debug makeFWP-steps.yml * another ProjectReunion_dll fixup * grr, another projectreunion_dll * grr2 * winmd not in sdk dir, other removals * nuke another sdk dir path * re-enable noiseasset * remove activatableclass from appxmanifest.xml * MSTest.pfx * turn off debugging * fix ID for framework package nupkg (whatever that is) * remove activatableclass from appxmanifest and parameterize nuget cmd line * re-enable reunion version props, script scope for nuget cmd vars * remove unused FrameworkPackagePRI csproj etc * try to dump artifacts\drops in CI yml * fix syntax error * fix syntax error 2 * undo * remove noiseasset * remove noiseasset PNG * re-enable ActivatableTypes (thx Jevan) * remove all PRI entries in MakeFrameworkPackage.ps1 * try to get activatable class listing working * experiment - remove dummy fwp detector type * fix erroenous ID for nupkg * remove incorrect line from frameworkpackage nuspec * turn on debugging temporarily * publish projectreunion.lib and sampleflatc.h for FWP nupkg * include microsoft.projectreunion.lib and SampleFlatC.h in fwp nupkg * fix lib name
2020-09-05 04:00:35 +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
User/eho makai/reunion framework package (#163) * allow framework package step to run * update ProjectReunion.sln with FWP folder hierarchy plus csproj and ps1 edits * copy framework pkg PRI (and turn on debugging in createnugetpackage yml) * frameworkpackage PRI project updates * create localpackages dir * prune BuildingWithBuildExe * remove FrameworkPackagePRI and processing * remove pri from FWP nuspec * include project reunion dll not design dll * remove frameworkpackage reference from artifact drop dir in fwp nuspec * MakeAppxHBelper.cmd * add outputs to debug makeFWP-steps.yml * another ProjectReunion_dll fixup * grr, another projectreunion_dll * grr2 * winmd not in sdk dir, other removals * nuke another sdk dir path * re-enable noiseasset * remove activatableclass from appxmanifest.xml * MSTest.pfx * turn off debugging * fix ID for framework package nupkg (whatever that is) * remove activatableclass from appxmanifest and parameterize nuget cmd line * re-enable reunion version props, script scope for nuget cmd vars * remove unused FrameworkPackagePRI csproj etc * try to dump artifacts\drops in CI yml * fix syntax error * fix syntax error 2 * undo * remove noiseasset * remove noiseasset PNG * re-enable ActivatableTypes (thx Jevan) * remove all PRI entries in MakeFrameworkPackage.ps1 * try to get activatable class listing working * experiment - remove dummy fwp detector type * fix erroenous ID for nupkg * remove incorrect line from frameworkpackage nuspec * turn on debugging temporarily * publish projectreunion.lib and sampleflatc.h for FWP nupkg * include microsoft.projectreunion.lib and SampleFlatC.h in fwp nupkg * fix lib name
2020-09-05 04:00:35 +03:00
set UseInsiderSDK=true and then launch muxcontrols.sln from that cmd prompt-->
<WindowsAppSDKVersion Condition="$(UseInsiderSDK)=='true'">$(SDKVersionInsider)</WindowsAppSDKVersion>
User/eho makai/reunion framework package (#163) * allow framework package step to run * update ProjectReunion.sln with FWP folder hierarchy plus csproj and ps1 edits * copy framework pkg PRI (and turn on debugging in createnugetpackage yml) * frameworkpackage PRI project updates * create localpackages dir * prune BuildingWithBuildExe * remove FrameworkPackagePRI and processing * remove pri from FWP nuspec * include project reunion dll not design dll * remove frameworkpackage reference from artifact drop dir in fwp nuspec * MakeAppxHBelper.cmd * add outputs to debug makeFWP-steps.yml * another ProjectReunion_dll fixup * grr, another projectreunion_dll * grr2 * winmd not in sdk dir, other removals * nuke another sdk dir path * re-enable noiseasset * remove activatableclass from appxmanifest.xml * MSTest.pfx * turn off debugging * fix ID for framework package nupkg (whatever that is) * remove activatableclass from appxmanifest and parameterize nuget cmd line * re-enable reunion version props, script scope for nuget cmd vars * remove unused FrameworkPackagePRI csproj etc * try to dump artifacts\drops in CI yml * fix syntax error * fix syntax error 2 * undo * remove noiseasset * remove noiseasset PNG * re-enable ActivatableTypes (thx Jevan) * remove all PRI entries in MakeFrameworkPackage.ps1 * try to get activatable class listing working * experiment - remove dummy fwp detector type * fix erroenous ID for nupkg * remove incorrect line from frameworkpackage nuspec * turn on debugging temporarily * publish projectreunion.lib and sampleflatc.h for FWP nupkg * include microsoft.projectreunion.lib and SampleFlatC.h in fwp nupkg * fix lib name
2020-09-05 04:00:35 +03:00
</PropertyGroup>
</Project>