2021-02-21 21:52:41 -06:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-11-03 12:25:48 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<!--Project was exported from assembly: C:\Program Files\Zune\ZuneShell.dll-->
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
|
|
|
|
|
<ProjectGuid>{E93CFFA3-1EEB-4E71-9E83-7377C1422119}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AssemblyName>ZuneShell</AssemblyName>
|
|
|
|
|
<ApplicationVersion>4.7.0.0</ApplicationVersion>
|
|
|
|
|
|
2022-06-05 16:55:31 -05:00
|
|
|
<TargetFrameworks>net35;net40;net6.0</TargetFrameworks>
|
2021-11-03 12:25:48 -05:00
|
|
|
<Platforms>x64;x86</Platforms>
|
|
|
|
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2022-06-02 20:41:52 -05:00
|
|
|
<SignAssembly>True</SignAssembly>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\libs\MicrosoftIris\36MSApp1024.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
<DelaySign>True</DelaySign>
|
2022-06-08 12:21:34 -05:00
|
|
|
|
|
|
|
|
<UseOpenZune>False</UseOpenZune>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="UIXControls">
|
|
|
|
|
<HintPath>C:\Program Files\Zune\UIXcontrols.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<ProjectReference Include="..\libs\MicrosoftIris\UIX\UIX.csproj" />
|
2022-06-10 01:01:33 -05:00
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
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>
|
2022-06-08 12:21:34 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
|
|
|
|
|
<UseOpenZune>True</UseOpenZune>
|
2021-11-03 12:25:48 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2022-06-03 01:24:53 -05:00
|
|
|
<PropertyGroup Condition=" '$(TargetFramework)' == 'net35' ">
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net35' ">
|
2021-11-18 12:07:46 -06:00
|
|
|
<Reference Include="Accessibility" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2022-06-03 01:24:53 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-06-05 16:55:31 -05:00
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
|
|
|
|
|
<Reference Include="Accessibility" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-06-08 12:21:34 -05:00
|
|
|
<ItemGroup Condition=" $(UseOpenZune) ">
|
2022-06-10 17:07:41 -05:00
|
|
|
<PackageReference Include="StrixMusic.Sdk" Version="0.0.3-alpha" />
|
|
|
|
|
<PackageReference Include="StrixMusic.Cores.LocalFiles" Version="1.0.0" />
|
2022-06-09 18:52:19 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition=" $(UseOpenZune) ">
|
|
|
|
|
<ApplicationVersion>5.0.0.0</ApplicationVersion>
|
|
|
|
|
<DefineConstants>$(DefineConstants);OPENZUNE</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition=" !$(UseOpenZune) ">
|
|
|
|
|
<Folder Remove="\StrixMusic\**" />
|
|
|
|
|
<Compile Remove="\StrixMusic\**" />
|
2021-11-03 12:25:48 -05:00
|
|
|
</ItemGroup>
|
2021-02-21 21:52:41 -06:00
|
|
|
</Project>
|