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,34 @@
---
source_files:
- DataPRO/DASFactoryDb/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:13:50.701613+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "966fd7b974b6fce8"
---
# 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.
---