summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Qpid.Client.csproj
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2008-12-09 22:32:39 +0000
committerRobert Greig <rgreig@apache.org>2008-12-09 22:32:39 +0000
commit4a72a6ee98310612d771c60a5fdb8c615cdd40fc (patch)
tree8ec439397a055f1cfc0fb8d99aa42ea352f147cb /dotnet/Qpid.Client/Qpid.Client.csproj
parentab9efada20267cdd8a60db99f0fef877ad94a172 (diff)
downloadqpid-python-4a72a6ee98310612d771c60a5fdb8c615cdd40fc.tar.gz
QPID-1521
Updated Visual Studio project files to VS 2008, updated README and batch files. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/Qpid.Client.csproj')
-rw-r--r--dotnet/Qpid.Client/Qpid.Client.csproj96
1 files changed, 7 insertions, 89 deletions
diff --git a/dotnet/Qpid.Client/Qpid.Client.csproj b/dotnet/Qpid.Client/Qpid.Client.csproj
index 6f4b87773b..fb80e653e4 100644
--- a/dotnet/Qpid.Client/Qpid.Client.csproj
+++ b/dotnet/Qpid.Client/Qpid.Client.csproj
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -9,6 +9,11 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Apache.Qpid.Client</RootNamespace>
<AssemblyName>Apache.Qpid.Client</AssemblyName>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <OldToolsVersion>2.0</OldToolsVersion>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -41,94 +46,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="Client\AmqBrokerInfo.cs" />
- <Compile Include="Client\AMQConnection.cs" />
- <Compile Include="Client\AMQConnectionException.cs" />
- <Compile Include="Client\AMQDestination.cs" />
- <Compile Include="Client\AmqChannel.cs" />
- <Compile Include="Client\AMQAuthenticationException.cs" />
- <Compile Include="Client\AMQNoConsumersException.cs" />
- <Compile Include="Client\AMQNoRouteException.cs" />
- <Compile Include="Client\Configuration\AuthenticationConfigurationSectionHandler.cs" />
- <Compile Include="Client\Handler\QueueDeleteOkMethodHandler.cs" />
- <Compile Include="Client\Handler\QueuePurgeOkMethodHandler.cs" />
- <Compile Include="Client\Protocol\DefaultTimeouts.cs" />
- <Compile Include="Client\SslOptions.cs" />
- <Compile Include="Client\Message\QpidHeaders.cs" />
- <Compile Include="Client\QpidConnectionInfo.cs" />
- <Compile Include="Client\BasicMessageConsumer.cs" />
- <Compile Include="Client\BasicMessageProducer.cs" />
- <Compile Include="Client\Closeable.cs" />
- <Compile Include="Client\ConnectionTuneParameters.cs" />
- <Compile Include="Client\Failover\FailoverException.cs" />
- <Compile Include="Client\Failover\FailoverHandler.cs" />
- <Compile Include="Client\Failover\FailoverState.cs" />
- <Compile Include="Client\Failover\FailoverSupport.cs" />
- <Compile Include="Client\Handler\BasicDeliverMethodHandler.cs" />
- <Compile Include="Client\Handler\BasicReturnMethodHandler.cs" />
- <Compile Include="Client\Handler\ChannelCloseMethodHandler.cs" />
- <Compile Include="Client\Handler\ConnectionCloseMethodHandler.cs" />
- <Compile Include="Client\Handler\ConnectionCloseOkHandler.cs" />
- <Compile Include="Client\Handler\ConnectionOpenOkMethodHandler.cs" />
- <Compile Include="Client\Handler\ConnectionRedirectMethodHandler.cs" />
- <Compile Include="Client\Handler\ConnectionSecureMethodHandler.cs" />
- <Compile Include="Client\Handler\ConnectionStartMethodHandler.cs" />
- <Compile Include="Client\Handler\ConnectionTuneMethodHandler.cs" />
- <Compile Include="Client\Message\AbstractQmsMessage.cs" />
- <Compile Include="Client\Message\AMQMessage.cs" />
- <Compile Include="Client\Message\AMQMessageFactory.cs" />
- <Compile Include="Client\Message\IMessageFactory.cs" />
- <Compile Include="Client\Message\MessageFactoryRegistry.cs" />
- <Compile Include="Client\Message\UnexpectedBodyReceivedException.cs" />
- <Compile Include="Client\Message\UnprocessedMessage.cs" />
- <Compile Include="Client\Message\QpidBytesMessage.cs" />
- <Compile Include="Client\Message\QpidBytesMessageFactory.cs" />
- <Compile Include="Client\Message\QpidTextMessage.cs" />
- <Compile Include="Client\Message\QpidTextMessageFactory.cs" />
- <Compile Include="Client\Protocol\AMQMethodEvent.cs" />
- <Compile Include="Client\Protocol\AMQProtocolListener.cs" />
- <Compile Include="Client\Protocol\AMQProtocolSession.cs" />
- <Compile Include="Client\Protocol\Listener\BlockingMethodFrameListener.cs" />
- <Compile Include="Client\Protocol\Listener\IAMQMethodListener.cs" />
- <Compile Include="Client\Protocol\IConnectionCloser.cs" />
- <Compile Include="Client\Protocol\ProtocolWriter.cs" />
- <Compile Include="Client\Protocol\IProtocolListener.cs" />
- <Compile Include="Client\Security\CallbackHandlerRegistry.cs" />
- <Compile Include="Client\Security\IAMQCallbackHandler.cs" />
- <Compile Include="Client\Security\UsernamePasswordCallbackHandler.cs" />
- <Compile Include="Client\State\AMQState.cs" />
- <Compile Include="Client\State\AMQStateChangedEvent.cs" />
- <Compile Include="Client\State\AMQStateManager.cs" />
- <Compile Include="Client\State\IAMQStateListener.cs" />
- <Compile Include="Client\State\IllegalStateTransitionException.cs" />
- <Compile Include="Client\State\IStateAwareMethodListener.cs" />
- <Compile Include="Client\State\IStateListener.cs" />
- <Compile Include="Client\Protocol\Listener\SpecificMethodFrameListener.cs" />
- <Compile Include="Client\State\StateWaiter.cs" />
- <Compile Include="Client\Transport\AmqpChannel.cs" />
- <Compile Include="Client\Transport\AMQProtocolProvider.cs" />
- <Compile Include="Client\Transport\IStreamFilter.cs" />
- <Compile Include="Client\Transport\IoHandler.cs" />
- <Compile Include="Client\Transport\IByteChannel.cs" />
- <Compile Include="Client\Transport\IProtocolChannel.cs" />
- <Compile Include="Client\Transport\IProtocolWriter.cs" />
- <Compile Include="Client\Transport\ITransport.cs" />
- <Compile Include="Client\Transport\ProtocolDecoderOutput.cs" />
- <Compile Include="Client\Transport\SingleProtocolEncoderOutput.cs" />
- <Compile Include="Client\Transport\Socket\Blocking\BlockingSocketTransport.cs" />
- <Compile Include="Client\Transport\Socket\Blocking\ByteChannel.cs" />
- <Compile Include="Client\Transport\Socket\Blocking\SslSocketConnector.cs" />
- <Compile Include="Client\Transport\Socket\Blocking\SocketConnector.cs" />
- <Compile Include="Client\Transport\Socket\Blocking\ISocketConnector.cs" />
- <Compile Include="Client\Util\FlowControlQueue.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="qms\BrokerInfo.cs" />
- <Compile Include="qms\ConnectionInfo.cs" />
- <Compile Include="qms\FailoverPolicy.cs" />
- <Compile Include="qms\failover\FailoverMethod.cs" />
- <Compile Include="qms\failover\FailoverRoundRobin.cs" />
- <Compile Include="qms\failover\FailoverSingleServer.cs" />
- <Compile Include="qms\UrlSyntaxException.cs" />
+ <Compile Include="**\*.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Qpid.Buffer\Qpid.Buffer.csproj">