Files
tyx_AI_xhs/supervisor/Dada.Supervisor.Tests/Dada.Supervisor.Tests.csproj

13 lines
395 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Dada.Supervisor/Dada.Supervisor.csproj" />
</ItemGroup>
</Project>