When running MSBuild, anything passed in on the command line using /p:MyProp=value is accessible from every MSBuild script invoked (via the MSBuild task) from the main script. How can I define a prope
When a single property contains semicolons, MSBuild automatically parse the property into a list of properties when used within an itemgroup. Here\'s a snippet from my project: