Added a new project for initialization of the main web ui.

This commit is contained in:
2025-04-07 16:33:58 +03:00
parent 4ab8438a7c
commit c8cf887a09
5 changed files with 131 additions and 95 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DiscordBotCore\DiscordBotCore.csproj" />
</ItemGroup>
</Project>