5 references to FileAssociations
Microsoft.Build.Tasks.Core (5)
GenerateApplicationManifest.cs (1)
261
manifest.
FileAssociations
.Add(fileAssociation);
ManifestUtil\ApplicationManifest.cs (3)
559
if (
FileAssociations
.Count > 0)
561
if (
FileAssociations
.Count > Constants.MaxFileAssociationsCount)
567
foreach (FileAssociation fileAssociation in
FileAssociations
)
ManifestUtil\DeployManifest.cs (1)
597
if (entryPointManifest.
FileAssociations
?.Count > 0)