This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
---
source_files:
- DataPRO/Modules/RegionOfInterest/RegionOfInterestChannels/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:29:51.547543+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "32704f1fe9f321d7"
---
# 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.
---