|
|
|
@ -9,6 +9,9 @@ |
|
|
|
|
"keyFile": "../keys/Grpc.snk", |
|
|
|
|
"publicSign": true, |
|
|
|
|
"xmlDoc": true, |
|
|
|
|
"compile": { |
|
|
|
|
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
|
|
|
|
}, |
|
|
|
|
"copyToOutput": { |
|
|
|
|
"mappings": { |
|
|
|
|
"nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll", |
|
|
|
@ -25,6 +28,9 @@ |
|
|
|
|
"keyFile": "../keys/Grpc.snk", |
|
|
|
|
"publicSign": true, |
|
|
|
|
"xmlDoc": true, |
|
|
|
|
"compile": { |
|
|
|
|
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
|
|
|
|
}, |
|
|
|
|
"copyToOutput": { |
|
|
|
|
"mappings": { |
|
|
|
|
"nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Release/grpc_csharp_ext.dll", |
|
|
|
|