8 строки
307 B
C#
8 строки
307 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly : AssemblyCompany("Microsoft Corporation")]
|
|
[assembly : AssemblyProduct("ColorCode")]
|
|
[assembly : AssemblyCopyright("Copyright (C) Microsoft Corporation")]
|
|
[assembly : ComVisible(false)]
|
|
[assembly : AssemblyVersion("0.0.0.0")] |