mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
19 lines
822 B
XML
19 lines
822 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{CB2B7609-C7B8-4E2A-82D8-DD631B70B621}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>UIX.RenderApi</AssemblyName>
|
|
<RootNamespace></RootNamespace>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
<EnableNetFXTarget>true</EnableNetFXTarget>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' != 'net461' ">
|
|
<!-- EngineApi.cs calls directly into UIXrender's managed API on this TFM
|
|
instead of P/Invoking UIXRender.dll; not referenceable from net461. -->
|
|
<ProjectReference Include="..\UIXrender\UIXrender.csproj" />
|
|
</ItemGroup>
|
|
</Project> |