문제

I have a huge solution in Visual Studio 2010 (more then 30 F# and C# projects). Just now I get a problem with building of solution in different configurations (say, Release|AnyCPU and Debug|AnyCPU). Seems, that problem is in target platform differences. Is it possible to extract and compare build configurations for solution (as XML, plain text)? In configuration manager window not all information is provided.

Thanks.

도움이 되었습니까?

해결책

You can set MSBuildEmitSolution and compare intermediate project files generated, then up verbosity to diagnostic and pipe out logs via fileLogger or tee and compare with a diff tool or just step through it directly.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top