--- source_files: - DataPRO/Reports/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:15:59.235449+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "b15ecac595b45714" --- # Properties ### Purpose This module contains the assembly metadata for the `MODSensorFile` assembly. It provides standard .NET assembly attributes including version information, COM visibility settings, and a unique GUID for COM interop identification. ### Public Interface This module exposes no public types; it contains only assembly-level attributes. - **Assembly Attributes:** - `AssemblyTitle`: "MODSensorFile" - `AssemblyDescription`: "" (empty) - `AssemblyCompany`: "" (empty) - `AssemblyProduct`: "MODSensorFile" - `AssemblyCopyright`: "Copyright © 2021" - `AssemblyVersion`: "1.0.0.0" - `AssemblyFileVersion`: "1.0.0.0" - `ComVisible`: false - `Guid`: "345d5cdb-1d15-4190-ae68-658206b43e67" ### Invariants - COM visibility is set to false; types in this assembly are not visible to COM components by default. - The assembly version and file version are both fixed at "1.0.0.0". ### Dependencies - **References:** `System.Reflection`, `System.Runtime.CompilerServices`, `System.Runtime.InteropServices` - **Consumers:** Cannot be determined from this source alone. ### Gotchas - None identified from source alone. This is a standard .NET assembly information file. ---