5 references to MSBuildSourceProjectFile
Microsoft.NET.Build.Tasks (5)
ReferenceInfo.cs (1)
77
string projectFilePath = referencePath.GetMetadata(MetadataKeys.
MSBuildSourceProjectFile
);
SingleProjectInfo.cs (4)
83
string sourceProjectFile = projectReferencePath.GetMetadata(MetadataKeys.
MSBuildSourceProjectFile
);
87
throw new BuildErrorException(Strings.MissingItemMetadata, MetadataKeys.
MSBuildSourceProjectFile
, "ReferencePath", projectReferencePath.ItemSpec);
104
string sourceProjectFile = projectReferenceSatellitePath.GetMetadata(MetadataKeys.
MSBuildSourceProjectFile
);
108
throw new BuildErrorException(Strings.MissingItemMetadata, MetadataKeys.
MSBuildSourceProjectFile
, "ReferenceSatellitePath", projectReferenceSatellitePath.ItemSpec);