From 987e978e4136d7ab47412a9a6aaab9275ac152c9 Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@google.com>
Date: Thu, 21 Apr 2016 13:53:39 -0700
Subject: [PATCH] add metrics.proto generated files to C# project

---
 .../Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
index 176e005d02..9685cf1837 100644
--- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
+++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
@@ -114,6 +114,8 @@
     <Compile Include="InterarrivalTimers.cs" />
     <Compile Include="NUnitMain.cs" />
     <Compile Include="StressTestClient.cs" />
+    <Compile Include="Metrics.cs" />
+    <Compile Include="MetricsGrpc.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
-- 
GitLab