summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Buffer
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-12-19 21:00:30 +0000
committerSteven Shaw <steshaw@apache.org>2006-12-19 21:00:30 +0000
commit03a3e2742bdb91f82613cf04f9ab079fd4e24f7c (patch)
tree48a25b7ae7a7662db8b798fbb97549c18807cdb6 /dotnet/Qpid.Buffer
parentc441c6f2f5ec31a624c56fd7b64e0b438026e93f (diff)
downloadqpid-python-03a3e2742bdb91f82613cf04f9ab079fd4e24f7c.tar.gz
Added Mono-Develop IDE files
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Buffer')
-rw-r--r--dotnet/Qpid.Buffer/Qpid.Buffer.mdp35
1 files changed, 35 insertions, 0 deletions
diff --git a/dotnet/Qpid.Buffer/Qpid.Buffer.mdp b/dotnet/Qpid.Buffer/Qpid.Buffer.mdp
new file mode 100644
index 0000000000..1e2a655357
--- /dev/null
+++ b/dotnet/Qpid.Buffer/Qpid.Buffer.mdp
@@ -0,0 +1,35 @@
+<Project name="Qpid.Buffer" 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.Buffer" />
+ <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.Buffer" />
+ <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="./" subtype="Directory" buildaction="Compile" />
+ <File name="./Properties/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
+ <File name="./BaseByteBuffer.cs" subtype="Code" buildaction="Compile" />
+ <File name="./BufferDataException.cs" subtype="Code" buildaction="Compile" />
+ <File name="./BufferOverflowException.cs" subtype="Code" buildaction="Compile" />
+ <File name="./BufferUnderflowException.cs" subtype="Code" buildaction="Compile" />
+ <File name="./ByteBuffer.cs" subtype="Code" buildaction="Compile" />
+ <File name="./ByteBufferAllocator.cs" subtype="Code" buildaction="Compile" />
+ <File name="./ByteBufferHexDumper.cs" subtype="Code" buildaction="Compile" />
+ <File name="./ByteBufferProxy.cs" subtype="Code" buildaction="Compile" />
+ <File name="./FixedByteBuffer.cs" subtype="Code" buildaction="Compile" />
+ <File name="./HeapByteBuffer.cs" subtype="Code" buildaction="Compile" />
+ <File name="./SimpleByteBufferAllocator.cs" subtype="Code" buildaction="Compile" />
+ </Contents>
+ <References>
+ <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ </References>
+</Project> \ No newline at end of file