From f8b8864abe69faae3679a75cc8062bc66cba8f2a Mon Sep 17 00:00:00 2001 From: csharptest Date: Thu, 19 May 2011 14:25:10 -0500 Subject: enabled xml documentation generation --- src/ProtocolBuffers/ProtocolBuffers.csproj | 8 ++++++++ src/ProtocolBuffers/ProtocolBuffersLite.csproj | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'src/ProtocolBuffers') diff --git a/src/ProtocolBuffers/ProtocolBuffers.csproj b/src/ProtocolBuffers/ProtocolBuffers.csproj index 8da01c9a..46537192 100644 --- a/src/ProtocolBuffers/ProtocolBuffers.csproj +++ b/src/ProtocolBuffers/ProtocolBuffers.csproj @@ -40,6 +40,8 @@ full false bin\Debug\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 DEBUG;TRACE prompt 4 @@ -50,6 +52,8 @@ pdbonly true bin\Release\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 TRACE prompt 4 @@ -61,6 +65,8 @@ full false bin\Debug_Silverlight2\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 DEBUG;TRACE;SILVERLIGHT2 prompt 4 @@ -71,6 +77,8 @@ pdbonly true bin\Release_Silverlight2\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 TRACE;SILVERLIGHT2 prompt 4 diff --git a/src/ProtocolBuffers/ProtocolBuffersLite.csproj b/src/ProtocolBuffers/ProtocolBuffersLite.csproj index d4413d83..ffb52295 100644 --- a/src/ProtocolBuffers/ProtocolBuffersLite.csproj +++ b/src/ProtocolBuffers/ProtocolBuffersLite.csproj @@ -24,6 +24,8 @@ full false bin\Debug\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 TRACE;DEBUG;LITE prompt 4 @@ -33,6 +35,8 @@ pdbonly true bin\Release\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 TRACE;LITE prompt 4 @@ -43,6 +47,8 @@ full false bin\Debug_Silverlight2\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 DEBUG;TRACE;SILVERLIGHT2;LITE prompt 4 @@ -53,6 +59,8 @@ pdbonly true bin\Release_Silverlight2\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 TRACE;SILVERLIGHT2;LITE prompt 4 -- cgit v1.2.3