6 references to SharedUtil
BuildBoss (6)
ProjectUtil.cs (1)
42Manager.AddNamespace("mb", Namespace == XNamespace.None ? "" : SharedUtil.MSBuildNamespaceUriRaw);
TargetsCheckerUtil.cs (5)
38if (SharedUtil.IsPropsFile(filePath)) 42else if (SharedUtil.IsTargetsFile(filePath)) 46else if (SharedUtil.IsXslt(filePath)) 65if (!SharedUtil.IsPropsFile(project)) 86if (SharedUtil.IsPropsFile(project))