I have a WinRT C++/CX component (consumed by C#) in a project named "DXBase"
I am writing an other C++/CX utility library (also consumed by C#), which depends on it in a project named "DXBase.Loader"
Unfortunately, instead of have a default root namespace of DXBase::Loader, it is DXBase_Loader.
Is there a way I can change that?