5 references to CopyAllFilesType
Microsoft.Build.Tasks.Core (5)
BootstrapperUtil\BootstrapperBuilder.cs (1)
2075
if (homesiteAttribute == null && builder.Product.CopyAllPackageFiles !=
CopyAllFilesType
.CopyAllFilesIfNotHomeSite)
BootstrapperUtil\Product.cs (4)
49
CopyAllPackageFiles =
CopyAllFilesType
.CopyAllFilesIfNotHomeSite;
53
CopyAllPackageFiles =
CopyAllFilesType
.CopyAllFilesFalse;
57
CopyAllPackageFiles =
CopyAllFilesType
.CopyAllFilesTrue;
63
internal
CopyAllFilesType
CopyAllPackageFiles { get; }