I see the following in many *.vcxproj files
<PropertyGroup Label="Globals">
<ProjectGuid>{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}</ProjectGuid>
<RootNamespace>yadayada</RootNamespace>
</PropertyGroup>
What does the <RootNamespace>yadayada</RootNamespace>
property mean? Does it affect the output artifacts in any way?
A bit late but the docs say:
The root namespace for the specified project. RootNamespace is used to determine proper naming for managed resource DLLs.
So I guess it did matter for C++/CLI projects. But seeing that it isn't mentioned in the Visual Studio 2019 SDK I'm not sure if it's still in use.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With