first commit

This commit is contained in:
Meik
2025-11-11 11:12:05 +01:00
commit 69e2cda8cd
912 changed files with 428004 additions and 0 deletions

22
CommonAssemblyInfo.cs Normal file
View File

@@ -0,0 +1,22 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
#if DEMOLICENSE
[assembly: AssemblyProduct("C4IT First Aid Service Desk (F4SD), Demo licensed")]
#else
[assembly: AssemblyProduct("C4IT First Aid Service Desk (F4SD)")]
#endif
[assembly: AssemblyCompany("Consulting4IT GmbH, Germany")]
[assembly: AssemblyCopyright("Copyright <20> 2025, Consulting4IT GmbH, Germany")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyInformationalVersion("2.6.0.14")]
[assembly: AssemblyVersion("2.6.*")]
[assembly: AssemblyMinClientVersion("2.4.0.0")]