diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-12-19 22:14:19 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-12-19 22:14:19 +0000 |
| commit | 3e419078289fe68e4629e1dde57384277394eef0 (patch) | |
| tree | 3df8c5fa65e9c24355add820865222e10a93dd33 /dotnet/Qpid.Client.Transport.Socket.Blocking | |
| parent | 03a3e2742bdb91f82613cf04f9ab079fd4e24f7c (diff) | |
| download | qpid-python-3e419078289fe68e4629e1dde57384277394eef0.tar.gz | |
Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.
Fixed some compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client.Transport.Socket.Blocking')
| -rw-r--r-- | dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs | 2 | ||||
| -rw-r--r-- | dotnet/Qpid.Client.Transport.Socket.Blocking/Qpid.Client.Transport.Socket.Blocking.mdp | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs b/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs index 744a949d08..e85e42e08c 100644 --- a/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs +++ b/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs @@ -29,7 +29,7 @@ namespace Qpid.Client.Transport.Socket.Blocking { public class BlockingSocketTransport : ITransport { - static readonly ILog _log = LogManager.GetLogger(typeof(BlockingSocketTransport)); +// static readonly ILog _log = LogManager.GetLogger(typeof(BlockingSocketTransport)); // Configuration variables. string _host; diff --git a/dotnet/Qpid.Client.Transport.Socket.Blocking/Qpid.Client.Transport.Socket.Blocking.mdp b/dotnet/Qpid.Client.Transport.Socket.Blocking/Qpid.Client.Transport.Socket.Blocking.mdp new file mode 100644 index 0000000000..8f95000a4a --- /dev/null +++ b/dotnet/Qpid.Client.Transport.Socket.Blocking/Qpid.Client.Transport.Socket.Blocking.mdp @@ -0,0 +1,30 @@ +<Project name="Qpid.Client.Transport.Socket.Blocking" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject"> + <Configurations active="Debug"> + <Configuration name="Debug" ctype="DotNetProjectConfiguration"> + <Output directory="./bin/Debug" assembly="Qpid.Client.Transport.Socket.Blocking" /> + <Build debugmode="True" target="Library" /> + <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" /> + <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> + </Configuration> + <Configuration name="Release" ctype="DotNetProjectConfiguration"> + <Output directory="./bin/Release" assembly="Qpid.Client.Transport.Socket.Blocking" /> + <Build debugmode="False" target="Library" /> + <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" /> + <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> + </Configuration> + </Configurations> + <DeployTargets /> + <Contents> + <File name="./Properties/AssemblyInfo.cs" subtype="Code" buildaction="Compile" /> + <File name="./BlockingSocketProcessor.cs" subtype="Code" buildaction="Compile" /> + <File name="./BlockingSocketTransport.cs" subtype="Code" buildaction="Compile" /> + <File name="./ByteChannel.cs" subtype="Code" buildaction="Compile" /> + </Contents> + <References> + <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <ProjectReference type="Assembly" localcopy="True" refto="../Qpid.Common/lib/log4net/log4net.dll" /> + <ProjectReference type="Project" localcopy="True" refto="Qpid.Buffer" /> + <ProjectReference type="Project" localcopy="True" refto="Qpid.Client" /> + <ProjectReference type="Project" localcopy="True" refto="Qpid.Common" /> + </References> +</Project>
\ No newline at end of file |
