Reply to thread

No the obj folder is correct. There is the wrap folder under source. This basically builds the nuget packages for the projx projects on the fly. See it like a hack from ms to make the new project format to work with their old one.

The obj folder is the output from the actual project the bin folder contains also the dependencies


Top Bottom