开发者

VS2010 - Project Macro Variables in Start Options Command Line Arguments

开发者 https://www.devze.com 2023-01-23 01:18 出处:网络
In a projects settings, on the 开发者_Go百科Debug tab, is there a way to use to use the project macro variables in the command line arguments box?

In a projects settings, on the 开发者_Go百科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.


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().

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

0

精彩评论

暂无评论...
验证码 换一张
取 消