First POC

This commit is contained in:
Michael Green
2023-02-15 07:46:05 +11:00
commit 89d5fcea86
6 changed files with 1420 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>gaseous_identifier</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Remove="classes\" />
</ItemGroup>
<ItemGroup>
<Folder Include="classes\" />
</ItemGroup>
</Project>