diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-04-21 13:53:39 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-04-21 17:44:34 -0700 |
commit | 987e978e4136d7ab47412a9a6aaab9275ac152c9 (patch) | |
tree | 90b15adab1d6de2e465b7a5743f58a7134264ee8 /src | |
parent | 445a82bfae3a3b221d5c55183edfca7802c8476c (diff) |
add metrics.proto generated files to C# project
Diffstat (limited to 'src')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
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> |