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