You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$var.($(var.Cons).ProjectName) expands to "ConsoleAppName".
$var.($(var.Gui).ProjectDir)Resources\Main.ico expands to GuiAppName\Resources\Main.ico
$var.($(var.Gui).TargetPath) expands to GuiAppReference.TargetPath
This would allow users to set friendly names to their project references, and make template creation easier.
I would like to see nested preprocessor variables implemented.
In my case, I would like to be able to create a variable for my project references like so;
Solution
|-ConsoleAppName
|
|-GuiAppName
|--Resources
|---Main.ico
|
|-Setup
|--ConsoleAppReference
|--GuiAppReference
$var.($(var.Cons).ProjectName) expands to "ConsoleAppName".
$var.($(var.Gui).ProjectDir)Resources\Main.ico expands to GuiAppName\Resources\Main.ico
$var.($(var.Gui).TargetPath) expands to GuiAppReference.TargetPath
This would allow users to set friendly names to their project references, and make template creation easier.
The text was updated successfully, but these errors were encountered: