blob: 370e5e8b9c2d7ef5797ad505335db9e5c7cbf521 [file] [log] [blame]
<Project Sdk="Microsoft.NET.Sdk">
<!--
Note: common properties and targets for tests are imported from the
Directory.Build.props and Directory.Build.targets files in the parent directoty
-->
<!-- The protobuf compiler settings to test -->
<ItemGroup>
<Protobuf Include="messages.proto" GrpcServices="none" />
<Protobuf Include="serveronly.proto" GrpcServices="server" />
<Protobuf Include="clientonly.proto" GrpcServices="client" />
<Protobuf Include="clientandserver.proto" GrpcServices="both" />
</ItemGroup>
</Project>