comparison ServerMonitorTest/Properties/AssemblyInfo.cs @ 0:3e1a2131f897

Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
author Brad Greco <brad@bgreco.net>
date Mon, 31 Dec 2018 18:32:14 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3e1a2131f897
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
4
5 [assembly: AssemblyTitle("ServerMonitorTest")]
6 [assembly: AssemblyDescription("")]
7 [assembly: AssemblyConfiguration("")]
8 [assembly: AssemblyCompany("")]
9 [assembly: AssemblyProduct("ServerMonitorTest")]
10 [assembly: AssemblyCopyright("Copyright © 2018")]
11 [assembly: AssemblyTrademark("")]
12 [assembly: AssemblyCulture("")]
13
14 [assembly: ComVisible(false)]
15
16 [assembly: Guid("bd66790b-eba2-4c11-a770-8901a8196bcd")]
17
18 // [assembly: AssemblyVersion("1.0.*")]
19 [assembly: AssemblyVersion("1.0.0.0")]
20 [assembly: AssemblyFileVersion("1.0.0.0")]