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