summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2020-01-06 14:41:24 -0800
committerGitHub <[email protected]>2020-01-06 14:41:24 -0800
commita919a4e8c3e551c8677bc465b5067065de9799e5 (patch)
treeb5c6b6cf6d82d4e74722407b8078439d9773e6f1 /network
parent24000457442864d9c49ca4cbcd8794db17073d8c (diff)
Diffstat (limited to 'network')
-rw-r--r--network/trans/msnmntr/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/trans/msnmntr/README.md b/network/trans/msnmntr/README.md
index 20a8c283..e8104c15 100644
--- a/network/trans/msnmntr/README.md
+++ b/network/trans/msnmntr/README.md
@@ -80,7 +80,7 @@ For more information on creating a Windows Filtering Platform Callout Driver, se
## Using MSBuild
-As an alternative to building the WFP MSN Messenger Monitor Sample in Visual Studio, you can build it in a Visual Studio Command Prompt window. In Visual Studio, on the **Tools** menu, choose **Visual Studio Command Prompt**. In the Visual Studio Command Prompt window, navigate to the folder that has the solution file, msnmntr.sln. Use the [MSBuild](http://go.microsoft.com/fwlink/p/?linkID=262804) command to build the solution. Here are some examples:
+As an alternative to building the WFP MSN Messenger Monitor Sample in Visual Studio, you can build it in a Visual Studio Command Prompt window. In Visual Studio, on the **Tools** menu, choose **Visual Studio Command Prompt**. In the Visual Studio Command Prompt window, navigate to the folder that has the solution file, msnmntr.sln. Use the [MSBuild](https://go.microsoft.com/fwlink/p/?linkID=262804) command to build the solution. Here are some examples:
`msbuild /p:configuration="Debug" /p:platform="x64" msnmntr.sln`