11 lines
353 B
C#
11 lines
353 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using System.Windows;
|
|
|
|
[assembly: AssemblyTitle("F4SD Cockpit Client demo libary")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
[assembly: Guid("6efd86ac-d73e-47ac-aafc-d8ea3f8ade93")] |