diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-06-15 10:11:43 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-06-15 15:17:01 -0700 |
commit | a6c9a9121ec68a6754f4020bed357498bb237b37 (patch) | |
tree | de151807d25c8170496589be0f300c3df6a3b7b5 /src/csharp/Grpc.IntegrationTesting.QpsWorker | |
parent | ae7b048de4c6b8691dcd89b1a4442aa08ce3392d (diff) |
update project.json
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.QpsWorker')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json index e023a9815b..6ad74d5998 100644 --- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json +++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json @@ -1,11 +1,14 @@ { - "compile": "**/*.cs", - "compilationOptions": { + "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 }, - - "content": "../nativelibs/**", - "dependencies": { "Grpc.IntegrationTesting": "1.0.0" }, |