I\'m writing a script for msbuild which should make two batches in one step. Example: 2 ItemGroups
For two nested loops this works:
Results in:
Project "D:\tmp\msbuildtest\test.xml" on node 0 (default targets). Building 1 A Building 1 B Exec: Building 2 A Building 2 B Done Building Project "D:\tmp\msbuildtest\test.xml" (default targets).