msbuild: is there a way to list all the build targets available in a build file?
- by Cheeso
Just what the title says.
Given a build file (.csproj or msbuild.xml or whatever), I'd like to run a msbuild command that lists all the available, defined targets.
Does that function exist?
I know I could do an Xpath search or something, on the build file, but that wouldn't get included files.