[MonoDevelop] Proposal to replace .prjx with .build

Peijen Lin Peijen Lin <peijen.lin@gmail.com>
Tue, 9 Nov 2004 21:29:35 -0600


I believe MSBuild file will be used as the project file for VS.NET
2005.  Mike of #Develop (forgot his last name), actually suggest I
look into MSBuild.  From what I can gather MSBuild is Microsoft's Ant.
 Although it does have a feature, <ProjectExtensibility> that gets
ignored by MSBuild, that would make this conversion much simpler, but
I don't think MSBuild is going to work on linux anytime soon.  We
might be able to convince NAnt developer to implement that feature in
their next release.

On Tue, 09 Nov 2004 20:42:23 -0600, Payton Byrd <plbyrd@bellsouth.net> wrote:
> Peijen Lin wrote: 
> 
> 
> http://www.icsharpcode.net/OpenSource/SD/Forum/topic.asp?TOPIC_ID=7000

Discuss
> it here, or discuss it
> there.
_______________________________________________
Monodevelop-list
> mailing
> list
Monodevelop-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list

> I personally think this is a great idea.  I currently am creating a build
> system at work that requires me to generate a NAnt template to build
> individual projects from our source tree and it would be so much easier if
> the IDE actually used NAnt files instead of project files.
> 
> I personally do not see any shortcoming in NAnt for this purpose.  Even if a
> few new tasks need to be created to handle all project related activities
> such as inter-project dependencies instead of file-based dependencies, then
> it would still be worthwhile.
> 
> Does anyone have any idea whether MSBuild will be a supplement to normal
> projects or a replacement for projects in VS.Net 2005?
>