Files
MicrosoftIris/Tests/SimpleDebugClient/SimpleDebugClient.csproj
T

16 lines
407 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\UIX.Debug\UIX.Debug.csproj" />
</ItemGroup>
</Project>