Files
CustomerPanel-Test/Properties/AssemblyInfo.cs
2026-03-05 09:56:57 +01:00

17 lines
461 B
C#

using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Media;
[assembly: AssemblyTitle("Customer Panel Client")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: DisableDpiAwareness]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly
)]