Class IDEProjectEditor
Projects file editor
Inheritance
object
IDEProjectEditor
Namespace: IdeProjectFileEditor
Assembly: BuildSystem.Utils.dll
Syntax
public static class IDEProjectEditor : Object
Methods
GetDelphiEditor(string)
Returns the Delphi project file editor
Declaration
public static IDelphiProjectEditor? GetDelphiEditor(string projectPath)
Parameters
Type | Name | Description |
---|---|---|
string | projectPath | Absolute path to the .dproj file |
Returns
Type | Description |
---|---|
IDelphiProjectEditor |
GetDotNetEditor(string)
Returns .Net project file editor. Supported project types: .csproj .vcproj .vcxproj
Declaration
public static IDotNetProjectEditor? GetDotNetEditor(string projectPath)
Parameters
Type | Name | Description |
---|---|---|
string | projectPath | Absolute path to the project file |
Returns
Type | Description |
---|---|
IDotNetProjectEditor |