문제

I'm working on a VS add-in. How do I expand variables like $(ProjectDir)?

도움이 되었습니까?

해결책

I think you want something similar to what an answer to a related question on SO describes.

The linked answer speaks to VC++ projects and VCProject etcetera; but a quick search yielded the VSProject interface, which seems to provide a starting point for something similar with C#/VB.NET projects.

Specifically check out the VSProject.Project property and the Project.ConfigurationManager property to which the VSProject interface page directly and indirectly links.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top