Files
MicrosoftIris/Tests/UIXrender.Engine.Tests/UIXrender.Engine.Tests.csproj
T
2026-07-22 18:34:57 -05:00

12 lines
304 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\UIXrender\UIXrender.csproj" />
</ItemGroup>
</Project>