|
|
|
@ -13,8 +13,10 @@ |
|
|
|
|
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
|
|
|
|
}, |
|
|
|
|
"copyToOutput": { |
|
|
|
|
"include": "data/*", |
|
|
|
|
"mappings": { |
|
|
|
|
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
|
|
|
|
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
|
|
|
|
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
|
|
|
|
"grpc_csharp_ext.x64.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll", |
|
|
|
|
"grpc_csharp_ext.x86.dll": "../../../vsprojects/Debug/grpc_csharp_ext.dll", |
|
|
|
|
"libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so", |
|
|
|
@ -33,8 +35,10 @@ |
|
|
|
|
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
|
|
|
|
}, |
|
|
|
|
"copyToOutput": { |
|
|
|
|
"include": "data/*", |
|
|
|
|
"mappings": { |
|
|
|
|
"data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem", |
|
|
|
|
"data/server1.key": "../Grpc.IntegrationTesting/data/server1.key", |
|
|
|
|
"data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem", |
|
|
|
|
"grpc_csharp_ext.x64.dll": "../../../vsprojects/x64/Release/grpc_csharp_ext.dll", |
|
|
|
|
"grpc_csharp_ext.x86.dll": "../../../vsprojects/Release/grpc_csharp_ext.dll", |
|
|
|
|
"libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so", |
|
|
|
|