Skip to content
Snippets Groups Projects
Commit 03e9da7a authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

moved interop testing specific files to Grpc.IntegrationTesting

parent 8b86b15e
No related branches found
No related tags found
No related merge requests found
...@@ -53,9 +53,6 @@ ...@@ -53,9 +53,6 @@
<Compile Include="Math.cs" /> <Compile Include="Math.cs" />
<Compile Include="MathGrpc.cs" /> <Compile Include="MathGrpc.cs" />
<Compile Include="MathServiceImpl.cs" /> <Compile Include="MathServiceImpl.cs" />
<Compile Include="Empty.cs" />
<Compile Include="Messages.cs" />
<Compile Include="TestServiceGrpc.cs" />
<Compile Include="MathExamples.cs" /> <Compile Include="MathExamples.cs" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
......
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
<ItemGroup> <ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Client.cs" /> <Compile Include="Client.cs" />
<Compile Include="TestServiceGrpc.cs" />
<Compile Include="Empty.cs" />
<Compile Include="Messages.cs" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup> <ItemGroup>
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using Grpc.Core; using Grpc.Core;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment