BOB/ProcessManager/ProcessManager.csproj
2025-11-17 17:19:46 +08:00

16 lines
362 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BOB\BOB.csproj" />
</ItemGroup>
</Project>