vpr/db_tester/db_tester.csproj
2025-08-28 12:05:05 +02:00

15 lines
379 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\file finder test\file finder test.csproj" />
</ItemGroup>
</Project>