Click or drag to resize

Project Properties

The Project type exposes the following members.

Properties
  NameDescription
Public propertyApplications
List of Systems (application) simulated by the extension
Public propertyAssemblyCompany
Company name or the Author of the current extension
Public propertyAssemblyCopyright
Copyright information.
Public propertyAssemblyDescription
A brief description of this extension, it will be used as AssemblyDescription of your output.
Public propertyAssemblyName
AssemblyName of the current Extension Project. It is Recommended to use Hummingbird.YourCompany.YourProject as the assembly name.
Public propertyAssemblyProduct
Product name of the current extension
Public propertyAssemblyVersion
Gets or sets the assembly version.
Public propertyBinaryFolder
Gets the binary folder where the extension has been generated. usually the Binary folder contains "ExtensionDefinition.xml" and the Dll files
Public propertyGeneratedCsProjectFile
Gets or sets the full path to the generated *.csproj file. This value will be ignored after reloading the extension project, to ensure the project files to be regenerated.
Public propertyId
Gets or sets the GUID identifier of the project.
Public propertyIsSaved
Flag if the extension project is saved.
Public propertyLicenseFileContent
Gets or sets the content of the license file.
Public propertyLicenseFileName
Gets or sets the name of the license file.
Public propertyLoadedPath
Gets the Path where is Extension project is loaded or last saved.
Public propertyName
Friendly Name of the current Extension Project.
Public propertyOutputPath
Gets or sets the last output path used to generate Visual Studio project and build the assembly
Public propertyRootNamespace
Gets or sets the root namespace of the project
Public propertyZipArchive
Gets the zip archive file that contains the extension package.
Top
See Also