Table of Contents

Enum CopyLocal

Namespace
Alternet.Common.Projects.DotNet
Assembly
Alternet.Common.v10.dll

Defines copy actions for the project's file during the build process.

public enum CopyLocal

Fields

CopyAlways = 1

Specifies that file always will be copied.

CopyIfNewer = 2

Specifies that only new or modified file will be copied.

DoNotCopy = 0

Specifies that file will not be copied.