AssemblyInfo.cs 1.3 KB

1234567891011121314151617181920212223242526
  1. using System.Diagnostics;
  2. using System.Reflection;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. using System.Runtime.Versioning;
  6. using System.Windows;
  7. using System.Windows.Markup;
  8. [assembly: CompilationRelaxations(8)]
  9. [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
  10. [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
  11. [assembly: AssemblyTitle("OpenSEMI.Ctrlib")]
  12. [assembly: AssemblyDescription("")]
  13. [assembly: AssemblyConfiguration("")]
  14. [assembly: AssemblyCompany("Microsoft")]
  15. [assembly: AssemblyProduct("OpenSEMI.Ctrlib")]
  16. [assembly: AssemblyCopyright("Copyright © Microsoft 2018")]
  17. [assembly: AssemblyTrademark("")]
  18. [assembly: ComVisible(false)]
  19. [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
  20. [assembly: XmlnsDefinition("http://OpenSEMI.Ctrlib.com/presentation", "OpenSEMI.Ctrlib.Controls")]
  21. [assembly: XmlnsDefinition("http://OpenSEMI.Ctrlib.com/presentation", "OpenSEMI.Ctrlib.Types")]
  22. [assembly: XmlnsDefinition("http://OpenSEMI.Ctrlib.com/presentation", "OpenSEMI.Ctrlib.Window")]
  23. [assembly: AssemblyFileVersion("1.0.0.0")]
  24. [assembly: AssemblyVersion("1.0.0.0")]