Question

I'm trying to debug some weirdness that's occurring within a msbproj file we have to automate our build process; I can't find a shred of documentation on writing msbproj files anywhere however, where's the "go-to" resource for msbproj writing?

EDIT: The oddity was being caused by differences in the output folder of debug and release builds- but I'm still interested in finding the answer to this question.

Was it helpful?

Solution

its just msbuild by another name. See the MSDN reference as your start:msdn.microsoft.com/en-us/library/7z253716.aspx

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