VS 2005 lowercases paths
-
Hi! I've defined custom Output directory and Intermediate directory in project properties (two custom property files). They contain mixed case pathnames, ie: Server/System/Bin. However VS lowercases them when building - so target files are put in server/system/bin. I've received a request to maintain path name letter casing. What can I check to make it so? Thanks, -Marcin
-
Hi! I've defined custom Output directory and Intermediate directory in project properties (two custom property files). They contain mixed case pathnames, ie: Server/System/Bin. However VS lowercases them when building - so target files are put in server/system/bin. I've received a request to maintain path name letter casing. What can I check to make it so? Thanks, -Marcin
AFAIK, there's no option to turn this on or off. I think it's hard coded to lowercase the names. I can't find any documentation on this at all, so ...
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007