Skip to content

Commit 8484595

Browse files
Switch proto config
1 parent 512d22c commit 8484595

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

MSURandomizerLibrary/MSURandomizerLibrary.csproj

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
<EmbeddedResource Include="msu_types.json" />
4141
</ItemGroup>
4242

43+
<ItemGroup>
44+
<Protobuf Include="Messenger/MsuRandomizer.proto">
45+
<GrpcServices>Client,Server</GrpcServices>
46+
</Protobuf>
47+
</ItemGroup>
48+
4349
<ItemGroup>
4450
<PackageReference Include="Google.Protobuf" Version="3.28.3" />
4551
<PackageReference Include="Grpc.AspNetCore" Version="2.66.0" />
@@ -54,15 +60,4 @@
5460
<PackageReference Include="YamlDotNet" Version="16.1.3" />
5561
</ItemGroup>
5662

57-
<ItemGroup>
58-
<Protobuf Include="Messenger\MsuRandomizer.proto">
59-
<GrpcServices>Client,Server</GrpcServices>
60-
<Access>Public</Access>
61-
<ProtoCompile>True</ProtoCompile>
62-
<CompileOutputs>True</CompileOutputs>
63-
<OutputDir>obj\Debug/net8.0/</OutputDir>
64-
<Generator>MSBuild:Compile</Generator>
65-
</Protobuf>
66-
</ItemGroup>
67-
6863
</Project>

0 commit comments

Comments
 (0)