从 visual studio 开始 project/solution

Starting visual studio with a specific project/solution

我有一个 schedule a task,该任务以管理员权限启动 Visual Studio,现在我想给出一个参数,在 project/solution(.sln 文件)上启动特定的=21=]启动。

这可能吗,如果不可能怎么办?

只需传递解决方案名称和引号之间的路径。

例如,从命令行:

devenv.exe "C:\YourPath\SolutionFile.sln"

对于计划任务,在参数文本框中添加:

"C:\YourPath\SolutionFile.sln"