summaryrefslogtreecommitdiff
path: root/src/documentation/content/xdocs/Setup .Net Client on Windows.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentation/content/xdocs/Setup .Net Client on Windows.html')
-rwxr-xr-xsrc/documentation/content/xdocs/Setup .Net Client on Windows.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/Setup .Net Client on Windows.html b/src/documentation/content/xdocs/Setup .Net Client on Windows.html
new file mode 100755
index 0000000000..8bc6836130
--- /dev/null
+++ b/src/documentation/content/xdocs/Setup .Net Client on Windows.html
@@ -0,0 +1,50 @@
+<html>
+ <head>
+ <title>Apache Qpid : Setup .Net Client on Windows</title>
+ <link rel="stylesheet" href="styles/site.css" type="text/css" />
+ <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ </head>
+
+ <body>
+ <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
+ <tr>
+ <td valign="top" class="pagebody">
+ <div class="pageheader">
+ <span class="pagetitle">
+ Apache Qpid : Setup .Net Client on Windows
+ </span>
+ </div>
+ <div class="pagesubheading">
+ This page last changed on Aug 02, 2007 by <font color="#0050B2">ritchiem</font>.
+ </div>
+
+ <h2><a name="Setup.NetClientonWindows-Setup"></a>Setup</h2>
+
+<p>Install:<br/>
+ Microsoft Visual Studio 2005 (VS2005)<br/>
+ NAnt 0.85 - only required for builds outside VS2005 (.net 1.1, .net 2.0, mono 2.0)<br/>
+ Ant 1.6.5<br/>
+ Cygwin (or alternatively build via cmd but alter instructions below accordingly)</p>
+
+<p>Set up PATH to include Nant.exe:</p>
+
+<p> $ PATH=/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727:$PATH</p>
+
+<p>Set up PATH to include ant:</p>
+
+<p> $ PATH=$ANT_HOME/bin:$PATH</p>
+
+
+ </td>
+ </tr>
+ </table>
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
+ </tr>
+ <tr>
+ <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file