简体   繁体   中英

migrating macro from vs2005 to vs2010

I am migrating from visual studio 2005 to 2010. In the properties in 2005 I had a macro named $(InputName) which doesn't exist in 2010. The suggested value is $(ProjectName). But i think its not correct, i need input file name macro. what is the best macro to replace the previous?

thanks

In VS2010 use %(FileName) instead of $(InputName)
Notice that first character is '%'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM