This repository has been archived on 2025-09-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

15 lines
328 B
XML
Raw Permalink Normal View History

2023-04-02 21:55:55 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2023-04-02 22:15:06 +02:00
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
2023-04-02 21:55:55 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>