How to create MSBuild File

  • Thread starter Thread starter Anbu
  • Start date Start date
A

Anbu

hi All,

I'm creating web site project in VS2005. I need to create MSbuild file
for the ASP.net projects. How can i create?

Thanks
 
Thanks for your reply,

I need to create the build file automatically, may be for a project
file. I dont want to modify the build file everytime whenever i modify
the contents.

Is there any other way?
 
Hi

Not sure what you mean when you say automatically

The build file, can be used to build your project, and can slo do other
tasks, such cas copying files, deleting files etc

What is it you want to achieve?
 
No need to create a MSBuild file seperately. Project file itself is a
build file. But the problem would be in Web site projects as they dont
have project file
 
Back
Top