chore: separated components into separate projects

This commit is contained in:
Michael Green
2023-02-22 21:09:13 +11:00
parent 44f1beaf69
commit e2e98ddc2a
14 changed files with 100 additions and 79 deletions

View File

@@ -2,9 +2,12 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>Gaseous_ROMSignatureObject</RootNamespace>
<RootNamespace>gaseous_romsignatureobject</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<WarningLevel>4</WarningLevel>
</PropertyGroup>
</Project>