PDA

View Full Version : MSBuild targets and property names/values relationship


Shiamak
09-09-2013, 05:31 PM
In MSBuild action step properties, what's the relationship between Targets and Property names/Values and how to use it?

kinook
09-09-2013, 05:43 PM
The Targets field corresponds to the /target command-line flag, and Properties corresponds to the /property command-line flag.
http://msdn.microsoft.com/en-us/library/ms164311.aspx

Shiamak
09-09-2013, 07:42 PM
So both got nothing to do with assembly.cs?

kinook
09-09-2013, 08:10 PM
Not that I'm aware of.