summaryrefslogtreecommitdiff
path: root/dotnet/build-dotnet11
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-11-25 22:04:39 +0000
committerSteven Shaw <steshaw@apache.org>2006-11-25 22:04:39 +0000
commit7c1f9158be7a5d1124a48f42f8d7dcfb6d5df2a6 (patch)
tree3122525268281cd9df870e0a9cb309ee7410a424 /dotnet/build-dotnet11
parent8f32ca18d5281eaa5baafa769c99fa70c830b14f (diff)
downloadqpid-python-7c1f9158be7a5d1124a48f42f8d7dcfb6d5df2a6.tar.gz
QPID-128 Initial import of the C# sources.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@479211 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/build-dotnet11')
-rw-r--r--dotnet/build-dotnet117
1 files changed, 7 insertions, 0 deletions
diff --git a/dotnet/build-dotnet11 b/dotnet/build-dotnet11
new file mode 100644
index 0000000000..95471686f9
--- /dev/null
+++ b/dotnet/build-dotnet11
@@ -0,0 +1,7 @@
+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"