Http w/ dispatch

This commit is contained in:
rafi1212122
2023-05-24 17:18:36 +07:00
parent df32db9a60
commit 8343f08f90
15 changed files with 708 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -14,11 +14,14 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="protobuf-net" Version="3.2.16" />
<Compile Remove="HttpServer\**" />
<EmbeddedResource Remove="HttpServer\**" />
<None Remove="HttpServer\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
<ProjectReference Include="Common\Common.csproj" />
<ProjectReference Include="HttpServer\HttpServer.csproj" />
</ItemGroup>
</Project>