feat(theme): scaffold ZB.MOM.WW.Theme RCL + test project

This commit is contained in:
Joseph Doherty
2026-06-01 04:41:48 -04:00
parent 5d1cae3fc6
commit 24fce87c96
10 changed files with 582 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<Version>0.1.0</Version>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>