mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
77 lines
2.9 KiB
XML
77 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<!--Project was exported from assembly: C:\Program Files\Zune\ZuneShell.dll-->
|
|
<PropertyGroup>
|
|
<ProjectGuid>{E93CFFA3-1EEB-4E71-9E83-7377C1422119}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>ZuneShell</AssemblyName>
|
|
|
|
<TargetFrameworks>net6.0;net6.0-windows10.0.22000;net35;net40</TargetFrameworks>
|
|
<Platforms>x64;x86</Platforms>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\**\*.*" />
|
|
|
|
<Reference Include="UIXControls">
|
|
<HintPath>C:\Program Files\Zune\UIXcontrols.dll</HintPath>
|
|
</Reference>
|
|
<ProjectReference Include="..\libs\MicrosoftIris\UIX\UIX.csproj" />
|
|
|
|
<!--
|
|
Reference both the real and proxy ZuneDBApi, to make sure we have all the types.
|
|
Use the version from ZuneImpl when available.
|
|
-->
|
|
<ProjectReference Include="..\ZuneImpl\ZuneImpl.csproj" />
|
|
<Reference Include="ZuneDBApi">
|
|
<HintPath>C:\Program Files\Zune\ZuneDBApi.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="**\*.lg.cs" Exclude="bin\**\*.lg.cs;obj\**\*.lg.cs" />
|
|
<Compile Remove="**\*.lg.cs" />
|
|
<Compile Include="**\*.lg.cs"
|
|
Exclude="bin\**\*.lg.cs;obj\**\*.lg.cs"
|
|
Condition="!$(UseOpenZune)" />
|
|
|
|
<None Include="**\*.oz.cs" Exclude="bin\**\*.oz.cs;obj\**\*.oz.cs" />
|
|
<Compile Remove="**\*.oz.cs" />
|
|
<Compile Include="**\*.oz.cs"
|
|
Exclude="bin\**\*.oz.cs;obj\**\*.oz.cs"
|
|
Condition="$(UseOpenZune)" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Condition=" '$(TargetFramework)' == 'net35' ">
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net35' ">
|
|
<Reference Include="Accessibility" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
|
|
<Reference Include="Accessibility" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition=" $(TargetFramework.StartsWith('netcoreapp')) ">
|
|
<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="0.0.12-alpha" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition=" !$(UseOpenZune) ">
|
|
<Folder Remove="\StrixMusic\**" />
|
|
<Compile Remove="\StrixMusic\**" />
|
|
</ItemGroup>
|
|
</Project> |