From 9c888fa3a284d329560348325ceb7f88e565ce3c Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 14 Jul 2015 11:13:52 +0100 Subject: Changing reflection namespace (part 3) Change the C# namespace in descriptor.proto to Google.Protobuf.Reflection. This then means changing where the generated code lives, which means updating the project file... It also involves regenerating the C++ - which has updated the well-known types as well, for no terribly obvious reason... --- csharp/src/ProtocolBuffers/ProtocolBuffers.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csharp/src/ProtocolBuffers/ProtocolBuffers.csproj') diff --git a/csharp/src/ProtocolBuffers/ProtocolBuffers.csproj b/csharp/src/ProtocolBuffers/ProtocolBuffers.csproj index 8f1d87ab..eef54391 100644 --- a/csharp/src/ProtocolBuffers/ProtocolBuffers.csproj +++ b/csharp/src/ProtocolBuffers/ProtocolBuffers.csproj @@ -60,8 +60,6 @@ - - @@ -74,6 +72,7 @@ + @@ -91,6 +90,7 @@ + -- cgit v1.2.3