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:
- Use wildcard includes if they help solve your problem
- Use Visual Studio if you can
280Z28
2010-02-19 04:40:30
+1
A:
There are not many such tools. The only ones that I can think of are
Sayed Ibrahim Hashimi
2010-02-19 05:10:52