7d7f676260
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
264 lines
14 KiB
XML
264 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<TargetGroups Include="netcore50">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.Private.NetNative</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETCore,Version=v5.0</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netcore50</NuGetTargetMonikerShort>
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<CompatibleWith>netstandard1.4</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netcore50aot">
|
|
<PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.Private.NetNative</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETCore,Version=v5.0</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netcore50</NuGetTargetMonikerShort>
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netcore50</Imports>
|
|
<CompatibleWith>netstandard1.4</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="uap10.0.16299aot">
|
|
<PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
|
|
<NuGetTargetMoniker>UAP,Version=v10.0.16299</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>uap10.0.16299</NuGetTargetMonikerShort>
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netcore50aot</Imports>
|
|
<CompatibleWith>uap10.0.16299;netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="uap10.0.16299">
|
|
<NuGetTargetMoniker>UAP,Version=v10.0.16299</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>uap10.0.16299</NuGetTargetMonikerShort>
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netcore50</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="uapvnextaot">
|
|
<PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
|
|
<NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>uap10.0.16299aot</Imports>
|
|
<CompatibleWith>uapvnext;netstandard2.0</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="uapvnext">
|
|
<NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>uap10.0.16299</Imports>
|
|
<CompatibleWith>netstandard2.0</CompatibleWith>
|
|
</TargetGroups>
|
|
<!-- uap is an alias for uapvNext any/coreclr runtime -->
|
|
<TargetGroups Include="uap">
|
|
<NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>uapvnext</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<!-- uapaot is an alias for uapvNext, aot runtime -->
|
|
<TargetGroups Include="uapaot">
|
|
<PackageTargetRuntimeSuffix>aot</PackageTargetRuntimeSuffix>
|
|
<NuGetTargetMoniker>$(UAPvNextTFMFull)</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>$(UAPvNextTFM)</NuGetTargetMonikerShort>
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>uapvnextaot</Imports>
|
|
<CompatibleWith>uap;netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netstandard1.0">
|
|
<NuGetTargetMoniker>.NETStandard,Version=v1.0</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netstandard1.0</NuGetTargetMonikerShort>
|
|
<!-- By default, netstandard libraries will be held to the UWP compatibility bar;
|
|
set this to false in the project to force otherwise. -->
|
|
<UWPCompatible>true</UWPCompatible>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netstandard1.1">
|
|
<NuGetTargetMoniker>.NETStandard,Version=v1.1</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netstandard1.1</NuGetTargetMonikerShort>
|
|
<!-- By default, netstandard libraries will be held to the UWP compatibility bar;
|
|
set this to false in the project to force otherwise. -->
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netstandard1.0</Imports>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netstandard1.2">
|
|
<NuGetTargetMoniker>.NETStandard,Version=v1.2</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netstandard1.2</NuGetTargetMonikerShort>
|
|
<!-- By default, netstandard libraries will be held to the UWP compatibility bar;
|
|
set this to false in the project to force otherwise. -->
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netstandard1.1</Imports>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netstandard1.3">
|
|
<NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netstandard1.3</NuGetTargetMonikerShort>
|
|
<!-- By default, netstandard libraries will be held to the UWP compatibility bar;
|
|
set this to false in the project to force otherwise. -->
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netstandard1.2</Imports>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netstandard1.4">
|
|
<NuGetTargetMoniker>.NETStandard,Version=v1.4</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netstandard1.4</NuGetTargetMonikerShort>
|
|
<!-- By default, netstandard libraries will be held to the UWP compatibility bar;
|
|
set this to false in the project to force otherwise. -->
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netstandard1.3</Imports>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netstandard1.5">
|
|
<NuGetTargetMoniker>.NETStandard,Version=v1.5</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netstandard1.5</NuGetTargetMonikerShort>
|
|
<!-- By default, netstandard libraries will be held to the UWP compatibility bar;
|
|
set this to false in the project to force otherwise. -->
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netstandard1.4</Imports>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netstandard1.6">
|
|
<NuGetTargetMoniker>.NETStandard,Version=v1.6</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netstandard1.6</NuGetTargetMonikerShort>
|
|
<!-- By default, netstandard libraries will be held to the UWP compatibility bar;
|
|
set this to false in the project to force otherwise. -->
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netstandard1.5</Imports>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netstandard2.0">
|
|
<NuGetTargetMoniker>.NETStandard,Version=v2.0</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netstandard2.0</NuGetTargetMonikerShort>
|
|
<!-- By default, netstandard libraries will be held to the UWP compatibility bar;
|
|
set this to false in the project to force otherwise. -->
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netstandard1.6</Imports>
|
|
</TargetGroups>
|
|
<!-- netstandard is an alias for netstandard2.0 -->
|
|
<TargetGroups Include="netstandard">
|
|
<NuGetTargetMoniker>.NETStandard,Version=v2.0</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netstandard2.0</NuGetTargetMonikerShort>
|
|
<!-- By default, netstandard libraries will be held to the UWP compatibility bar;
|
|
set this to false in the project to force otherwise. -->
|
|
<UWPCompatible>true</UWPCompatible>
|
|
<Imports>netstandard2.0</Imports>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netcoreapp1.0">
|
|
<NuGetTargetMoniker>.NETCoreApp,Version=v1.0</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netcoreapp1.0</NuGetTargetMonikerShort>
|
|
<CompatibleWith>netstandard1.6</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netcoreapp2.0">
|
|
<NuGetTargetMoniker>.NETCoreApp,Version=v2.0</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netcoreapp2.0</NuGetTargetMonikerShort>
|
|
<Imports>netcoreapp1.0</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netcoreapp2.1">
|
|
<NuGetTargetMoniker>.NETCoreApp,Version=v2.1</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netcoreapp2.1</NuGetTargetMonikerShort>
|
|
<Imports>netcoreapp2.0</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<!-- netcoreapp is an alias for netcoreapp2.1 -->
|
|
<TargetGroups Include="netcoreapp">
|
|
<NuGetTargetMoniker>.NETCoreApp,Version=v2.1</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netcoreapp2.1</NuGetTargetMonikerShort>
|
|
<Imports>netcoreapp2.1</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netcoreapp1.2">
|
|
<NuGetTargetMoniker>.NETCoreApp,Version=v1.2</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netcoreapp1.2</NuGetTargetMonikerShort>
|
|
</TargetGroups>
|
|
<TargetGroups Include="netcoreapp1.2corert">
|
|
<NuGetTargetMoniker>.NETCoreApp,Version=v1.2</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>netcoreapp1.2</NuGetTargetMonikerShort>
|
|
</TargetGroups>
|
|
<TargetGroups Include="net45">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.5</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.5</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net45</NuGetTargetMonikerShort>
|
|
<CompatibleWith>netstandard1.1</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="net451">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.5.1</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.5.1</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net451</NuGetTargetMonikerShort>
|
|
<Imports>net45</Imports>
|
|
<CompatibleWith>netstandard1.2</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="net46">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.6</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net46</NuGetTargetMonikerShort>
|
|
<Imports>net451</Imports>
|
|
<CompatibleWith>netstandard1.3</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="net461">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6.1</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.6.1</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net461</NuGetTargetMonikerShort>
|
|
<Imports>net46</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<!-- netfx is an alias for net461 since that's our primary target as it added ns2.0 support -->
|
|
<TargetGroups Include="netfx">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6.1</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.6.1</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net461</NuGetTargetMonikerShort>
|
|
<Imports>net461</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="net462">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6.2</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.6.2</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net462</NuGetTargetMonikerShort>
|
|
<Imports>netfx</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="net463">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.6.3</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.6.3</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net463</NuGetTargetMonikerShort>
|
|
<Imports>net462</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="net47">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.7</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.7</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net47</NuGetTargetMonikerShort>
|
|
<Imports>net462</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="net471">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.NETFramework.v4.7.1</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.7.1</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net471</NuGetTargetMonikerShort>
|
|
<Imports>net47</Imports>
|
|
<CompatibleWith>netstandard</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="win8">
|
|
<NuGetTargetMoniker>Windows,Version=v8.0</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>win8</NuGetTargetMonikerShort>
|
|
<CompatibleWith>netstandard1.1</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="wpa81">
|
|
<NuGetTargetMoniker>WindowsPhoneApp,Version=v8.1</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>wpa81</NuGetTargetMonikerShort>
|
|
<CompatibleWith>netstandard1.2</CompatibleWith>
|
|
</TargetGroups>
|
|
<TargetGroups Include="portable_net45+win8+sl5">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.Portable.v4.0.Profile47</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETPortable,Version=v0.0,Profile=Profile47</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>portable-net45+win8+sl5</NuGetTargetMonikerShort>
|
|
</TargetGroups>
|
|
<TargetGroups Include="portable_net40+sl4+win8+wp8">
|
|
<TargetingPackNugetPackageId>Microsoft.TargetingPack.Portable.v4.0.Profile36</TargetingPackNugetPackageId>
|
|
<NuGetTargetMoniker>.NETPortable,Version=v0.0,Profile=Profile36</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>portable-net40+sl4+win8+wp8</NuGetTargetMonikerShort>
|
|
</TargetGroups>
|
|
<TargetGroups Include="package">
|
|
<!-- this targetgroup is not considered compatible with any other targetgroup so it should only
|
|
build when specified directly or BuildAllConfigurations is set to True. -->
|
|
</TargetGroups>
|
|
<TargetGroups Include="mono">
|
|
<NuGetTargetMoniker>.NETFramework,Version=v4.6.3</NuGetTargetMoniker>
|
|
<NuGetTargetMonikerShort>net463</NuGetTargetMonikerShort>
|
|
</TargetGroups>
|
|
</ItemGroup>
|
|
</Project>
|