1<Project Sdk="Microsoft.NET.Sdk"> 2 3 <!-- 4 Note: common properties and targets for tests are imported from the 5 Directory.Build.props and Directory.Build.targets files in the parent directoty 6 --> 7 8 <!-- The protobuf compiler settings to test --> 9 <ItemGroup> 10 <Protobuf Include="**/*.proto" /> 11 </ItemGroup> 12 13</Project> 14