blob: dcd9ccabd295c436f51543a64c9f6b9f89aab5d3 [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.Auth": {
Jan Tattermuschfab857e2016-06-17 16:53:43 -070055 "target": "project"
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070056 },
57 "Grpc.Core": {
Jan Tattermuschfab857e2016-06-17 16:53:43 -070058 "target": "project"
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070059 },
Jan Tattermuschae7b0482016-06-15 09:52:57 -070060 "Google.Protobuf": "3.0.0-beta3",
Jan Tattermuschec4359d2016-04-11 20:55:44 -070061 "CommandLineParser": "1.9.71",
Jan Tattermuschec4359d2016-04-11 20:55:44 -070062 "NUnit": "3.2.0",
63 "NUnitLite": "3.2.0-*"
64 },
65 "frameworks": {
Jan Tattermuscha6c9a912016-06-15 10:11:43 -070066 "net45": {
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070067 "dependencies": {
68 "Moq": "4.2.1510.2205"
69 },
Jan Tattermuscha6c9a912016-06-15 10:11:43 -070070 "frameworkAssemblies": {
71 "System.Runtime": "",
72 "System.IO": ""
73 }
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070074 },
75 "netstandard1.5": {
76 "imports": [
77 "portable-net45",
78 "net45"
79 ],
80 "dependencies": {
81 "NETStandard.Library": "1.5.0-rc2-24027",
82 "System.Linq.Expressions": "4.0.11-rc2-24027"
83 }
Jan Tattermuscha6c9a912016-06-15 10:11:43 -070084 }
Jan Tattermuschec4359d2016-04-11 20:55:44 -070085 }
86}