VisualStudio.Interop.Interfaces/ProjectSystem/ConfiguredProject.cs (
5
lines of code) (
raw
):
namespace Microsoft.VisualStudio.ProjectSystem; public interface ConfiguredProject { ConfiguredProjectServices Services { get; } }