--- source_files: - DataPRO/Modules/Database/DatabaseMigrationScripts/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:29:51.552199+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "cdc10acf4ecfbe8e" --- # Properties ### Purpose This module contains the assembly metadata configuration for the `RegionOfInterestChannels` assembly. It is a standard .NET Properties folder that defines assembly identity, versioning information, and COM visibility settings through assembly-level attributes. This module exists to provide build-time configuration and does not contain executable logic. ### Public Interface No public types or functions are exposed. This module consists entirely of assembly-level attributes: - `AssemblyTitle` - Set to "RegionOfInterestChannels" - `AssemblyDescription` - Empty - `AssemblyConfiguration` - Empty - `AssemblyCompany` - Empty - `AssemblyProduct` - Set to "RegionOfInterestChannels" - `AssemblyCopyright` - Set to "Copyright © 2018" - `AssemblyTrademark` - Empty - `AssemblyCulture` - Empty - `ComVisible` - Set to `false` - `Guid` - "bdb25406-3e28-4e62-ae2a-622120f933da" - `AssemblyVersion` - "1.0.0.0" - `AssemblyFileVersion` - "1.0.0.0" ### Invariants - The assembly version and file version are synchronized at "1.0.0.0". - COM visibility is disabled for all types in this assembly by default. - The GUID "bdb25406-3e28-4e62-ae2a-622120f933da" uniquely identifies this assembly's type library. ### Dependencies **Imports:** - `System.Reflection` - `System.Runtime.CompilerServices` - `System.Runtime.InteropServices` **Dependents:** Unclear from source alone - this is a properties module that would be referenced by any project consuming the RegionOfInterestChannels assembly. ### Gotchas None identified from source alone. This is standard boilerplate assembly metadata. ---