Files
MicrosoftIris/Tests/SimpleDebugClient/SimpleDebugClient.csproj
T

13 lines
258 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\UIX\UIX.csproj" />
</ItemGroup>
</Project>