From 739d13d5d1f93e8bf8770081d1500372758fffa1 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 14 Jul 2015 14:26:31 +0100 Subject: Generate the well-known types in C# This involves: - Specifying a namespace in each proto (including ones we'd previously missed) - Updating the generation script - Changing codegen to implement IReflectedMessage.Fields explicitly (a good thing anyway) - Changing reflection tests to take account of the explicit interface implementation Non-generated code in this commit; generated code to follow --- csharp/src/ProtocolBuffers/ProtocolBuffers.csproj | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'csharp/src/ProtocolBuffers/ProtocolBuffers.csproj') diff --git a/csharp/src/ProtocolBuffers/ProtocolBuffers.csproj b/csharp/src/ProtocolBuffers/ProtocolBuffers.csproj index eef54391..f529c19a 100644 --- a/csharp/src/ProtocolBuffers/ProtocolBuffers.csproj +++ b/csharp/src/ProtocolBuffers/ProtocolBuffers.csproj @@ -96,6 +96,16 @@ + + + + + + + + + + -- cgit v1.2.3