[C#] Grpc.Tools - Remove TODOs for splitting package (#33581)
It has been decided that we will no longer try and split Grpc.Tools NuGet package logic into two packages by adding logic to Google.Protobuf.Tools. See https://github.com/protocolbuffers/protobuf/issues/5957 This PR removes some of the TODOs and redundant files. There is further simplification work that could be done to combine the props and targets files that were already split. But this is the first step in the tidying up the code.pull/33735/head
parent
083bbee480
commit
82cdea3b88
9 changed files with 21 additions and 44 deletions
@ -1,17 +0,0 @@ |
||||
<?xml version="1.0"?> |
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup> |
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
||||
|
||||
<!-- Revision number of this package conventions (as if "API" version). --> |
||||
<Protobuf_ToolingRevision>1</Protobuf_ToolingRevision> |
||||
|
||||
<!-- For a Visual Studio C++ native project we currently only resolve tools and import paths. --> |
||||
<!-- TODO(kkm): Do not place non-tools under tools/, use build/native/bin/. --> |
||||
<!-- TODO(kkm): Do not package windows x64 builds (#13098). --> |
||||
<Protobuf_ProtocFullPath>$(MSBuildThisFileDirectory)..\..\tools\windows_x86\protoc.exe</Protobuf_ProtocFullPath> |
||||
<Protobuf_StandardImportsPath>$(MSBuildThisFileDirectory)include\</Protobuf_StandardImportsPath> |
||||
<gRPC_PluginFileName>grpc_cpp_plugin</gRPC_PluginFileName> |
||||
<gRPC_PluginFullPath>$(MSBuildThisFileDirectory)..\..\tools\windows_x86\grpc_cpp_plugin.exe</gRPC_PluginFullPath> |
||||
</PropertyGroup> |
||||
</Project> |
Loading…
Reference in new issue