Remove previous native attempts

This commit is contained in:
Yoshi Askharoun
2026-07-25 15:31:58 -05:00
parent 29ae596179
commit 7d343e646f
25 changed files with 0 additions and 222 deletions
-6
View File
@@ -10,10 +10,4 @@
<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>