From 811fc89f0eb036d95653f5fed4b0ffea292ce791 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 4 Aug 2015 15:58:39 +0100 Subject: Document everything, and turn on errors if we fail to document anything in the future. --- csharp/src/Google.Protobuf/Google.Protobuf.csproj | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'csharp/src/Google.Protobuf/Google.Protobuf.csproj') diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj index 8a19067a..033edfbb 100644 --- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj +++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj @@ -24,12 +24,14 @@ bin\Debug obj\Debug\ bin\Debug\Google.Protobuf.xml - 1591, 1570, 1571, 1572, 1573, 1574 + + DEBUG;TRACE prompt 4 true Off + true pdbonly @@ -37,12 +39,14 @@ bin\Release obj\Release\ $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 + + TRACE prompt 4 true Off + true pdbonly @@ -50,7 +54,8 @@ bin\ReleaseSigned obj\ReleaseSigned\ $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 + + TRACE;SIGNED prompt 4 @@ -58,6 +63,7 @@ Off True C:\keys\Google.Protobuf.snk + true -- cgit v1.2.3