Enum CopyLocal
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.