VisualStudio.Interop.Interfaces/ProjectSystem/ConfiguredProjectServices.cs (6 lines of code) (raw):
using Microsoft.VisualStudio.ProjectSystem.Properties;
namespace Microsoft.VisualStudio.ProjectSystem;
public abstract class ConfiguredProjectServices
{
public abstract IProjectPropertiesProvider? ProjectPropertiesProvider { get; }
}