Skip to content

Commit f7e7171

Browse files
Update build documentation
1 parent 025e2b2 commit f7e7171

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/wikipages/data.BuildingTheClient.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@ The source tree is laid out as follows:
2323
To compile the RabbitMQ .NET client library, you will need
2424

2525
- 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)
2928

3029
To run the unit tests, you will need
3130

3231
- NUnit 2.5 or later; included in the [code lib] directory
3332

3433
** Configuring Your Tree
3534

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.
3736

3837
** Building
3938

@@ -51,7 +50,7 @@ Note: If you change a property in [code Local.props] while the solution is loade
5150

5251
*** On Windows, without Visual Studio
5352

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.
5554

5655
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.
5756

@@ -63,7 +62,7 @@ For building under Mono, please refer to [link http://www.rabbitmq.com/build-dot
6362

6463
** Building the WCF binding
6564

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.
6766

6867
To disable building the WCF binding, set [code PropBuildWcf] to [code false].
6968

0 commit comments

Comments
 (0)