-
-
Notifications
You must be signed in to change notification settings - Fork 621
namespace
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Sets the root namespace of a project.
namespace ("name")
By default, the root namespace for a project which match the target (assembly) name. This function allows you to override that default.
Currently, this is only applicable to Visual Studio C# projects.
name
is the desired root namespace for the project.
Projects.
Premake 5.0 or later.
project "MyProject"
namespace "MyCompany.MyProject"