Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top