Is it possible to lower case environment variables from Visual C++ project settings e.g. $(TargetName)
, $(ConfigurationName)
etc without having to specify these as new environment variables. I would like to keep everything lower case to match my unix builds.
Thanks