You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wikipages/data.BuildingTheClient.txt
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,16 @@ The source tree is laid out as follows:
23
23
To compile the RabbitMQ .NET client library, you will need
24
24
25
25
- a .NET development environment:
26
-
- Microsoft .NET 2.0 (or later)
27
-
- Microsoft .NET 3.0 (or later) if you want to build the WCF binding too
28
-
- Microsoft Visual Studio 2005 or later (optional)
26
+
- Microsoft .NET 3.5 (or later) if you want to build the WCF binding too
27
+
- Microsoft Visual Studio 2008 or later (optional)
29
28
30
29
To run the unit tests, you will need
31
30
32
31
- NUnit 2.5 or later; included in the [code lib] directory
33
32
34
33
** Configuring Your Tree
35
34
36
-
Copy [code Local.props.example] to [code Local.props], and edit it if necessary (the properties in this file have suggestive names). Set [code PropTargetFramework] to [code v1.1], [code v2.0], [code v3.0] or [code v3.5]. If you would like to build under Mono, only [code v1.1] and [code v2.0] are supported; also set [code PropUsingMono] to [code true] in this case.
35
+
Copy [code Local.props.example] to [code Local.props], and edit it if necessary (the properties in this file have suggestive names). Set [code PropTargetFramework] to [code v3.5], [code v4.0]or [code v4.5]. If you would like to build under Mono, set [code PropUsingMono] to [code true] in this case.
37
36
38
37
** Building
39
38
@@ -51,7 +50,7 @@ Note: If you change a property in [code Local.props] while the solution is loade
51
50
52
51
*** On Windows, without Visual Studio
53
52
54
-
To build the client library without Visual Studio, first you need to make sure you have the .NET's framework directory in your [code PATH] environment variable. The .NET framework directory can usually be found at [code %WINDIR%\Microsoft.NET\Framework\v2.0.50727] for .NET 2.0 or [code %WINDIR%\Microsoft.NET\Framework\v3.0] for .NET 3.0.
53
+
To build the client library without Visual Studio, first you need to make sure you have the .NET's framework directory in your [code PATH] environment variable. The .NET framework directory can usually be found at [code %WINDIR%\Microsoft.NET\Framework\v3.5] for .NET 3.5.
55
54
56
55
Open the Command Prompt (Start -> Run -> cmd) or Cygwin (if you have it installed) and change to the client's directory. Now type [code msbuild.exe] and hit return to start building the solution.
57
56
@@ -63,7 +62,7 @@ For building under Mono, please refer to [link http://www.rabbitmq.com/build-dot
63
62
64
63
** Building the WCF binding
65
64
66
-
Building the WCF binding is enabled by default in [code Local.props] if the target framework is [code v3.0] or later (only on Windows).
65
+
Building the WCF binding is enabled by default in [code Local.props] on Windows.
67
66
68
67
To disable building the WCF binding, set [code PropBuildWcf] to [code false].
0 commit comments