mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
36 lines
1.6 KiB
XML
36 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" />-->
|
|
<ProjectReference Include="..\ZuneDBApi\ZuneDBApi.csproj" />
|
|
<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 "$(OutputPath)ZuneShell.dll"" />
|
|
</Target>
|
|
</Project> |