完善契约与客户端、服务端的收发代码
This commit is contained in:
3
SHH.AIServer/SHH.AIServer.slnx
Normal file
3
SHH.AIServer/SHH.AIServer.slnx
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution>
|
||||
<Project Path="SHH.AIServer/SHH.AIServer.csproj" />
|
||||
</Solution>
|
||||
10
SHH.AIServer/SHH.AIServer/Program.cs
Normal file
10
SHH.AIServer/SHH.AIServer/Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SHH.AIServer
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
10
SHH.AIServer/SHH.AIServer/SHH.AIServer.csproj
Normal file
10
SHH.AIServer/SHH.AIServer/SHH.AIServer.csproj
Normal file
@@ -0,0 +1,10 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user