diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-12-19 22:14:19 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-12-19 22:14:19 +0000 |
| commit | 3e419078289fe68e4629e1dde57384277394eef0 (patch) | |
| tree | 3df8c5fa65e9c24355add820865222e10a93dd33 /dotnet/dotnet.mds | |
| parent | 03a3e2742bdb91f82613cf04f9ab079fd4e24f7c (diff) | |
| download | qpid-python-3e419078289fe68e4629e1dde57384277394eef0.tar.gz | |
Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.
Fixed some compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/dotnet.mds')
| -rw-r--r-- | dotnet/dotnet.mds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotnet/dotnet.mds b/dotnet/dotnet.mds index d76d302d9e..c9520e7699 100644 --- a/dotnet/dotnet.mds +++ b/dotnet/dotnet.mds @@ -8,6 +8,7 @@ <Entry build="True" name="Qpid.Client" configuration="Debug" /> <Entry build="True" name="Qpid.Client.Tests" configuration="Debug" /> <Entry build="True" name="Qpid.Common.Tests" configuration="Debug" /> + <Entry build="True" name="Qpid.Client.Transport.Socket.Blocking" configuration="Debug" /> </Configuration> <Configuration name="Release" ctype="CombineConfiguration"> <Entry build="True" name="Qpid.Messaging" configuration="Release" /> @@ -17,6 +18,7 @@ <Entry build="True" name="Qpid.Client" configuration="Release" /> <Entry build="True" name="Qpid.Client.Tests" configuration="Release" /> <Entry build="True" name="Qpid.Common.Tests" configuration="Release" /> + <Entry build="True" name="Qpid.Client.Transport.Socket.Blocking" configuration="Release" /> </Configuration> </Configurations> <DeployTargets /> @@ -28,6 +30,7 @@ <Execute type="None" entry="Qpid.Client" /> <Execute type="None" entry="Qpid.Client.Tests" /> <Execute type="None" entry="Qpid.Common.Tests" /> + <Execute type="None" entry="Qpid.Client.Transport.Socket.Blocking" /> </StartMode> <Entries> <Entry filename="./Qpid.Messaging/Qpid.Messaging.mdp" /> @@ -37,5 +40,6 @@ <Entry filename="./Qpid.Client/Qpid.Client.mdp" /> <Entry filename="./Qpid.Client.Tests/Qpid.Client.Tests.mdp" /> <Entry filename="./Qpid.Common.Tests/Qpid.Common.Tests.mdp" /> + <Entry filename="./Qpid.Client.Transport.Socket.Blocking/Qpid.Client.Transport.Socket.Blocking.mdp" /> </Entries> </Combine>
\ No newline at end of file |
