Visual Studio Property Page Inherit Macros From Other Projects
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2010-05-11T20:16:44Z
Indexed on
2010/05/12
17:54 UTC
Read the original article
Hit count: 142
So I am having a very difficult time finding a solution to this problem. Is there any way that I can inherit macros from another project. For example, for the post build I would like to use the macro for the RemoteMachine address that is located in one project in all the other projects. I was thinking something like (ProjectContainingMacro.$RemoteMachine) ... does anyone have any suggestions?
© Stack Overflow or respective owner