def _project_uuid(self, target): path = str(self._project_file_path(target)) id = uuid.uuid5(uuid.UUID('7a64fe6e-cba3-5019-90fa-640c295a343e'), path) return id