I am using visual studio 2015 IDE for a project. Now we need to ensure that we can also build command line using the same .sln file.
I am able to call the sln file but when vcxproj file gets invoked it is taking wrong path in the environment variable. Can i print the environment variable specified in the command line in vcxproj file. ?