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 '%'