Visual Studio for Mac — Workspaces

Yauheni Pakala
1 min readMar 31, 2020

--

Some short notes about using Workspaces in Visual Studio for Mac / Xamarin Studio/ Mono Develop IDE.

Build workspace

To build workspace, you need to use mdtool (http://manpages.ubuntu.com/manpages/trusty/man1/mdtool.1.html), which was renamed to vstool.

  1. Use alias:
alias vstool="/Applications/Visual\ Studio.app/Contents/MacOS/vstool"

2. Build workspace:

vstool build XToolkit.mdw

2.1. Build with options:

mdtool build -c:Release XToolkit.mdw
mdtool build -c:"Release|AnyCPU" XToolkit.mdw
mdtool build -c:"Release|AnyCPU" -t:Clean XToolkit.mdw

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Yauheni Pakala
Yauheni Pakala

Written by Yauheni Pakala

I’m a software engineer. I’m a fan of technology, cross-platform development, and programming.

No responses yet

Write a response