'Can mono make Solution files (.sln)
If mono can make .sln files (from cli) How do I do that?
Solution 1:[1]
If you mean:
make
==create
, then the MonoDevelop IDE is able to load and save Visual Studio solutions files.make
==build
, then the answer already exists.
Solution 2:[2]
Right, the answer already exist, and it is xbuild. Enjoy!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Community |
Solution 2 | facundofarias |