Skip to main content

allowcopylocal

Specifies whether or not to allow for copy local of assemblies.

allowcopylocal "value"

Parameters

value specifies the desired copy mode:

ValueDescription
DefaultPerform the default copy local mechanism for the exporter.
OffDo not copy local assemblies to the output directory.
OnAllow the local assemblies to be copied to the output directory.

Applies To

Project configurations.

Availability

Premake 5.0-beta8 or later for Visual Studio C# Projects.

See Also