diff options
| author | Tomas Restrepo <tomasr@apache.org> | 2007-05-14 14:06:40 +0000 |
|---|---|---|
| committer | Tomas Restrepo <tomasr@apache.org> | 2007-05-14 14:06:40 +0000 |
| commit | dda84019faf93b56028fd0c67f646362a137f0d1 (patch) | |
| tree | 611e2e525d8fab178bf05f229e58c6198578a396 /qpid/dotnet/Qpid.Messaging | |
| parent | c40d919a420b377608fce2fc35de7069f912cf84 (diff) | |
| download | qpid-python-dda84019faf93b56028fd0c67f646362a137f0d1.tar.gz | |
Merged revisions 537834-537845 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2
........
r537834 | tomasr | 2007-05-14 08:37:45 -0500 (Mon, 14 May 2007) | 6 lines
* QPID-489 Added Nant build scripts for Qpid.NET
* Modified msbuild files to build to central location matching nant builds
* Removed old files from Qpid.Buffer
* Removed MonoDevelop project files
* Updated build scripts, readme.txt, todo.txt
........
r537835 | tomasr | 2007-05-14 08:38:14 -0500 (Mon, 14 May 2007) | 1 line
* removed MonoDevelop solution
........
r537841 | tomasr | 2007-05-14 08:50:18 -0500 (Mon, 14 May 2007) | 1 line
Fixed Qpid.Client.Tests build on linux
........
r537845 | tomasr | 2007-05-14 08:57:12 -0500 (Mon, 14 May 2007) | 1 line
Fixed release script and made executable
........
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@537848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/Qpid.Messaging')
| -rw-r--r-- | qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj | 4 | ||||
| -rw-r--r-- | qpid/dotnet/Qpid.Messaging/Qpid.Messaging.mdp | 45 | ||||
| -rw-r--r-- | qpid/dotnet/Qpid.Messaging/default.build | 24 |
3 files changed, 26 insertions, 47 deletions
diff --git a/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj b/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj index b61d40e90a..207abe994e 100644 --- a/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj +++ b/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj @@ -15,7 +15,7 @@ <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>..\bin\net-2.0\debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -23,7 +23,7 @@ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>..\bin\net-2.0\release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
diff --git a/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.mdp b/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.mdp deleted file mode 100644 index 5293a6b2e6..0000000000 --- a/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.mdp +++ /dev/null @@ -1,45 +0,0 @@ -<Project name="Qpid.Messaging" 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.Messaging" /> - <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.Messaging" /> - <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="./AcknowledgeMode.cs" subtype="Code" buildaction="Compile" /> - <File name="./ChannelLimitReachedException.cs" subtype="Code" buildaction="Compile" /> - <File name="./DeliveryMode.cs" subtype="Code" buildaction="Compile" /> - <File name="./ExchangeClassConstants.cs" subtype="Code" buildaction="Compile" /> - <File name="./ExchangeNameDefaults.cs" subtype="Code" buildaction="Compile" /> - <File name="./IBytesMessage.cs" subtype="Code" buildaction="Compile" /> - <File name="./IChannel.cs" subtype="Code" buildaction="Compile" /> - <File name="./IConnection.cs" subtype="Code" buildaction="Compile" /> - <File name="./IConnectionFactory.cs" subtype="Code" buildaction="Compile" /> - <File name="./IConnectionListener.cs" subtype="Code" buildaction="Compile" /> - <File name="./IFieldTable.cs" subtype="Code" buildaction="Compile" /> - <File name="./IHeaders.cs" subtype="Code" buildaction="Compile" /> - <File name="./IMessage.cs" subtype="Code" buildaction="Compile" /> - <File name="./IMessageConsumer.cs" subtype="Code" buildaction="Compile" /> - <File name="./IMessagePublisher.cs" subtype="Code" buildaction="Compile" /> - <File name="./ITextMessage.cs" subtype="Code" buildaction="Compile" /> - <File name="./MessageConsumerBuilder.cs" subtype="Code" buildaction="Compile" /> - <File name="./MessageNotReadableException.cs" subtype="Code" buildaction="Compile" /> - <File name="./MessageNotWritableException.cs" subtype="Code" buildaction="Compile" /> - <File name="./MessagePublisherBuilder.cs" subtype="Code" buildaction="Compile" /> - <File name="./QpidException.cs" subtype="Code" buildaction="Compile" /> - <File name="./ResourceAllocationException.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 diff --git a/qpid/dotnet/Qpid.Messaging/default.build b/qpid/dotnet/Qpid.Messaging/default.build new file mode 100644 index 0000000000..6a1433ac76 --- /dev/null +++ b/qpid/dotnet/Qpid.Messaging/default.build @@ -0,0 +1,24 @@ +<?xml version="1.0"?>
+<project name="Qpid.Messaging" default="build">
+ <!--
+ Properties that come from master build file
+ - build.dir: root directory for build
+ - build.debug: true if building debug release
+ - build.defines: variables to define during build
+ -->
+
+ <target name="build">
+ <csc target="library"
+ define="${build.defines}"
+ debug="${build.debug}"
+ output="${build.dir}/${project::get-name()}.dll">
+
+ <sources>
+ <include name="**/*.cs" />
+ </sources>
+ <references>
+ </references>
+ </csc>
+ </target>
+</project>
+
|
