2 references to CopyAllFilesIfNotHomeSite
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (1)
2075
if (homesiteAttribute == null && builder.Product.CopyAllPackageFiles != CopyAllFilesType.
CopyAllFilesIfNotHomeSite
)
BootstrapperUtil\Product.cs (1)
49
CopyAllPackageFiles = CopyAllFilesType.
CopyAllFilesIfNotHomeSite
;