9 lines
274 B
C#
9 lines
274 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("C4IT.API")]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: Guid("c965495d-d326-4521-9b6a-668227ed0651")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|