The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.8 KiB
68 lines
1.8 KiB
{ |
|
"buildOptions": { |
|
"emitEntryPoint": true |
|
}, |
|
"configurations": { |
|
"Debug": { |
|
"buildOptions": { |
|
"define": [ "SIGNED" ], |
|
"keyFile": "../keys/Grpc.snk", |
|
"publicSign": true, |
|
"xmlDoc": true, |
|
"compile": { |
|
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
|
}, |
|
"copyToOutput": { |
|
"mappings": { |
|
"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", |
|
"libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib" |
|
} |
|
} |
|
} |
|
}, |
|
"Release": { |
|
"buildOptions": { |
|
"define": [ "SIGNED" ], |
|
"keyFile": "../keys/Grpc.snk", |
|
"publicSign": true, |
|
"xmlDoc": true, |
|
"compile": { |
|
"includeFiles": [ "../Grpc.Core/Version.cs" ] |
|
}, |
|
"copyToOutput": { |
|
"mappings": { |
|
"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", |
|
"libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib" |
|
} |
|
} |
|
} |
|
} |
|
}, |
|
"runtimes": { |
|
"win7-x64": { }, |
|
"debian.8-x64": { }, |
|
"osx.10.11-x64": { } |
|
}, |
|
|
|
"dependencies": { |
|
"Grpc.Examples": { |
|
"target": "project" |
|
} |
|
}, |
|
"frameworks": { |
|
"net45": { }, |
|
"netcoreapp1.0": { |
|
"imports": [ |
|
"portable-net45" |
|
], |
|
"dependencies": { |
|
"Microsoft.NETCore.App": "1.0.0", |
|
"NETStandard.Library": "1.6.0" |
|
} |
|
} |
|
} |
|
}
|
|
|