当前位置:  开发笔记 > Android > 正文

你给MSBuild项目构建文件命名了什么?

如何解决《你给MSBuild项目构建文件命名了什么?》经验,为你挑选了1个好方法。



1> palehorse..:

您可以根据需要命名文件.从MSBuild的帮助

msbuild.exe /?

Microsoft (R) Build Engine Version 2.0.50727.3053
[Microsoft .NET Framework, Version 2.0.50727.3053]
Copyright (C) Microsoft Corporation 2005. All rights reserved.

Syntax:              MSBuild.exe [options] [project file]

因此,如果将文件另存为mybuildfile.xml,则可以使用以下语法:

msbuild.exe mybuildfile.xml

推荐阅读
大大炮
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有