Files
ZuneShell.dll/ZuneShell/ZuneShell.csproj
T
2024-06-13 17:46:43 -05:00

58 lines
2.4 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;net461</TargetFrameworks>
<Platforms>x64;x86</Platforms>
<FileAlignment>512</FileAlignment>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DefineConstants>$(DefineConstants);DEBUG_TRANSPORT</DefineConstants>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\**\*.*" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.17" />
<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>
<ProjectReference Include="..\..\..\ZuneDev\ZuneUIXTools\libs\UIX.Asm\UIX.Asm.csproj" />
<!--<PackageReference Include="UIX.Asm" Version="0.0.2-beta" />-->
<PackageReference Include="StrixMusic.Sdk" Version="0.1.0-alpha" />
<Reference Include="StrixMusic.Cores.Storage">
<HintPath>..\libs\nuget\StrixMusic.Cores.Storage\StrixMusic.Cores.Storage.dll</HintPath>
</Reference>
<Reference Include="OwlCore.Storage.OneDrive">
<HintPath>..\libs\nuget\OwlCore.Storage.OneDrive\OwlCore.Storage.OneDrive.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net4' ">
<Reference Include="Accessibility" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('netcoreapp')) ">
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.22621.1" />
</ItemGroup>
</Project>