ms build target file - what is the purpose again?
Suppose you wanna introduce a environment build variable, you need to go through all your csproj to make modifications. With targets, you can define in a single file and it gets 'recognized' by all other csproj files.
Comments