Skip to content

Commit

Permalink
make the fg hbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Painter, Christopher P authored and Painter, Christopher P committed Dec 20, 2023
1 parent 1c2038b commit fb3ee84
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Application/Shared/IsWiXAutomationInterface/IsWiXNamespaces.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,19 @@ public Dictionary<string, string> PossibleNamespaces
prefix = "fga";
}

// One expedient hack deserves another
if (prefix.Equals("hbt"))
{
prefix = "fg";
}

// and another until it's a pattern
if (prefix.Equals("hbt_msix"))
{
prefix = "msix";
}


_extensions.Add(prefix, targetNameSpace);
}
}
Expand Down

0 comments on commit fb3ee84

Please sign in to comment.