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