mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
43 lines
1.7 KiB
XML
43 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<!--Project was exported from assembly: C:\Program Files\Zune\UIX.dll-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
|
|
<ProjectGuid>{5681A1BD-B3EC-450B-BF6E-38187204B6BE}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>UIX</AssemblyName>
|
|
<ApplicationVersion>4.8.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>
|
|
<SignAssembly>false</SignAssembly>
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Accessibility" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers" />
|
|
<Reference Include="System.Memory" />
|
|
<Reference Include="System.XML" />
|
|
<Reference Include="UIX.RenderApi">
|
|
<HintPath>..\ZuneShell\lib\UIX.renderapi.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
|
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
|
<Exec Command="..\UIXSign\bin\$(Platform)\$(Configuration)\net48\UIXSign.exe "$(OutputPath)UIX.dll"" />
|
|
</Target>
|
|
</Project> |