visual studio - What does the RootNamespace tag mean in a *.vcxproj file? -


i see following in many *.vcxproj files

<propertygroup label="globals">   <projectguid>{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}</projectguid>   <rootnamespace>yadayada</rootnamespace> </propertygroup> 

what <rootnamespace>yadayada</rootnamespace> property mean? affect output artifacts in way?

it default namespace when add new items project, , when compile, refer project, namespace refer. you/others can use ildasm tool peek inside naming conventions useful.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -