1 instantiation of PackageGroupSwixProject
Microsoft.DotNet.Build.Tasks.Workloads (1)
Swix\PackageGroupSwixProject.wix.cs (1)
80
PackageGroupSwixProject swixPackageGroupProject =
new
(swixPackageGroup, baseIntermediateOutputPath, baseOutputPath);
3 references to PackageGroupSwixProject
Microsoft.DotNet.Build.Tasks.Workloads (3)
CreateVisualStudioWorkload.wix.cs (1)
489
swixProjectItems.Add(
PackageGroupSwixProject
.CreateProjectItem(swixPackageGroup, BaseIntermediateOutputPath, BaseOutputPath,
CreateVisualStudioWorkloadSet.wix.cs (1)
100
swixProjectItems.Add(
PackageGroupSwixProject
.CreateProjectItem(swixPackageGroup, BaseIntermediateOutputPath, BaseOutputPath,
Swix\PackageGroupSwixProject.wix.cs (1)
80
PackageGroupSwixProject
swixPackageGroupProject = new(swixPackageGroup, baseIntermediateOutputPath, baseOutputPath);