mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Added Windows 8+ target and reference to WinRT contracts
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<AssemblyVersion>$(ApplicationVersion)</AssemblyVersion>
|
||||
<FileVersion>$(ApplicationVersion)</FileVersion>
|
||||
|
||||
<TargetFrameworks>net35;net40;net6.0</TargetFrameworks>
|
||||
<TargetFrameworks>net6.0;net35;net40;net6.0-windows8</TargetFrameworks>
|
||||
<Platforms>x64;x86</Platforms>
|
||||
|
||||
<FileAlignment>512</FileAlignment>
|
||||
@@ -42,7 +42,7 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
|
||||
<PropertyGroup Condition=" $(TargetFramework.StartsWith('net6.0')) ">
|
||||
<UseOpenZune>True</UseOpenZune>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -61,6 +61,10 @@
|
||||
<Reference Include="Accessibility" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('net6.0')) ">
|
||||
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.22621.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" $(UseOpenZune) ">
|
||||
<PackageReference Include="StrixMusic.Sdk" Version="0.0.3-alpha" />
|
||||
<PackageReference Include="StrixMusic.Cores.LocalFiles" Version="1.0.0" />
|
||||
|
||||
Reference in New Issue
Block a user