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,40 @@
---
source_files:
- DataPRO/MODSensorFile/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:15:59.232568+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "4b625e96ccd6140d"
---
# 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.
---