是否有可能在VS中制定解决方案依赖(即包括)整个其他解决方案?我见过一些关于"解决方案文件夹"的东西,但这些似乎并不是一回事......?谢谢!(顺便说一下,我正在使用VS 2008)
dependencies projects-and-solutions visual-studio-2008 visual-studio
我想使用批处理文件构建.NET解决方案.
我知道我需要使用以下声明
devenv /build release "D:\Source Code\Source\test.sln"
Run Code Online (Sandbox Code Playgroud)
但我不知道如何创建将在VS命令提示符下执行的批处理文件.