moved interop testing specific files to Grpc.IntegrationTesting

pull/656/head
Jan Tattermusch 10 years ago
parent 8b86b15e67
commit 03e9da7a7c
  1. 3
      src/csharp/Grpc.Api/Grpc.Api.csproj
  2. 0
      src/csharp/Grpc.IntegrationTesting/Empty.cs
  3. 3
      src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
  4. 0
      src/csharp/Grpc.IntegrationTesting/Messages.cs
  5. 1
      src/csharp/Grpc.IntegrationTesting/TestServiceGrpc.cs

@ -53,9 +53,6 @@
<Compile Include="Math.cs" />
<Compile Include="MathGrpc.cs" />
<Compile Include="MathServiceImpl.cs" />
<Compile Include="Empty.cs" />
<Compile Include="Messages.cs" />
<Compile Include="TestServiceGrpc.cs" />
<Compile Include="MathExamples.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

@ -44,6 +44,9 @@
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Client.cs" />
<Compile Include="TestServiceGrpc.cs" />
<Compile Include="Empty.cs" />
<Compile Include="Messages.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>

@ -33,7 +33,6 @@
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading;
using System.Threading.Tasks;
using Grpc.Core;
Loading…
Cancel
Save