aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf/Google.Protobuf.csproj
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2016-01-06 11:12:56 +0000
committerGravatar Jon Skeet <jonskeet@google.com>2016-01-13 10:58:49 +0000
commit5dba7d7b4cac6f2f4250ceaca27fb6024f4aeb54 (patch)
tree4f84548fb0fa879746030e56395d4e87bb6bffa0 /csharp/src/Google.Protobuf/Google.Protobuf.csproj
parent73c003c309235485c0e53f2075242567c88a72bc (diff)
Introduce ICustomDiagnosticMessage to allow for custom string formatting
This fixes issue #933, effectively.
Diffstat (limited to 'csharp/src/Google.Protobuf/Google.Protobuf.csproj')
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
index e6af2483..617497e6 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
@@ -85,6 +85,7 @@
<Compile Include="Compatibility\TypeExtensions.cs" />
<Compile Include="FieldCodec.cs" />
<Compile Include="FrameworkPortability.cs" />
+ <Compile Include="ICustomDiagnosticMessage.cs" />
<Compile Include="IDeepCloneable.cs" />
<Compile Include="InvalidJsonException.cs" />
<Compile Include="JsonFormatter.cs" />