I am working on deploying a SharePoint web part. I am working on the server via remote desktop connection, and needed to compile a .dll file using Visual Studio Command Prompt. I discovered that the server only has Visual Studio 2010 Shell, and that lacks VS Tools including Command Prompt. I tried researching this issue and all of them dealt with older VS that had to add it via Tools menu, which is something I cannot do.
**EDIT**: What I need to do specifically on VS Command Prompt is add a webextension.dll to Assembly.
How do I add VS Command Prompt to a VS Shell? Could I use regular command prompt as a workaround?