Ton*_*ich 0 visual-studio-2008
Visual Studio 2008可以在启动时加载解决方案.加载后它还可以自动运行吗?比如点击"不用调试运行"按钮?
另外: Michael Mrozek的回答很有帮助并且被接受了.但由于某种原因,当VS运行时,它附加调试器.寻找调试器不要附加的方法.
DevEnv.exe需要/Run和/RunExit参数:
/Run Compiles and runs the specified solution.
/RunExit Compiles and runs the specified solution then closes the IDE.
Run Code Online (Sandbox Code Playgroud)