summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Qpid.Client.csproj
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-12-06 16:30:16 +0000
committerSteven Shaw <steshaw@apache.org>2006-12-06 16:30:16 +0000
commit355a889c72f14342c3cb6b50e28e9fad6149d888 (patch)
tree5477565cdeb14659c3e45fb9880b61c71a28f37c /dotnet/Qpid.Client/Qpid.Client.csproj
parentcf3c35c56bf467619fe84d06d1bf322b95e65f80 (diff)
downloadqpid-python-355a889c72f14342c3cb6b50e28e9fad6149d888.tar.gz
QPID-128 Missed a couple of things while porting Java client changes recently.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/Qpid.Client.csproj')
-rw-r--r--dotnet/Qpid.Client/Qpid.Client.csproj9
1 files changed, 5 insertions, 4 deletions
diff --git a/dotnet/Qpid.Client/Qpid.Client.csproj b/dotnet/Qpid.Client/Qpid.Client.csproj
index b3a17a7a6d..84ada2a94b 100644
--- a/dotnet/Qpid.Client/Qpid.Client.csproj
+++ b/dotnet/Qpid.Client/Qpid.Client.csproj
@@ -42,6 +42,7 @@
<Compile Include="Client\AMQConnectionException.cs" />
<Compile Include="Client\AMQDestination.cs" />
<Compile Include="Client\AmqChannel.cs" />
+ <Compile Include="Client\Message\QpidHeaders.cs" />
<Compile Include="Client\QpidConnectionInfo.cs" />
<Compile Include="Client\BasicMessageConsumer.cs" />
<Compile Include="Client\BasicMessageProducer.cs" />
@@ -106,14 +107,14 @@
<Compile Include="qms\UrlSyntaxException.cs" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Qpid.Codec\Qpid.Codec.csproj">
- <Project>{22D0D0C2-77AF-4DE3-B456-7FF3893F9F88}</Project>
- <Name>Qpid.Codec</Name>
- </ProjectReference>
<ProjectReference Include="..\Qpid.Buffer\Qpid.Buffer.csproj">
<Project>{44384DF2-B0A4-4580-BDBC-EE4BAA87D995}</Project>
<Name>Qpid.Buffer</Name>
</ProjectReference>
+ <ProjectReference Include="..\Qpid.Codec\Qpid.Codec.csproj">
+ <Project>{22D0D0C2-77AF-4DE3-B456-7FF3893F9F88}</Project>
+ <Name>Qpid.Codec</Name>
+ </ProjectReference>
<ProjectReference Include="..\Qpid.Messaging\Qpid.Messaging.csproj">
<Project>{6688F826-C58E-4C1B-AA1F-22AFAB4B7D07}</Project>
<Name>Qpid.Messaging</Name>