VS2010 - Project Macro Variables in Start Options

2019-01-26 14:32发布

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 directly because they don't get expanded but is there a clever solution to this?

EDIT: I'm using a C# project.

1条回答
做自己的国王
2楼-- · 2019-01-26 15:04

No, this is supported. Silly example I tried: Command Arguments = $(CharacterSet). Got "Unicode" at runtime for argv[1] inside main().

Select "Command Arguments", click on the dropdown arrow, Edit. Click Macros to see what macros are available.

查看更多
登录 后发表回答