Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
module AnotherModule { header "AnotherModule.h" exclude header "AnotherModuleExcluded.h" } module Umbrella { umbrella "umbrella" } module NotFramework { header "NotFramework.h" } framework module * { }