commit | c654416843d84a9bd43add0dbc4567920947ea73 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周二 1月 06 19:49:33 2009 +0000 |
committer | David Reiss <dreiss@apache.org> | 周二 1月 06 19:49:33 2009 +0000 |
tree | cadd3e7d5f9ff601332cb3c50a6d987b22b76936 | |
parent | b0f31ef92fae72f60162b9ef03b498551d529cb5 [diff] [blame] |
THRIFT-129. csharp: Make all Thrift structures extend TBase git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@732081 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/csharp/src/Thrift.csproj b/lib/csharp/src/Thrift.csproj index 1a1a332..9f3f620 100644 --- a/lib/csharp/src/Thrift.csproj +++ b/lib/csharp/src/Thrift.csproj
@@ -46,6 +46,7 @@ <Reference Include="System.Xml.Linq" /> </ItemGroup> <ItemGroup> + <Compile Include="Protocol\TBase.cs" /> <Compile Include="Protocol\TBinaryProtocol.cs" /> <Compile Include="Protocol\TField.cs" /> <Compile Include="Protocol\TList.cs" />