2 references to WixObj
Microsoft.DotNet.Build.Tasks.Workloads (2)
Metadata.cs (1)
60
public static readonly string WixObj = nameof(
WixObj
);
Msi\MsiBase.wix.cs (1)
234
msiItem.SetMetadata(Workloads.Metadata.
WixObj
, compilerOutputPath);