Files
ZuneShell.dll/ZuneShell/ZuneShell.csproj
T

38 lines
1.6 KiB
XML
Raw Normal View History

2021-02-21 21:52:41 -06:00
<?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>
2021-11-18 12:07:46 -06:00
<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>
2021-11-18 12:07:46 -06:00
<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>
2021-11-03 12:38:41 -05:00
<Reference Include="UIXControls">
<HintPath>C:\Program Files\Zune\UIXControls.dll</HintPath>
</Reference>
</ItemGroup>
2021-11-10 13:19:01 -06:00
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe &quot;$(OutputPath)ZuneShell.dll&quot;" />
</Target>
2021-02-21 21:52:41 -06:00
</Project>