Relative paths with MSBuild project vs solution

后端 未结 2 845
温柔的废话
温柔的废话 2021-01-05 21:15

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

2条回答
  •  没有蜡笔的小新
    2021-01-05 22:00

    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.

提交回复
热议问题