Browse Source

chore: keep dir structure in logic

tags/0.1.0
TCL 3 years ago
parent
commit
3798d76a35
2 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dependency/proto/Protos.csproj
  2. +0
    -0
      logic/cmd/test.cmd

+ 2
- 2
dependency/proto/Protos.csproj View File

@@ -6,12 +6,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<!--<ItemGroup>
<None Remove="Message2Clients.proto" />
<None Remove="Message2Server.proto" />
<None Remove="MessageType.proto" />
<None Remove="Services.proto" />
</ItemGroup>
</ItemGroup>-->

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.21.9" />


logic/test.cmd → logic/cmd/test.cmd View File


Loading…
Cancel
Save