Implemented interface member:
property
Win32Resource
Microsoft.Build.Tasks.IALTaskContract.Win32Resource
3 references to Win32Resource
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
258
set => Bag[nameof(
Win32Resource
)] = value;
259
get => (string)Bag[nameof(
Win32Resource
)];
365
commandLine.AppendSwitchIfNotNull("/win32res:",
Win32Resource
);