chore: removal of annoying git submodules that didn’t work properly

This commit is contained in:
Michael Green
2023-02-22 20:38:58 +11:00
parent 2a3d5b9d5c
commit 44f1beaf69
29 changed files with 378 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>Gaseous_ROMSignatureObject</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>