6 references to SharedUtil
BuildBoss (6)
ProjectUtil.cs (1)
40Manager.AddNamespace("mb", Namespace == XNamespace.None ? "" : SharedUtil.MSBuildNamespaceUriRaw);
TargetsCheckerUtil.cs (5)
35if (SharedUtil.IsPropsFile(filePath)) 39else if (SharedUtil.IsTargetsFile(filePath)) 43else if (SharedUtil.IsXslt(filePath)) 62if (!SharedUtil.IsPropsFile(project)) 83if (SharedUtil.IsPropsFile(project))