简体   繁体   English

在vs 2010中创建MSBuild文件

[英]Create a MSBuild file in vs 2010

I have a web application build on .net 3.5 that is built using VS 2010 pro edition. 我有一个使用VS 2010专业版构建的.net 3.5上的Web应用程序。 I am trying to automate the build task for msbuild. 我正在尝试自动执行msbuild的生成任务。 Is there a way to make a build file of my project in VS 2010? 有没有一种方法可以在VS 2010中为我的项目创建构建文件? Or do I have to make the build file from scratch? 还是我必须从头开始制作构建文件?

There's a tool that can help you creating your own msbuild file and it also has GUI, MS Build Sidekick: http://www.attrice.info/msbuild/ 有一个工具可以帮助您创建自己的msbuild文件,并且还具有GUI,MS Build Sidekick: http//www.attrice.info/msbuild/

MS Build Sidekick isn't free but it's quite cheap (US$55), and they also offer trial version for 14 days. MS Build Sidekick不是免费的,但它相当便宜(55美元),他们还提供14天的试用版。

you need to do it from scratch... file->new->text file... 您需要从头开始... file-> new-> text file ...

pretty good tutorial on msdn: http://msdn.microsoft.com/en-us/library/dd576348.aspx 有关msdn的非常不错的教程: http : //msdn.microsoft.com/zh-cn/library/dd576348.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM