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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -