22 lines
979 B
C#
22 lines
979 B
C#
|
using System;
|
|||
|
using System.Diagnostics;
|
|||
|
using System.Reflection;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
using System.Runtime.Versioning;
|
|||
|
|
|||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|||
|
[assembly: CompilationRelaxations(8)]
|
|||
|
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
|
|||
|
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
|
|||
|
[assembly: AssemblyTitle("ProductTool")]
|
|||
|
[assembly: AssemblyDescription("")]
|
|||
|
[assembly: AssemblyConfiguration("")]
|
|||
|
[assembly: AssemblyCompany("")]
|
|||
|
[assembly: AssemblyProduct("ProductTool")]
|
|||
|
[assembly: AssemblyCopyright("Copyright © 2019")]
|
|||
|
[assembly: AssemblyTrademark("")]
|
|||
|
[assembly: ComVisible(false)]
|
|||
|
[assembly: Guid("8cc5e981-faaf-47c6-93c8-45986a077b9b")]
|
|||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|