summaryrefslogtreecommitdiff
path: root/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-04-27 21:38:39 +0000
committerStephen D. Huston <shuston@apache.org>2010-04-27 21:38:39 +0000
commit61cd187331ac9491240689f6de1b46bfb661a48e (patch)
tree0c9594ce2e892d8470db79305030499829d7aefa /qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj
parent8f4749fd3d42d3a4fc78f6b45362d8163fd13fe6 (diff)
downloadqpid-python-61cd187331ac9491240689f6de1b46bfb661a48e.tar.gz
Apply all three patches from QPID-2500. Also included WcfPerfTest into the QpidWcf.sln solution.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938677 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj')
-rw-r--r--qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj b/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj
index ac90fb7d64..dfa41c9417 100644
--- a/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj
+++ b/qpid/wcf/src/Apache/Qpid/Channel/Channel.csproj
@@ -64,6 +64,10 @@ under the License.
<Compile Include="AmqpBinaryBinding.cs" />
<Compile Include="AmqpBinaryBindingCollectionElement.cs" />
<Compile Include="AmqpBinaryBindingConfigurationElement.cs" />
+ <Compile Include="AmqpCredential.cs" />
+ <Compile Include="AmqpCredentialType.cs" />
+ <Compile Include="AmqpSecurity.cs" />
+ <Compile Include="AmqpSecurityMode.cs" />
<Compile Include="AmqpChannelFactory.cs" />
<Compile Include="AmqpChannelHelpers.cs" />
<Compile Include="AmqpChannelListener.cs" />
@@ -72,6 +76,7 @@ under the License.
<Compile Include="AmqpBindingConfigurationElement.cs" />
<Compile Include="AmqpTransportBindingElement.cs" />
<Compile Include="AmqpTransportChannel.cs" />
+ <Compile Include="AmqpTransportSecurity.cs" />
<Compile Include="ConnectionManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RawMessage.cs" />