Enum CopyLocal
Defines copy actions for the project's file during the build process.
public enum CopyLocal
Fields
CopyAlways = 1Specifies that file always will be copied.
CopyIfNewer = 2Specifies that only new or modified file will be copied.
DoNotCopy = 0Specifies that file will not be copied.