Files
ParkingRobot/ClumsyPilot/tests/PathSmoothingPngVerificationHost/PathSmoothingPngVerificationHost.csproj
T

14 lines
383 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<UseSystemDrawing>true</UseSystemDrawing>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\ClumsyPilot.csproj" />
</ItemGroup>
</Project>