moved proto files to Grpc.IntegrationTesting

pull/656/head
Jan Tattermusch 10 years ago
parent 03e9da7a7c
commit d3a7927620
  1. 3
      src/csharp/Grpc.Api/Grpc.Api.csproj
  2. 6
      src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
  3. 0
      src/csharp/Grpc.IntegrationTesting/proto/empty.proto
  4. 0
      src/csharp/Grpc.IntegrationTesting/proto/messages.proto
  5. 0
      src/csharp/Grpc.IntegrationTesting/proto/test.proto

@ -65,8 +65,5 @@
<ItemGroup>
<None Include="packages.config" />
<None Include="proto\math.proto" />
<None Include="proto\empty.proto" />
<None Include="proto\messages.proto" />
<None Include="proto\test.proto" />
</ItemGroup>
</Project>

@ -61,5 +61,11 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="proto\test.proto" />
<None Include="proto\empty.proto" />
<None Include="proto\messages.proto" />
</ItemGroup>
<ItemGroup>
<Folder Include="proto\" />
</ItemGroup>
</Project>

Loading…
Cancel
Save