3 references to ProjectUtil
BuildBoss (3)
ProjectData.cs (1)
30ProjectUtil = new ProjectUtil(FilePath);
TargetsCheckerUtil.cs (2)
37allGood &= CheckProps(new ProjectUtil(filePath), textWriter); 41allGood &= CheckTargets(new ProjectUtil(filePath), textWriter);