Files
MicrosoftIris/UIX.RenderApi/UIX.RenderApi.csproj
T
2026-07-22 18:34:57 -05:00

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>