refactor: modify into client server model

This commit is contained in:
2026-05-20 12:08:12 -04:00
parent 0b677fd991
commit 3e6426c655
9 changed files with 59 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>Client</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>