Planned streams

This commit is contained in:
2024-08-28 11:02:47 +01:00
parent 51393b20f2
commit d6b55aef00
12 changed files with 695 additions and 32 deletions

View File

@ -7,6 +7,10 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<WarningsAsErrors>;NU1605;SYSLIB0011;CS8602</WarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Protobuf Include="proto/*.proto" GrpcServices="Client" ProtoRoot="proto" />
<Protobuf Include="proto2/games.proto" ProtoRoot="proto2" />