aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/ProtocolBuffersLite.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2010-11-05 14:49:08 -0500
committercsharptest <roger@csharptest.net>2010-11-05 14:49:08 -0500
commit80e73b922e5b8e0f9352a934018ebc1af518a085 (patch)
tree395f2043ad0e5c79510789150f6c3847396ef44d /src/ProtocolBuffers/ProtocolBuffersLite.csproj
parent97f86ce9de5cfedce0dc1db4dbcef739807fe9ef (diff)
downloadprotobuf-80e73b922e5b8e0f9352a934018ebc1af518a085.tar.gz
protobuf-80e73b922e5b8e0f9352a934018ebc1af518a085.tar.bz2
protobuf-80e73b922e5b8e0f9352a934018ebc1af518a085.zip
Completed abstract lite builder and message
Diffstat (limited to 'src/ProtocolBuffers/ProtocolBuffersLite.csproj')
-rw-r--r--src/ProtocolBuffers/ProtocolBuffersLite.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ProtocolBuffers/ProtocolBuffersLite.csproj b/src/ProtocolBuffers/ProtocolBuffersLite.csproj
index 2bc1dcf5..a08b024b 100644
--- a/src/ProtocolBuffers/ProtocolBuffersLite.csproj
+++ b/src/ProtocolBuffers/ProtocolBuffersLite.csproj
@@ -53,6 +53,8 @@
<None Include="Properties\Google.ProtocolBuffers.snk" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="AbstractBuilderLite.cs" />
+ <Compile Include="AbstractMessageLite.cs" />
<Compile Include="GeneratedExtensionLite.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ByteString.cs" />