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 | ef9e7919c6494a9eff37bcd97e08cf1f26a92f42 (patch) | |
| tree | 8fa17854f9e79995281560f9af88903716c1a14e /dotnet/build-dotnet11 | |
| parent | 72197a8f0b5b39c7931d0a85fdd2426115456acb (diff) | |
| download | qpid-python-ef9e7919c6494a9eff37bcd97e08cf1f26a92f42.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/qpid@537848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/build-dotnet11')
| -rw-r--r-- | dotnet/build-dotnet11 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dotnet/build-dotnet11 b/dotnet/build-dotnet11 index 95471686f9..918010bf1f 100644 --- a/dotnet/build-dotnet11 +++ b/dotnet/build-dotnet11 @@ -1,7 +1 @@ -pfPath=$(cygpath -m "/cygdrive/c/Program Files") - -MSBuild.exe Qpid.NET.sln \ - /p:Configuration=Release \ - /t:rebuild \ - /p:TargetFX1_1=true \ - "/p:CustomAfterMicrosoftCommonTargets=${pfPath}\MSBuild\MSBee\MSBuildExtras.Fx1_1.CSharp.targets" +nant -t:net-1.1 |
