1234567891011121314151617181920212223242526 |
- using System.Diagnostics;
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using System.Runtime.Versioning;
- using System.Windows;
- using System.Windows.Markup;
- [assembly: CompilationRelaxations(8)]
- [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
- [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
- [assembly: AssemblyTitle("OpenSEMI.Ctrlib")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("Microsoft")]
- [assembly: AssemblyProduct("OpenSEMI.Ctrlib")]
- [assembly: AssemblyCopyright("Copyright © Microsoft 2018")]
- [assembly: AssemblyTrademark("")]
- [assembly: ComVisible(false)]
- [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
- [assembly: XmlnsDefinition("http://OpenSEMI.Ctrlib.com/presentation", "OpenSEMI.Ctrlib.Controls")]
- [assembly: XmlnsDefinition("http://OpenSEMI.Ctrlib.com/presentation", "OpenSEMI.Ctrlib.Types")]
- [assembly: XmlnsDefinition("http://OpenSEMI.Ctrlib.com/presentation", "OpenSEMI.Ctrlib.Window")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
- [assembly: AssemblyVersion("1.0.0.0")]
|