OpenWrap/openwrap

Updates to directory-structure not reflected in MSBuild until VS restart

Closed this issue · 1 comments

The OpenWrap-Scope property is evaluated the first time around. After that, changes to the wrap descriptor do not get reflected in that msbiuld property, preventing the switching of projects between various scopes at run time.

Need to change things around in the msbuild task file to do the scope detection dynamically, maybe by adding inputs to the initalize task with all the descriptor files?

Fixed in ffe4612