From aaaa32ef7d482f9cf2fc29f32169f510551ac008 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 7 Feb 2019 16:36:18 +0100 Subject: [PATCH] change Grpc.Core.NativeDebug metapackage into csproj --- src/csharp/Grpc.Core.NativeDebug.nuspec | 25 ------------ src/csharp/Grpc.Core.NativeDebug/.gitignore | 2 + .../Grpc.Core.NativeDebug.csproj | 40 +++++++++++++++++++ 3 files changed, 42 insertions(+), 25 deletions(-) delete mode 100644 src/csharp/Grpc.Core.NativeDebug.nuspec create mode 100644 src/csharp/Grpc.Core.NativeDebug/.gitignore create mode 100644 src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj diff --git a/src/csharp/Grpc.Core.NativeDebug.nuspec b/src/csharp/Grpc.Core.NativeDebug.nuspec deleted file mode 100644 index d4bb8ad2237..00000000000 --- a/src/csharp/Grpc.Core.NativeDebug.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - Grpc.Core.NativeDebug - Grpc.Core: Native Debug Symbols - Debug symbols for the native library contained in Grpc.Core - Currently contains grpc_csharp_ext.pdb - $version$ - Google Inc. - grpc-packages - https://github.com/grpc/grpc/blob/master/LICENSE - https://github.com/grpc/grpc - false - Release $version$ - Copyright 2015, Google Inc. - gRPC RPC Protocol HTTP/2 - - - - - - - - - diff --git a/src/csharp/Grpc.Core.NativeDebug/.gitignore b/src/csharp/Grpc.Core.NativeDebug/.gitignore new file mode 100644 index 00000000000..1746e3269ed --- /dev/null +++ b/src/csharp/Grpc.Core.NativeDebug/.gitignore @@ -0,0 +1,2 @@ +bin +obj diff --git a/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj b/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj new file mode 100644 index 00000000000..5f1cac05425 --- /dev/null +++ b/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj @@ -0,0 +1,40 @@ + + + + + + + Copyright 2015, Google Inc. + Grpc.Core: Native Debug Symbols + Debug symbols for the native library contained in Grpc.Core + $(GrpcCsharpVersion) + Google Inc. + net45;netstandard1.5 + Grpc.Core.NativeDebug + gRPC RPC Protocol HTTP/2 + https://github.com/grpc/grpc + https://github.com/grpc/grpc/blob/master/LICENSE + + false + true + + + + + runtimes/win/native/grpc_csharp_ext.x86.dll + true + + + runtimes/win/native/grpc_csharp_ext.x86.pdb + true + + + runtimes/win/native/grpc_csharp_ext.x64.dll + true + + + runtimes/win/native/grpc_csharp_ext.x64.pdb + true + + +