annotate ServerMonitor.sln @ 40:c4fc74593a78 default tip

Mono fix
author Brad Greco <brad@bgreco.net>
date Sat, 13 Jun 2020 13:28:20 -0400
parents 10e60b05c7ec
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
1 
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
2 Microsoft Visual Studio Solution File, Format Version 12.00
36
10e60b05c7ec Fix memory leak each time a check was executed.
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
3 # Visual Studio Version 16
10e60b05c7ec Fix memory leak each time a check was executed.
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
4 VisualStudioVersion = 16.0.29306.81
0
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
5 MinimumVisualStudioVersion = 10.0.40219.1
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerMonitor", "ServerMonitor\ServerMonitor.csproj", "{68E905D9-18FD-4ADC-9CF7-B5984C3E2158}"
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
7 EndProject
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerMonitorTest", "ServerMonitorTest\ServerMonitorTest.csproj", "{BD66790B-EBA2-4C11-A770-8901A8196BCD}"
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
9 EndProject
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
10 Global
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
11 GlobalSection(SolutionConfigurationPlatforms) = preSolution
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
12 Debug|Any CPU = Debug|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
13 Release|Any CPU = Release|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
14 EndGlobalSection
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
16 {68E905D9-18FD-4ADC-9CF7-B5984C3E2158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
17 {68E905D9-18FD-4ADC-9CF7-B5984C3E2158}.Debug|Any CPU.Build.0 = Debug|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
18 {68E905D9-18FD-4ADC-9CF7-B5984C3E2158}.Release|Any CPU.ActiveCfg = Release|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
19 {68E905D9-18FD-4ADC-9CF7-B5984C3E2158}.Release|Any CPU.Build.0 = Release|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
20 {BD66790B-EBA2-4C11-A770-8901A8196BCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
21 {BD66790B-EBA2-4C11-A770-8901A8196BCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
22 {BD66790B-EBA2-4C11-A770-8901A8196BCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
23 {BD66790B-EBA2-4C11-A770-8901A8196BCD}.Release|Any CPU.Build.0 = Release|Any CPU
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
24 EndGlobalSection
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
25 GlobalSection(SolutionProperties) = preSolution
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
26 HideSolutionNode = FALSE
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
27 EndGlobalSection
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
28 GlobalSection(ExtensibilityGlobals) = postSolution
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
29 SolutionGuid = {E5AB43B5-6016-4C4B-A846-4AC2A3DFEE62}
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
30 EndGlobalSection
36
10e60b05c7ec Fix memory leak each time a check was executed.
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
31 GlobalSection(Performance) = preSolution
10e60b05c7ec Fix memory leak each time a check was executed.
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
32 HasPerformanceSessions = true
10e60b05c7ec Fix memory leak each time a check was executed.
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
33 EndGlobalSection
0
3e1a2131f897 Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
34 EndGlobal