Свойство | Type | Description | |
---|---|---|---|
CPlusPlusProject | System | ||
RemoveFiles | void |
Méthode | Description | |
---|---|---|
AddReference ( IProject project ) : void | ||
CPlusPlusProject ( ) : System | ||
CPlusPlusProject ( bool useDispatcher ) : System | ||
CompareTo ( IProject other ) : int | ||
CompareTo ( IProjectFolder other ) : int | ||
CompareTo ( IProjectItem other ) : int | ||
CompareTo ( string other ) : int | ||
Create ( ISolution solution, string directory, string name ) : |
||
ExcludeFile ( ISourceFile file ) : void | ||
ExcludeFolder ( IProjectFolder folder ) : void | ||
GenerateProjectFileName ( string name ) : string | ||
GetBuildDirectory ( IStandardProject superProject ) : string | ||
GetGlobalDefines ( ) : IList |
||
GetGlobalIncludes ( ) : IList |
||
GetObjectDirectory ( IStandardProject superProject ) : string | ||
GetOutputDirectory ( IStandardProject superProject ) : string | ||
GetReference ( Reference reference ) : |
||
GetReferencedDefines ( ) : IList |
||
GetReferencedIncludes ( ) : IList |
||
Load ( string filename, ISolution solution ) : |
||
Load ( ISolution solution, string filePath ) : IProject | ||
RemoveReference ( IProject project ) : void | ||
ResolveReferences ( ) : void |
Resolves each reference, cloning and updating Git referenced projects where possible.
|
|
Save ( ) : void | ||
ShouldSerializeBuiltinLibraries ( ) : bool | ||
ShouldSerializeCCompilerArguments ( ) : bool | ||
ShouldSerializeCompilerArguments ( ) : bool | ||
ShouldSerializeCppCompilerArguments ( ) : bool | ||
ShouldSerializeDefines ( ) : bool | ||
ShouldSerializeGlobalIncludes ( ) : bool | ||
ShouldSerializeHidden ( ) : bool | ||
ShouldSerializeIncludes ( ) : bool | ||
ShouldSerializeLinkerArguments ( ) : bool | ||
ShouldSerializePublicIncludes ( ) : bool | ||
ShouldSerializeReferences ( ) : bool | ||
ShouldSerializeToolChainArguments ( ) : bool |
Méthode | Description | |
---|---|---|
GenerateReferencedDefines ( ) : IList |
||
GenerateReferencedIncludes ( ) : IList |
Méthode | Description | |
---|---|---|
CPlusPlusProject ( List |
||
RemoveFiles ( |
public AddReference ( IProject project ) : void | ||
project | IProject | |
Résultat | void |
public CPlusPlusProject ( bool useDispatcher ) : System | ||
useDispatcher | bool | |
Résultat | System |
public CompareTo ( IProjectFolder other ) : int | ||
other | IProjectFolder | |
Résultat | int |
public CompareTo ( IProjectItem other ) : int | ||
other | IProjectItem | |
Résultat | int |
public static Create ( ISolution solution, string directory, string name ) : |
||
solution | ISolution | |
directory | string | |
name | string | |
Résultat |
public ExcludeFile ( ISourceFile file ) : void | ||
file | ISourceFile | |
Résultat | void |
public ExcludeFolder ( IProjectFolder folder ) : void | ||
folder | IProjectFolder | |
Résultat | void |
public static GenerateProjectFileName ( string name ) : string | ||
name | string | |
Résultat | string |
protected GenerateReferencedDefines ( ) : IList |
||
Résultat | IList |
protected GenerateReferencedIncludes ( ) : IList |
||
Résultat | IList |
public GetBuildDirectory ( IStandardProject superProject ) : string | ||
superProject | IStandardProject | |
Résultat | string |
public GetObjectDirectory ( IStandardProject superProject ) : string | ||
superProject | IStandardProject | |
Résultat | string |
public GetOutputDirectory ( IStandardProject superProject ) : string | ||
superProject | IStandardProject | |
Résultat | string |
public GetReference ( Reference reference ) : |
||
reference | Reference | |
Résultat |
public static Load ( string filename, ISolution solution ) : |
||
filename | string | |
solution | ISolution | |
Résultat |
public Load ( ISolution solution, string filePath ) : IProject | ||
solution | ISolution | |
filePath | string | |
Résultat | IProject |
public RemoveReference ( IProject project ) : void | ||
project | IProject | |
Résultat | void |
public ShouldSerializeBuiltinLibraries ( ) : bool | ||
Résultat | bool |
public ShouldSerializeCCompilerArguments ( ) : bool | ||
Résultat | bool |
public ShouldSerializeCompilerArguments ( ) : bool | ||
Résultat | bool |
public ShouldSerializeCppCompilerArguments ( ) : bool | ||
Résultat | bool |
public ShouldSerializeGlobalIncludes ( ) : bool | ||
Résultat | bool |
public ShouldSerializeLinkerArguments ( ) : bool | ||
Résultat | bool |
public ShouldSerializePublicIncludes ( ) : bool | ||
Résultat | bool |
public ShouldSerializeReferences ( ) : bool | ||
Résultat | bool |
public ShouldSerializeToolChainArguments ( ) : bool | ||
Résultat | bool |