tags:

views:

36

answers:

2

Is there any tool that will create .proj file. Its very cumbersome to create it by hand for big & complex project structure.

+1  A: 

There's more than one way to use MSBuild. Are you using Visual Studio for your projects (if so, that limits your options)? What language is the code written in?

That said, here are my suggestions:

280Z28
+1  A: 

There are not many such tools. The only ones that I can think of are

Sayed Ibrahim Hashimi