append %PATH% of many Visual Studio property sheets (.props) additively
问题 To define PATH locally in a project from property sheet, I need to add it in LocalDebuggerEnvironment . This approach works well when there is only 1 property sheet that define PATH . If I have more than one property sheet, while I want to use PATH from every property sheet, Visual Studio will consider only PATH of the last property sheet that I have included. Example If I create property sheet B1.props :- <PropertyGroup Label="UserMacros"><LocalDebuggerEnvironment> PATH=SOMEPATH1;%PATH% <