10 lines
402 B
C#
10 lines
402 B
C#
using System.Runtime.InteropServices;
|
|
using System.Reflection;
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
// set of attributes. Change these attribute values to modify the information
|
|
// associated with an assembly.
|
|
[assembly: AssemblyTitle("Xylem.Common.Hardware.Interfaces.Protocols.TransmitProtocol")]
|
|
[assembly: Guid("D93862ED-329B-49E2-8113-D6754D34BE6B")]
|
|
|