Files
MicrosoftIris/Tests/SimpleDebugClient/SimpleDebugClient.csproj
T

15 lines
337 B
XML
Raw Normal View History

2022-06-07 01:00:15 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\UIX.Debug\UIX.Debug.csproj" />
</ItemGroup>
</Project>