blob: c1fdebcda60edc36c34bfbad6802ab8268117405 [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="**/*.proto"
OutputDir="$(TestOutDir)\myOutput"
GrpcOutputDir="$(TestOutDir)\myGrpcOutput" />
</ItemGroup>
</Project>