Title: Message
Hi.
 
Someone changed the code in ReplaceMacro in Project.cs for pre/post events
to do case insensitve searches, but a bug was introduced.
 
The line:
                        case "$(targetfileName)": // E.g. WindowsApplications1.exe
Should read:
                        case "$(targetfilename)": // E.g. WindowsApplications1.exe
Observe the caseing in targetfilename.
 
Just out of curiosity, why is this now case-insensitive?
 
/Nicke

Reply via email to