blob: 161e602abcab260288517890dee18588721ce455 [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",
Jan Tattermusch652c0002016-06-27 18:39:30 -070010 "xmlDoc": true,
Jan Tattermuscha9208be2016-06-29 12:03:32 -070011 "compile": {
12 "includeFiles": [ "../Grpc.Core/Version.cs" ]
13 },
Jan Tattermusch381e26a2016-06-21 08:37:22 -070014 "copyToOutput": {
Jan Tattermusch381e26a2016-06-21 08:37:22 -070015 "mappings": {
Jan Tattermusch4f5009f2016-09-09 13:21:46 +020016 "data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem",
17 "data/server1.key": "../Grpc.IntegrationTesting/data/server1.key",
18 "data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem",
Jan Tattermusche7f0b852017-02-08 19:06:10 -080019 "grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Debug/grpc_csharp_ext.dll",
20 "grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Debug/grpc_csharp_ext.dll",
Jon Skeet3fcd20f2016-07-08 14:38:39 +010021 "libgrpc_csharp_ext.x64.so": "../../../libs/dbg/libgrpc_csharp_ext.so",
22 "libgrpc_csharp_ext.x64.dylib": "../../../libs/dbg/libgrpc_csharp_ext.dylib"
Jan Tattermusch381e26a2016-06-21 08:37:22 -070023 }
24 }
25 }
26 },
27 "Release": {
28 "buildOptions": {
Jan Tattermusch652c0002016-06-27 18:39:30 -070029 "define": [ "SIGNED" ],
30 "keyFile": "../keys/Grpc.snk",
Jan Tattermusch652c0002016-06-27 18:39:30 -070031 "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": {
Jan Tattermusch381e26a2016-06-21 08:37:22 -070036 "mappings": {
Jan Tattermusch4f5009f2016-09-09 13:21:46 +020037 "data/ca.pem": "../Grpc.IntegrationTesting/data/ca.pem",
38 "data/server1.key": "../Grpc.IntegrationTesting/data/server1.key",
39 "data/server1.pem": "../Grpc.IntegrationTesting/data/server1.pem",
Jan Tattermusche7f0b852017-02-08 19:06:10 -080040 "grpc_csharp_ext.x64.dll": "../../../cmake/build/x64/Release/grpc_csharp_ext.dll",
41 "grpc_csharp_ext.x86.dll": "../../../cmake/build/Win32/Release/grpc_csharp_ext.dll",
Jon Skeet3fcd20f2016-07-08 14:38:39 +010042 "libgrpc_csharp_ext.x64.so": "../../../libs/opt/libgrpc_csharp_ext.so",
43 "libgrpc_csharp_ext.x64.dylib": "../../../libs/opt/libgrpc_csharp_ext.dylib"
Jan Tattermusch381e26a2016-06-21 08:37:22 -070044 }
45 }
46 }
47 }
48 },
Jan Tattermusch381e26a2016-06-21 08:37:22 -070049
Jan Tattermuschec4359d2016-04-11 20:55:44 -070050 "dependencies": {
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070051 "Grpc.IntegrationTesting": {
Jan Tattermuschfab857e2016-06-17 16:53:43 -070052 "target": "project"
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070053 }
Jan Tattermuschec4359d2016-04-11 20:55:44 -070054 },
55 "frameworks": {
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070056 "net45": { },
Jan Tattermusch3fc8c8a2016-07-22 15:33:29 -070057 "netcoreapp1.0": {
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070058 "imports": [
Jan Tattermusch06aff112016-09-05 17:26:49 +020059 "portable-net45"
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070060 ],
61 "dependencies": {
Jan Tattermusch08ac1d42016-09-07 22:48:41 +020062 "Microsoft.NETCore.App": {
63 "type": "platform",
64 "version": "1.0.0"
65 }
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070066 }
67 }
Jan Tattermusch7ef9f642016-10-20 23:36:45 +020068 },
69 "runtimeOptions": {
70 "configProperties": {
71 "System.GC.Server": true
72 }
Jan Tattermuschec4359d2016-04-11 20:55:44 -070073 }
74}