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)
76Assert.NotNull(msi603.GetMetadata(Metadata.WixObj)); 77Assert.NotNull(msi604.GetMetadata(Metadata.WixObj)); 107Assert.NotNull(item.GetMetadata(Metadata.WixObj)); 142Assert.NotNull(item.GetMetadata(Metadata.WixObj));