PlotDirector/.appdata/SqlRunner/SqlRunner.csproj
2026-06-03 10:26:38 +01:00

15 lines
339 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\PlotLine\PlotLine.csproj" />
</ItemGroup>
</Project>