18 references to ProjectProperties
Microsoft.NET.ProjectData.Tasks (18)
ProjectDataWriter.cs (11)
86 ProjectProperties.SolutionPath,
93 private static readonly FrozenSet<string> RequiredProperties = ProjectProperties.Required.ToFrozenSet(StringComparer.OrdinalIgnoreCase);
230 GetItemValue(sliceDimensions, ProjectProperties.TargetFramework) ?? GetItemValue(properties, ProjectProperties.TargetFramework),
231 GetItemValue(properties, ProjectProperties.TargetFrameworkIdentifier),
232 GetItemValue(properties, ProjectProperties.TargetFrameworkVersion));
705 GetItemValue(sliceDimensions, ProjectProperties.TargetFramework) ?? GetItemValue(properties, ProjectProperties.TargetFramework),
706 GetItemValue(properties, ProjectProperties.TargetFrameworkIdentifier),
707 GetItemValue(properties, ProjectProperties.TargetFrameworkVersion));
1367 string knownTargetFramework = item.GetMetadata(ProjectProperties.TargetFramework);