blob: 6b61a4b76e8019104577f1886e0450de97797870 [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": {
Jan Tattermusch652c0002016-06-27 18:39:30 -07008 "define": [ "SIGNED" ],
9 "keyFile": "../keys/Grpc.snk",
10 "publicSign": true,
11 "xmlDoc": true,
Jan Tattermuscha9208be2016-06-29 12:03:32 -070012 "compile": {
13 "includeFiles": [ "../Grpc.Core/Version.cs" ]
14 },
Jan Tattermusch381e26a2016-06-21 08:37:22 -070015 "copyToOutput": {
16 "include": "data/*",
17 "mappings": {
Jon Skeet3fcd20f2016-07-08 14:38:39 +010018 "grpc_csharp_ext.x64.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll",
19 "grpc_csharp_ext.x86.dll": "../../../vsprojects/Debug/grpc_csharp_ext.dll",
20 "libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so",
21 "libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib"
Jan Tattermusch381e26a2016-06-21 08:37:22 -070022 }
23 }
24 }
25 },
26 "Release": {
27 "buildOptions": {
Jan Tattermusch652c0002016-06-27 18:39:30 -070028 "define": [ "SIGNED" ],
29 "keyFile": "../keys/Grpc.snk",
30 "publicSign": true,
31 "xmlDoc": true,
Jan Tattermuscha9208be2016-06-29 12:03:32 -070032 "compile": {
33 "includeFiles": [ "../Grpc.Core/Version.cs" ]
34 },
Jan Tattermusch381e26a2016-06-21 08:37:22 -070035 "copyToOutput": {
36 "include": "data/*",
37 "mappings": {
Jon Skeet3fcd20f2016-07-08 14:38:39 +010038 "grpc_csharp_ext.x64.dll": "../../../vsprojects/x64/Release/grpc_csharp_ext.dll",
39 "grpc_csharp_ext.x86.dll": "../../../vsprojects/Release/grpc_csharp_ext.dll",
40 "libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so",
41 "libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib"
Jan Tattermusch381e26a2016-06-21 08:37:22 -070042 }
43 }
44 }
45 }
46 },
47 "runtimes": {
48 "win7-x64": { },
49 "debian.8-x64": { },
50 "osx.10.11-x64": { }
51 },
52
Jan Tattermuschec4359d2016-04-11 20:55:44 -070053 "dependencies": {
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070054 "Grpc.IntegrationTesting": {
Jan Tattermuschfab857e2016-06-17 16:53:43 -070055 "target": "project"
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070056 }
Jan Tattermuschec4359d2016-04-11 20:55:44 -070057 },
58 "frameworks": {
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070059 "net45": { },
60 "netstandard1.5": {
61 "imports": [
62 "portable-net45",
63 "net45"
64 ],
65 "dependencies": {
66 "NETStandard.Library": "1.5.0-rc2-24027"
67 }
68 }
Jan Tattermuschec4359d2016-04-11 20:55:44 -070069 }
70}