Skip to content

namespace

Jason Perkins edited this page May 11, 2015 · 3 revisions

The namespace function 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.

Parameters

name is the desired root namespace for the project.

Applies To

Projects.

Examples

project "MyProject"
   namespace "MyCompany.MyProject"
Clone this wiki locally