xref: /aosp_15_r20/external/grpc-grpc/src/csharp/Grpc.Tools/build/Grpc.Tools.props (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1*cc02d7e2SAndroid Build Coastguard Worker<?xml version="1.0"?>
2*cc02d7e2SAndroid Build Coastguard Worker<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3*cc02d7e2SAndroid Build Coastguard Worker  <PropertyGroup>
4*cc02d7e2SAndroid Build Coastguard Worker    <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5*cc02d7e2SAndroid Build Coastguard Worker  </PropertyGroup>
6*cc02d7e2SAndroid Build Coastguard Worker
7*cc02d7e2SAndroid Build Coastguard Worker  <!-- Name of this file (Grpc.Tools.props) must match package ID (Grpc.Tools). -->
8*cc02d7e2SAndroid Build Coastguard Worker
9*cc02d7e2SAndroid Build Coastguard Worker  <!-- TODO(tonydnewell) The files below were originally separate to allow
10*cc02d7e2SAndroid Build Coastguard Worker     Grpc.Tools and Google.Protobuf.Tools split, but since we abandoned that plan,
11*cc02d7e2SAndroid Build Coastguard Worker     the logic could now be simplified by combining these files together -->
12*cc02d7e2SAndroid Build Coastguard Worker  <Import Project="_grpc/_Grpc.Tools.props"/>
13*cc02d7e2SAndroid Build Coastguard Worker  <Import Project="_protobuf/Google.Protobuf.Tools.props"/>
14*cc02d7e2SAndroid Build Coastguard Worker</Project>
15