2021-02-21 21:52:41 -06:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-11-03 12:25:48 -05:00
|
|
|
<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>
|
2021-11-03 12:25:48 -05:00
|
|
|
<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" />
|
2021-11-03 12:25:48 -05:00
|
|
|
<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>
|
2021-11-03 12:25:48 -05:00
|
|
|
</ItemGroup>
|
2021-11-10 13:19:01 -06:00
|
|
|
|
|
|
|
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
|
|
|
|
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe "$(OutputPath)ZuneShell.dll"" />
|
|
|
|
|
</Target>
|
2021-02-21 21:52:41 -06:00
|
|
|
</Project>
|