add bootstrap and plugins prototype

This commit is contained in:
zznty
2024-10-10 00:38:19 +07:00
parent c7757a2279
commit 0933915c64
32 changed files with 1487 additions and 76 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>