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