diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-05-07 15:13:53 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-05-07 15:13:53 +0000 |
| commit | 9d4bc273589a907e08ec03228ef7eb389cd3d331 (patch) | |
| tree | d08f8ec54408d66860646c2397561fda0ee14d23 /dotnet/Qpid.Client.Tests | |
| parent | a9648bd9af4cc2f7291e57a88fb340028211b81f (diff) | |
| download | qpid-python-9d4bc273589a907e08ec03228ef7eb389cd3d331.tar.gz | |
Tidy up #D project a bit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client.Tests')
| -rw-r--r-- | dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj b/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj index 0a2bd6a00e..ad54129523 100644 --- a/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj +++ b/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj @@ -53,20 +53,10 @@ <Compile Include="interop\TestCases\TestCase3BasicPubSub.cs" />
<Compile Include="interop\TestClient.cs" />
<Compile Include="Messages\MessageFactoryRegistryTests.cs" />
- <Compile Include="connection\ConnectionTest.cs" />
- <Compile Include="connection\SslConnectionTest.cs" />
- <Compile Include="failover\FailoverTest.cs" />
- <Compile Include="HeadersExchange\HeadersExchangeTest.cs" />
<Compile Include="interop\TopicListener.cs" />
<Compile Include="interop\TopicPublisher.cs" />
- <Compile Include="MultiConsumer\ProducerMultiConsumer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Common\BaseMessagingTestFixture.cs" />
- <Compile Include="requestreply1\ServiceProvidingClient.cs" />
- <Compile Include="requestreply1\ServiceRequestingClient.cs" />
<Compile Include="Security\CallbackHandlerRegistryTests.cs" />
- <Compile Include="SimpleConsumer\TestSyncConsumer.cs" />
- <Compile Include="undeliverable\UndeliverableTest.cs" />
<Compile Include="url\ConnectionUrlTest.cs" />
</ItemGroup>
<ItemGroup>
@@ -98,9 +88,6 @@ </ItemGroup>
<ItemGroup>
<None Include="App.config" />
- <None Include="Qpid.Common.DLL.config">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
