--- source_files: - DataPRO/InstallShieldBranch/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:13:50.703950+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "f0fab31042815b89" --- # Properties ### Purpose This module contains assembly-level metadata for the `DASFactoryDb` assembly. It provides versioning, copyright, and COM visibility configuration for the compiled output. It contains no executable logic. ### Public Interface None. This module contains only assembly attributes: - `AssemblyTitle`: "DASFactoryDb" - `AssemblyVersion`: "1.0.0.0" - `AssemblyFileVersion`: "1.0.0.0" - `ComVisible`: `false` - `Guid`: "49c60032-9c8a-4ea5-9e26-2f1663555759" ### Invariants - Assembly version is fixed at 1.0.0.0. - COM visibility is disabled for all types in this assembly. ### Dependencies - **Depends on**: `System.Reflection`, `System.Runtime.CompilerServices`, `System.Runtime.InteropServices`. - **Consumers**: Build system and any projects that reference the DASFactoryDb assembly. ### Gotchas None identified from source alone - this is a standard AssemblyInfo file with no custom logic. ---