public VSProject( string projectPath ) { this.projectPath = Path.GetFullPath( projectPath ); configs = new VSProjectConfigCollection(); Load(); }
public VSProject(string projectPath) { this.projectPath = Path.GetFullPath(projectPath); configs = new VSProjectConfigCollection(); Load(); }