--- source_files: - DTS Viewer/DTS.Viewer.Reports/DTS.Viewer.PSDReport/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:28:49.885454+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "580a1033f3df4c46" --- # Properties ### Purpose This module contains assembly-level metadata and configuration for the `DTS.Viewer.PSDReport` assembly. It is a standard .NET Framework properties file that defines version information, COM visibility settings, and assembly identity attributes used by the CLR and build system. ### Public Interface This module exposes no public types. It defines assembly-level attributes only: **Assembly Attributes:** - `[assembly: AssemblyTitle("DTS.Viewer.PSDReport")]` - Defines the assembly title. - `[assembly: AssemblyDescription("")]` - Empty description. - `[assembly: AssemblyConfiguration("")]` - Empty configuration. - `[assembly: AssemblyCompany("")]` - Empty company name. - `[assembly: AssemblyProduct("DTS.Viewer.PSDReport")]` - Product name. - `[assembly: AssemblyCopyright("Copyright © 2021")]` - Copyright notice. - `[assembly: AssemblyTrademark("")]` - Empty trademark. - `[assembly: AssemblyCulture("")]` - Neutral culture. - `[assembly: ComVisible(false)]` - Types not visible to COM. - `[assembly: Guid("3d57ca12-a637-4cdb-b673-d9a5ff0cf062")]` - COM typelib GUID. - `[assembly: AssemblyVersion("1.0.0.0")]` - Assembly version. - `[assembly: AssemblyFileVersion("1.0.0.0")]` - File version. ### Invariants - AssemblyVersion and AssemblyFileVersion are both fixed at "1.0.0.0". - ComVisible is set to `false`, preventing COM interop by default. ### Dependencies - **Depends on:** `System.Reflection`, `System.Runtime.CompilerServices`, `System.Runtime.InteropServices` (standard .NET Framework assemblies for assembly metadata). ### Gotchas - Company name, description, and trademark fields are empty, suggesting incomplete assembly metadata configuration. - The copyright year is 2021, which may need updating for maintenance. ---