Provides the base requirements of a project (source code-based) assembly.
Properties
AssemblyReferences
Gets the collection of assembly references for this assembly.
Property Value
- IProject
Assembly :Reference Collection The collection of assembly references for this assembly.
GlobalUsingDirectives
Gets the collection of global IUsing
Property Value
- IEnumerable<IUsing
Directive >: The collection of global IUsing
Directive objects defined in this project assembly.
Resolver
Gets the IResolver to use for this project assembly.
SourceFiles
Gets the collection of source files in this project assembly.
Property Value
- ISource
File :Collection The collection of source files in this project assembly.