Top "Itemgroup" questions

MSBuild ItemGroup Include/Exclude pattern issue

Problem: an ItemGroups array isn't correctly build based on the value passed in the exclude attribute. If you run this …

msbuild itemgroup
Copy a single file in MSBuild without using Exec or ItemGroup

Is there any way to do this? I just need to copy a single file and thought there may be …

msbuild exec itemgroup
MSBuild - ItemGroup of all bin directories within subdirectories

My Solution has multiple projects (and therefore subdirectories), and there is a 'bin' folder in each project folder. I'm trying …

msbuild itemgroup