From f42bfc2f3817fca6d1084c9b59e35f30d3313380 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Mon, 24 Sep 2007 15:05:50 +0000 Subject: Added TestClient program for running distributed tests with. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@578847 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/TestClient/TestClient.csproj | 89 +++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 dotnet/TestClient/TestClient.csproj (limited to 'dotnet/TestClient/TestClient.csproj') diff --git a/dotnet/TestClient/TestClient.csproj b/dotnet/TestClient/TestClient.csproj new file mode 100644 index 0000000000..b00994b265 --- /dev/null +++ b/dotnet/TestClient/TestClient.csproj @@ -0,0 +1,89 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {9A112DF2-146F-4CF4-919B-9D3BE7D088E9} + Exe + Properties + TestClient + TestClient + + + true + full + false + ..\bin\net-2.0\debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\bin\net-2.0\release\ + TRACE + prompt + 4 + + + + + + + + + + + + + {74640962-99D0-4D06-B57A-9CD66517CF52} + Qpid.Buffer.Tests + + + {44384DF2-B0A4-4580-BDBC-EE4BAA87D995} + Qpid.Buffer + + + {BA1B0032-4CE6-40DD-A2DC-119F0FFA0A1D} + Qpid.Client.Tests + + + {68987C05-3768-452C-A6FC-6BA1D372852F} + Qpid.Client + + + {22D0D0C2-77AF-4DE3-B456-7FF3893F9F88} + Qpid.Codec + + + {F83624B0-762B-4D82-900D-FF4C1B36E36E} + Qpid.Common.Tests + + + {77064C42-24D2-4CEB-9EA2-0EF481A43205} + Qpid.Common + + + {6688F826-C58E-4C1B-AA1F-22AFAB4B7D07} + Qpid.Messaging + + + {587B3520-EBB9-41ED-B019-E96116B651CE} + Qpid.Sasl.Tests + + + {1465B0EE-6452-42A6-AB73-B2F9EABEEE75} + Qpid.Sasl + + + + + \ No newline at end of file -- cgit v1.2.1