Is it possible to get this variables programmatically?
http://msdn.microsoft.com/en-us/library/c02as0cs(VS.90).aspx
so inline with my question here I need to get the actual value of these variables programmatically outside of visual studio. Can I use "GetEnvironmentVariable(String, EnvironmentVariableTarget)" for this?or any other suggestions
getting the value of $(ProjectDir), $(SolutionDir) in a vcproj file