Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 proj 文件中的 ajaxmintask 使用 -res 开关。但是,我找不到任何关于如何做到这一点的文档。我知道如何通过命令行来做到这一点,但如果有办法通过 proj 文件添加开关,那将是一个理想的解决方案。
那里的任务有一个包罗万象的“开关”属性。这是一个字符串属性,您可以为任务设置几乎所有的命令行开关。-res 开关是受支持的开关之一。