I have a number of projects which are joined into a solution. Every project has it\'s own directory structure, and csproj files are located on diferrent level of folder stru
Well, I was able to find out what was causing this. That was custom .targets file, which was inferring SolutionDir property at the start of any msbuild. I did find out that by using MSBuild Explorer. The tool proved to be very useful in my case - I was not aware of third party .target files on my system.