Files
ZuneShell.dll/ZuneShell/ZuneShell.csproj
T
2021-11-11 11:14:25 -06:00

38 lines
1.6 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>
<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>
<TargetFramework>net5.0</TargetFramework>
<Platforms>x64;x86</Platforms>
<FileAlignment>512</FileAlignment>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Accessibility" Version="4.6.0-preview3-27504-2" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<!--<ProjectReference Include="..\UIX\UIX.csproj" />-->
<Reference Include="ZuneDBApi">
<HintPath>C:\Program Files\Zune\ZuneDBApi.dll</HintPath>
</Reference>
<Reference Include="UIXControls">
<HintPath>C:\Program Files\Zune\UIXControls.dll</HintPath>
</Reference>
<Reference Include="UIX">
<HintPath>..\UIX\bin\$(Platform)\$(Configuration)\$(TargetFramework)\UIX.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe &quot;$(OutputPath)ZuneShell.dll&quot;" />
</Target>
</Project>