6 references to WixObj
Microsoft.DotNet.Build.Tasks.Workloads (2)
Metadata.cs (1)
60public static readonly string WixObj = nameof(WixObj);
Msi\MsiBase.wix.cs (1)
234msiItem.SetMetadata(Workloads.Metadata.WixObj, compilerOutputPath);
Microsoft.DotNet.Build.Tasks.Workloads.Tests (4)
MsiTests.cs (4)
75Assert.NotNull(msi603.GetMetadata(Metadata.WixObj)); 76Assert.NotNull(msi604.GetMetadata(Metadata.WixObj)); 106Assert.NotNull(item.GetMetadata(Metadata.WixObj)); 141Assert.NotNull(item.GetMetadata(Metadata.WixObj));