14 lines
359 B
C#
14 lines
359 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using System.Windows;
|
|
|
|
[assembly: AssemblyTitle("F4SD Cockpit Client base libary")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: Guid("6dced162-2229-4483-ba70-4471bcdd29cf")]
|
|
|