7 references to BindPaths
Microsoft.DotNet.Build.Tasks.Installers (7)
src\CreateWixBuildWixpack.cs (7)
376if (BindPaths != null && BindPaths.Length > 0) 378foreach (var bindPath in BindPaths) 1025for (int i = 0; i < BindPaths?.Length; i++) 1028string bindName = BindPaths[i].GetMetadata("BindName"); 1032string bindPath = BindPaths[i].ItemSpec; 1047BindPaths[i].ItemSpec = wixpackSubfolder;