In a imported project, of my main project I have a property that is read from Windows registry
<PropertyGroup><MyProp>$(Registry:HKEY_CURRENT_USER\Software\....)</MyProp></PropertyGroup>
Then my package allows to update this registry value from Visual Studio Options page.
But projects already loaded seems to keep the old value until they are reloaded, any ideas on how to cause the property to be evaluated again.