Category Archives: MSBuild

MSBuild: Groking Item Lists, Flattening, Transforms and Batching

One of the more important aspects of MSBuild that you need to grok is how item lists can be manipulated.  An item list typically corresponds to all the files you add to a project in Visual Studio via "Add New … Continue reading

Posted in MSBuild | 3 Comments