Files
MicrosoftIris/Tests/SimpleDebugClient/SimpleDebugClient.csproj
T

12 lines
301 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>
</Project>