From d3a792762077464f7a4b6c1f163474efd58449ce Mon Sep 17 00:00:00 2001 From: Jan Tattermusch <jtattermusch@google.com> Date: Fri, 20 Feb 2015 09:26:18 -0800 Subject: [PATCH] moved proto files to Grpc.IntegrationTesting --- src/csharp/Grpc.Api/Grpc.Api.csproj | 3 --- .../Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj | 6 ++++++ .../{Grpc.Api => Grpc.IntegrationTesting}/proto/empty.proto | 0 .../proto/messages.proto | 0 .../{Grpc.Api => Grpc.IntegrationTesting}/proto/test.proto | 0 5 files changed, 6 insertions(+), 3 deletions(-) rename src/csharp/{Grpc.Api => Grpc.IntegrationTesting}/proto/empty.proto (100%) rename src/csharp/{Grpc.Api => Grpc.IntegrationTesting}/proto/messages.proto (100%) rename src/csharp/{Grpc.Api => Grpc.IntegrationTesting}/proto/test.proto (100%) diff --git a/src/csharp/Grpc.Api/Grpc.Api.csproj b/src/csharp/Grpc.Api/Grpc.Api.csproj index 5d3843cd0e..e03a25b121 100644 --- a/src/csharp/Grpc.Api/Grpc.Api.csproj +++ b/src/csharp/Grpc.Api/Grpc.Api.csproj @@ -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> \ No newline at end of file diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj index ee2c327ebd..88d0f9b655 100644 --- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj +++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj @@ -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> diff --git a/src/csharp/Grpc.Api/proto/empty.proto b/src/csharp/Grpc.IntegrationTesting/proto/empty.proto similarity index 100% rename from src/csharp/Grpc.Api/proto/empty.proto rename to src/csharp/Grpc.IntegrationTesting/proto/empty.proto diff --git a/src/csharp/Grpc.Api/proto/messages.proto b/src/csharp/Grpc.IntegrationTesting/proto/messages.proto similarity index 100% rename from src/csharp/Grpc.Api/proto/messages.proto rename to src/csharp/Grpc.IntegrationTesting/proto/messages.proto diff --git a/src/csharp/Grpc.Api/proto/test.proto b/src/csharp/Grpc.IntegrationTesting/proto/test.proto similarity index 100% rename from src/csharp/Grpc.Api/proto/test.proto rename to src/csharp/Grpc.IntegrationTesting/proto/test.proto -- GitLab