aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/ProtocolBuffers.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/ProtocolBuffers/ProtocolBuffers.csproj')
-rw-r--r--csharp/ProtocolBuffers/ProtocolBuffers.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/csharp/ProtocolBuffers/ProtocolBuffers.csproj b/csharp/ProtocolBuffers/ProtocolBuffers.csproj
index e74d94db..c057b414 100644
--- a/csharp/ProtocolBuffers/ProtocolBuffers.csproj
+++ b/csharp/ProtocolBuffers/ProtocolBuffers.csproj
@@ -34,6 +34,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AbstractBuilder.cs" />
@@ -69,6 +71,7 @@
<Compile Include="ExtendableMessage.cs" />
<Compile Include="ExtensionInfo.cs" />
<Compile Include="ExtensionRegistry.cs" />
+ <Compile Include="FieldAccess\Delegates.cs" />
<Compile Include="FieldAccess\SingleEnumAccessor.cs" />
<Compile Include="FieldAccess\SingleMessageAccessor.cs" />
<Compile Include="FieldAccess\SinglePrimitiveAccessor.cs" />