I would like to create custom Path Macros in Visual Studio. I know there is another topic on this but that one only works for Visual C++ projects. I'm not writting a C++ project so the Property Manager isn't available.
Asked
Active
Viewed 1,239 times
0
-
You'll have to edit the project file by hand and add an property to a `
`. The lack of support in the IDE to change the property value makes it less than practical. – Hans Passant Dec 18 '13 at 19:50 -
@HansPassant No solution wide solution? – Jeroen Dec 18 '13 at 19:57
-
All projects can `
` a common .targets file with the property. – Hans Passant Dec 18 '13 at 20:03 -
@HansPassant Can you post that as an answer? – Jeroen Dec 18 '13 at 20:05
-
I don't want to take the time to write it up properly, it just isn't very useful. – Hans Passant Dec 18 '13 at 20:07
-
@HansPassant What file would have a `
`? – Jeroen Dec 19 '13 at 12:24 -
It's ridiculous that custom properties can't be added at solution level. – rustyx Dec 09 '15 at 13:01