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
Post a Comment