aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-04-24 09:48:16 -0400
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-04-24 09:48:16 -0400
commit68180a2b92d4d2c09a098cf6fa75f53590147f35 (patch)
treec1d823c698c37db586fc3d39121690bd8263aa1f /src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
parent3afd92ff511f52db3ecf892d9af65053323c89cb (diff)
parent97e294aadc251c0fac5b417e55f207cedb10561e (diff)
Merge pull request #1358 from jtattermusch/csharp_server_improvements
Improving C# server
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj')
-rw-r--r--src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
index 584bf1068d..6ae8041fb7 100644
--- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
+++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
@@ -80,5 +80,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
- <ItemGroup />
+ <ItemGroup>
+ <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
+ </ItemGroup>
</Project> \ No newline at end of file