Where can I get a list of all the properties available in the project file?

I am looking for a resource to list all the built-in properties defined in the MSBuild project file. In particular, I use the Team Build project file, but from the fact that, as I understand it, one of them (correct me if I'm wrong).

I already know about the reserved properties: http://msdn.microsoft.com/en-us/library/ms164309.aspx

But I noticed that the examples mention other useful variables such as $ (SolutionRoot) and $ (OutDir).

Is there a complete list of all the properties that I have access to? Where are these other properties defined? I found a message on the forum where the same question was asked, and he pointed to the Microsoft.TeamFoundation.Build.targets file, but I looked there and could not find the definitions for $ (SolutionRoot) and $ (OutDir). p>

Thanks for any help you can give, Daniel

+3
source share

Source: https://habr.com/ru/post/1706407/


All Articles