2022-03-03 08:40:19 -06:00
|
|
|
<?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>
|
2023-06-02 16:45:29 -05:00
|
|
|
<RootNamespace></RootNamespace>
|
2022-03-03 08:40:19 -06:00
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2022-06-02 23:54:57 -05:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2026-07-22 02:48:34 -05:00
|
|
|
|
|
|
|
|
<EnableNetFXTarget>true</EnableNetFXTarget>
|
2022-03-03 08:40:19 -06:00
|
|
|
</PropertyGroup>
|
2026-07-22 18:34:57 -05:00
|
|
|
|
|
|
|
|
<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>
|
2022-06-03 00:37:31 -05:00
|
|
|
</Project>
|