blob: 3ad081df39e3b117203c328c62462d3bef3a729f [file] [log] [blame]
Jan Tattermuschec4359d2016-04-11 20:55:44 -07001{
Jan Tattermuscha6c9a912016-06-15 10:11:43 -07002 "buildOptions": {
Jan Tattermuschec4359d2016-04-11 20:55:44 -07003 "emitEntryPoint": true
4 },
Jan Tattermusch381e26a2016-06-21 08:37:22 -07005 "configurations": {
6 "Debug": {
7 "buildOptions": {
8 "copyToOutput": {
9 "mappings": {
10 "nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll",
11 "nativelibs/windows_x86/grpc_csharp_ext.dll": "../../../vsprojects/Debug/grpc_csharp_ext.dll",
12 "nativelibs/linux_x64/libgrpc_csharp_ext.so": "../../../libs/dbg/libgrpc_csharp_ext.so",
13 "nativelibs/macosx_x64/libgrpc_csharp_ext.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib"
14 }
15 }
16 }
17 },
18 "Release": {
19 "buildOptions": {
20 "copyToOutput": {
21 "mappings": {
22 "nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Release/grpc_csharp_ext.dll",
23 "nativelibs/windows_x86/grpc_csharp_ext.dll": "../../../vsprojects/Release/grpc_csharp_ext.dll",
24 "nativelibs/linux_x64/libgrpc_csharp_ext.so": "../../../libs/opt/libgrpc_csharp_ext.so",
25 "nativelibs/macosx_x64/libgrpc_csharp_ext.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib"
26 }
27 }
28 }
29 }
30 },
31 "runtimes": {
32 "win7-x64": { },
33 "debian.8-x64": { },
34 "osx.10.11-x64": { }
35 },
36
Jan Tattermuschec4359d2016-04-11 20:55:44 -070037 "dependencies": {
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070038 "Grpc.Core": {
Jan Tattermuschfab857e2016-06-17 16:53:43 -070039 "target": "project"
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070040 },
Jan Tattermuscha6c9a912016-06-15 10:11:43 -070041 "Newtonsoft.Json": "8.0.3",
Jan Tattermuschec4359d2016-04-11 20:55:44 -070042 "NUnit": "3.2.0",
43 "NUnitLite": "3.2.0-*"
44 },
45 "frameworks": {
46 "net45": { },
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070047 "netstandard1.5": {
Jan Tattermuschec4359d2016-04-11 20:55:44 -070048 "imports": [
49 "portable-net45"
50 ],
51 "dependencies": {
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070052 "NETStandard.Library": "1.5.0-rc2-24027"
Jan Tattermuschec4359d2016-04-11 20:55:44 -070053 }
54 }
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070055 },
Jan Tattermuschec4359d2016-04-11 20:55:44 -070056}