17 lines
461 B
C#
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
|
|
)] |