diff --git a/Google.Api.CommonProtos/Google.Api.CommonProtos.csproj b/Google.Api.CommonProtos/Google.Api.CommonProtos.csproj index 62278fdb..4987c103 100644 --- a/Google.Api.CommonProtos/Google.Api.CommonProtos.csproj +++ b/Google.Api.CommonProtos/Google.Api.CommonProtos.csproj @@ -16,5 +16,7 @@ + + diff --git a/Google.Api.CommonProtos/build/Google.Api.CommonProtos.targets b/Google.Api.CommonProtos/build/Google.Api.CommonProtos.targets new file mode 100644 index 00000000..e34e26ef --- /dev/null +++ b/Google.Api.CommonProtos/build/Google.Api.CommonProtos.targets @@ -0,0 +1,22 @@ + + + + + + + $( [System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)../content/protos) ) + + + + + + + + $(Protobuf_StandardImportsPath);$(GoogleApiCommonProtos_ProtosPath) + + + + +