| <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="**/*.proto" /> | |
| </ItemGroup> | |
| </Project> |