In a projects settings, on the Debug tab, is there a way to use to use the project macro variables in the command line arguments box?
I know you can\'t use them dir
No, this is supported [but not for C# projects].
Silly example I tried: Command Arguments = $(CharacterSet). Got "Unicode" at runtime for argv[1] inside main().
$(CharacterSet)
"Unicode"
argv[1]
main()
Select "Command Arguments", click on the dropdown arrow, Edit. Click Macros to see what macros are available.