I am new to C++/CLI, when I read the definition of access modifier "internal", it reads:
internal (Access is limited exclusively to classes defined within the current project assembly).
But what's a project assembly? I cannot find an answer in the search results on MSDN.