enum BuildFolder
Types of various folders used by the build manager.
Values
| Name | Value | Description |
|---|---|---|
SourceRoot |
0 |
Absolute path to the root folder where all the prebuilt binaries and data exist. |
DestinationRoot |
1 |
Absolute path to the root folder for a build for a specific platform. |
NativeBinaries |
2 |
Folder where native binaries are stored. |
BansheeReleaseAssemblies |
3 |
Folder where Banshee specific release assemblies are stored. |
BuiltinAssemblies |
4 |
Folder where builtin assemblies are stored. |
ScriptingRuntime |
5 |
Folder where miscellaneous scripting runtime files are stored. |
BansheeDebugAssemblies |
6 |
Folder where Banshee specific debug assemblies are stored. |
Data |
7 |
Folder where builtin data is stored. |