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