aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/ProtocolBuffers.csproj
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-08-14 20:37:11 +0100
committerJon Skeet <skeet@pobox.com>2008-08-14 20:37:11 +0100
commit3b3150881a677e3c8e1ceda5be25bb1ac9a725ea (patch)
tree396bea118f605ef8cc30d67533a4231e8b4d558d /csharp/ProtocolBuffers/ProtocolBuffers.csproj
parent0677933d9efbd322c0b310068b03d871eea3a49d (diff)
downloadprotobuf-3b3150881a677e3c8e1ceda5be25bb1ac9a725ea.tar.gz
protobuf-3b3150881a677e3c8e1ceda5be25bb1ac9a725ea.tar.bz2
protobuf-3b3150881a677e3c8e1ceda5be25bb1ac9a725ea.zip
Optimisations of IsInitialized and removal of unnecessary references.
Diffstat (limited to 'csharp/ProtocolBuffers/ProtocolBuffers.csproj')
-rw-r--r--csharp/ProtocolBuffers/ProtocolBuffers.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp/ProtocolBuffers/ProtocolBuffers.csproj b/csharp/ProtocolBuffers/ProtocolBuffers.csproj
index adae31b4..e74d94db 100644
--- a/csharp/ProtocolBuffers/ProtocolBuffers.csproj
+++ b/csharp/ProtocolBuffers/ProtocolBuffers.csproj
@@ -34,8 +34,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AbstractBuilder.cs" />