2 references to IconFile
Microsoft.Build.Tasks.Core (2)
GenerateApplicationManifest.cs (2)
277
if (!String.IsNullOrEmpty(
IconFile
?.ItemSpec))
279
manifest.IconFile = FindFileFromItem(
IconFile
).TargetPath;