mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
38 lines
1.6 KiB
XML
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>net35</TargetFramework>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<Platforms>x64;x86</Platforms>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Accessibility" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<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>
|
|
</ItemGroup>
|
|
|
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
|
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe "$(OutputPath)ZuneShell.dll"" />
|
|
</Target>
|
|
</Project> |