From ffafdaa0f9a96d17d456c844a3e554512a5c121d Mon Sep 17 00:00:00 2001 From: csharptest Date: Fri, 3 Jun 2011 12:58:14 -0500 Subject: Fully converted over to ICodedOutputStream for all WriteTo derivations --- src/ProtocolBuffers/ProtocolBuffersLite.csproj | 228 +++++++++++++------------ 1 file changed, 115 insertions(+), 113 deletions(-) (limited to 'src/ProtocolBuffers/ProtocolBuffersLite.csproj') diff --git a/src/ProtocolBuffers/ProtocolBuffersLite.csproj b/src/ProtocolBuffers/ProtocolBuffersLite.csproj index 6371c274..042ffd17 100644 --- a/src/ProtocolBuffers/ProtocolBuffersLite.csproj +++ b/src/ProtocolBuffers/ProtocolBuffersLite.csproj @@ -1,120 +1,122 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {6969BDCE-D925-43F3-94AC-A531E6DF2591} - Library - Properties - Google.ProtocolBuffers - Google.ProtocolBuffersLite - v2.0 - 512 - true - ..\..\keys\Google.ProtocolBuffers.snk - - - 3.5 - - - - true - full - false - bin\Debug\ - $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 - TRACE;DEBUG;LITE - prompt - 4 - true - - - pdbonly - true - bin\Release\ - $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 - TRACE;LITE - prompt - 4 - true - - - true - full - false - bin\Debug_Silverlight2\ - $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 - DEBUG;TRACE;SILVERLIGHT2;LITE - prompt - 4 - true - AllRules.ruleset - - - pdbonly - true - bin\Release_Silverlight2\ - $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 - TRACE;SILVERLIGHT2;LITE - prompt - 4 - true - AllRules.ruleset - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Code - - - - - - - - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {6969BDCE-D925-43F3-94AC-A531E6DF2591} + Library + Properties + Google.ProtocolBuffers + Google.ProtocolBuffersLite + v2.0 + 512 + true + ..\..\keys\Google.ProtocolBuffers.snk + + + 3.5 + + + + true + full + false + bin\Debug\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 + TRACE;DEBUG;LITE + prompt + 4 + true + + + pdbonly + true + bin\Release\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 + TRACE;LITE + prompt + 4 + true + + + true + full + false + bin\Debug_Silverlight2\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 + DEBUG;TRACE;SILVERLIGHT2;LITE + prompt + 4 + true + AllRules.ruleset + + + pdbonly + true + bin\Release_Silverlight2\ + $(OutputPath)\$(AssemblyName).xml + 1591, 1570, 1571, 1572, 1573, 1574 + TRACE;SILVERLIGHT2;LITE + prompt + 4 + true + AllRules.ruleset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Code + + + + + + + + + --> \ No newline at end of file -- cgit v1.2.3