aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.Server/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.Server/project.json')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.Server/project.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.Server/project.json b/src/csharp/Grpc.IntegrationTesting.Server/project.json
index e023a9815b..6ad74d5998 100644
--- a/src/csharp/Grpc.IntegrationTesting.Server/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.Server/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"
},