Initial commit

This commit is contained in:
Mark J Price 2022-02-10 09:49:38 +00:00
parent b05b747e9f
commit d5bde3c775
15 changed files with 114 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>