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