Files
DP44/docs/ai/DataPRO/Modules/SystemSettings/QASettings/Properties.md
2026-04-17 14:55:32 -04:00

42 lines
1.7 KiB
Markdown

---
source_files:
- DataPRO/Modules/SystemSettings/QASettings/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:15:04.731518+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "16671d9a7022a987"
---
# Properties
### Purpose
This module contains assembly metadata for the QASettings component. It defines version information, copyright, and COM visibility settings for the QASettings assembly using standard .NET assembly attributes. This is a build-time configuration module with no runtime logic.
### Public Interface
No public types are defined in this module. It contains only assembly-level attributes:
- `AssemblyTitle("QASettings")` - Sets the assembly title
- `AssemblyDescription("")` - Empty description
- `AssemblyProduct("QASettings")` - Product name
- `AssemblyCopyright("Copyright © 2016")` - Copyright notice
- `ComVisible(false)` - COM components not visible by default
- `Guid("7446722e-490d-4f6a-beaf-907947e576d5")` - Type library GUID for COM exposure
- `AssemblyVersion("1.0.0.0")` - Assembly version
- `AssemblyFileVersion("1.0.0.0")` - File version
### Invariants
- AssemblyVersion and AssemblyFileVersion are both fixed at "1.0.0.0"
- ComVisible is always false, meaning types are not visible to COM components by default
- The GUID "7446722e-490d-4f6a-beaf-907947e576d5" uniquely identifies this assembly's type library
### Dependencies
**Depends on:**
- `System.Reflection` - For assembly attribute support
- `System.Runtime.CompilerServices` - For compiler services
- `System.Runtime.InteropServices` - For COM interop attributes
**Depended on by:** Unclear from source alone - this is the assembly info for the QASettings module.
### Gotchas
None identified from source alone.
---