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