diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-12-19 21:00:30 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-12-19 21:00:30 +0000 |
| commit | 03a3e2742bdb91f82613cf04f9ab079fd4e24f7c (patch) | |
| tree | 48a25b7ae7a7662db8b798fbb97549c18807cdb6 /dotnet/dotnet.mds | |
| parent | c441c6f2f5ec31a624c56fd7b64e0b438026e93f (diff) | |
| download | qpid-python-03a3e2742bdb91f82613cf04f9ab079fd4e24f7c.tar.gz | |
Added Mono-Develop IDE files
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/dotnet.mds')
| -rw-r--r-- | dotnet/dotnet.mds | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/dotnet/dotnet.mds b/dotnet/dotnet.mds new file mode 100644 index 0000000000..d76d302d9e --- /dev/null +++ b/dotnet/dotnet.mds @@ -0,0 +1,41 @@ +<Combine name="dotnet" fileversion="2.0"> + <Configurations active="Debug"> + <Configuration name="Debug" ctype="CombineConfiguration"> + <Entry build="True" name="Qpid.Messaging" configuration="Debug" /> + <Entry build="True" name="Qpid.Common" configuration="Debug" /> + <Entry build="True" name="Qpid.Buffer" configuration="Debug" /> + <Entry build="True" name="Qpid.Codec" configuration="Debug" /> + <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" /> + </Configuration> + <Configuration name="Release" ctype="CombineConfiguration"> + <Entry build="True" name="Qpid.Messaging" configuration="Release" /> + <Entry build="True" name="Qpid.Common" configuration="Release" /> + <Entry build="True" name="Qpid.Buffer" configuration="Release" /> + <Entry build="True" name="Qpid.Codec" configuration="Release" /> + <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" /> + </Configuration> + </Configurations> + <DeployTargets /> + <StartMode startupentry="Qpid.Client.Tests" single="True"> + <Execute type="None" entry="Qpid.Messaging" /> + <Execute type="None" entry="Qpid.Common" /> + <Execute type="None" entry="Qpid.Buffer" /> + <Execute type="None" entry="Qpid.Codec" /> + <Execute type="None" entry="Qpid.Client" /> + <Execute type="None" entry="Qpid.Client.Tests" /> + <Execute type="None" entry="Qpid.Common.Tests" /> + </StartMode> + <Entries> + <Entry filename="./Qpid.Messaging/Qpid.Messaging.mdp" /> + <Entry filename="./Qpid.Common/Qpid.Common.mdp" /> + <Entry filename="./Qpid.Buffer/Qpid.Buffer.mdp" /> + <Entry filename="./Qpid.Codec/Qpid.Codec.mdp" /> + <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" /> + </Entries> +</Combine>
\ No newline at end of file |
