Home › Forums › General XMetaL Discussion › How to build xdp project with command line? › Reply To: How to build xdp project with command line?
Reply to: How to build xdp project with command line?
April 2, 2018 at 5:38 pmXMetaL Developer cannot be run standalone as it is a plugin for Visual Studio. The Microsoft documentation for “devenv” should let you control Visual Studio from the command line. I suspect you likely need either the /build or /rebuild switch, or perhaps one of the others documented here:
[url=https://msdn.microsoft.com/en-us/library/xee0c8y7.aspx]https://msdn.microsoft.com/en-us/library/xee0c8y7.aspx[/url]
The following works for me:
"C:Program Files (x86)Microsoft Visual Studio2017CommunityCommon7IDEdevenv.exe" "C:Visual Studio ProjectsProject1Project1.sln" /build