Implemented interface member:
property
FileVersion
Microsoft.Build.Tasks.IALTaskContract.FileVersion
3 references to FileVersion
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
132
set => Bag[nameof(
FileVersion
)] = value;
133
get => (string)Bag[nameof(
FileVersion
)];
341
commandLine.AppendSwitchIfNotNull("/fileversion:",
FileVersion
);