25 lines
551 B
C#
25 lines
551 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
[assembly: AssemblyTitle("PatientMan")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("PatientMan")]
|
|
[assembly: AssemblyCopyright("Copyright © 2014")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
[assembly: Guid("66147bfe-07fb-4c93-8fd7-c8815c497f21")]
|
|
|
|
|
|
[assembly: AssemblyVersion("1.0.0.*")]
|
|
[assembly: AssemblyFileVersion("1.0.0.*")]
|