aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
blob: 6ad74d59984d2291a7b7080f587bebd696ff2610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "buildOptions": {
    "compile": "**/*.cs",
    "copyToOutput": {
      "mappings": {
        "nativelibs/windows_x64/grpc_csharp_ext.dll": "../../../vsprojects/x64/Debug/grpc_csharp_ext.dll",
        "nativelibs/windows_x86/grpc_csharp_ext.dll": "../../../vsprojects/Debug/grpc_csharp_ext.dll"
      }
    },
    "emitEntryPoint": true
  },
  "dependencies": {
    "Grpc.IntegrationTesting": "1.0.0"
  },
  "frameworks": {
    "net45": { }
  }
}