-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathServiceConnect.Monitor.sln
More file actions
52 lines (52 loc) · 3.28 KB
/
ServiceConnect.Monitor.sln
File metadata and controls
52 lines (52 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceConnect.Monitor", "ServiceConnect.Monitor\ServiceConnect.Monitor.csproj", "{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ServiceConnect.Setup", "ServiceConnect.Setup\ServiceConnect.Setup.vdproj", "{AC4F7A87-47B1-49E6-8AE8-B4E81D2A77B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceConnect.Installer", "ServiceConnect.Installer\ServiceConnect.Installer.csproj", "{338DDF2D-8479-4259-A68B-01336B33C718}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Debug|x86.ActiveCfg = Debug|Any CPU
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Release|Any CPU.Build.0 = Release|Any CPU
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5757CB4A-6CCC-4051-BC54-2AD40B621BF8}.Release|x86.ActiveCfg = Release|Any CPU
{AC4F7A87-47B1-49E6-8AE8-B4E81D2A77B6}.Debug|Any CPU.ActiveCfg = Debug
{AC4F7A87-47B1-49E6-8AE8-B4E81D2A77B6}.Debug|Mixed Platforms.ActiveCfg = Debug
{AC4F7A87-47B1-49E6-8AE8-B4E81D2A77B6}.Debug|x86.ActiveCfg = Debug
{AC4F7A87-47B1-49E6-8AE8-B4E81D2A77B6}.Release|Any CPU.ActiveCfg = Release
{AC4F7A87-47B1-49E6-8AE8-B4E81D2A77B6}.Release|Mixed Platforms.ActiveCfg = Release
{AC4F7A87-47B1-49E6-8AE8-B4E81D2A77B6}.Release|x86.ActiveCfg = Release
{338DDF2D-8479-4259-A68B-01336B33C718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{338DDF2D-8479-4259-A68B-01336B33C718}.Debug|Any CPU.Build.0 = Debug|Any CPU
{338DDF2D-8479-4259-A68B-01336B33C718}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{338DDF2D-8479-4259-A68B-01336B33C718}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{338DDF2D-8479-4259-A68B-01336B33C718}.Debug|x86.ActiveCfg = Debug|Any CPU
{338DDF2D-8479-4259-A68B-01336B33C718}.Release|Any CPU.ActiveCfg = Release|Any CPU
{338DDF2D-8479-4259-A68B-01336B33C718}.Release|Any CPU.Build.0 = Release|Any CPU
{338DDF2D-8479-4259-A68B-01336B33C718}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{338DDF2D-8479-4259-A68B-01336B33C718}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{338DDF2D-8479-4259-A68B-01336B33C718}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal