Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top