Implemented interface member:
property
Win32Icon
Microsoft.Build.Tasks.IALTaskContract.Win32Icon
3 references to Win32Icon
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
252
set => Bag[nameof(
Win32Icon
)] = value;
253
get => (string)Bag[nameof(
Win32Icon
)];
356
commandLine.AppendSwitchIfNotNull("/win32icon:",
Win32Icon
);