MSBuild
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am just starting to look into MSBuild. Wonder if anyone could offer any pointers? Would the following be an easy thing to do? - Build a set of .CSProj files, in dependency order - Specify the 'reference path' as to pick up the correct dependies - Override what is in the project file and output to a build folder. Would MSbuild fully support this? Thanks in advance Aj