-
Notifications
You must be signed in to change notification settings - Fork 3
/
Atea.Windows.sln
59 lines (59 loc) · 3.54 KB
/
Atea.Windows.sln
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
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D4B43EB3-688B-4EEE-86BD-088F0B28ABB3}") = "Atea.Windows.Library", "Atea.Windows.Library\Atea.Windows.Library.mpproj", "{361E64DE-7730-493D-8464-C22911EB5791}"
EndProject
Project("{D4B43EB3-688B-4EEE-86BD-088F0B28ABB3}") = "Atea.Windows.Server.Monitoring", "Atea.Windows.Server.Monitoring\Atea.Windows.Server.Monitoring.mpproj", "{E346D1C7-2CA1-4E15-A871-663F747FBFDE}"
EndProject
Project("{D4B43EB3-688B-4EEE-86BD-088F0B28ABB3}") = "Atea.Windows.Service.Monitoring", "Atea.Windows.Service.Monitoring\Atea.Windows.Service.Monitoring.mpproj", "{53470240-D3B9-4EF1-B4E1-6A075FB07593}"
EndProject
Project("{D4B43EB3-688B-4EEE-86BD-088F0B28ABB3}") = "Atea.Windows.File.Monitoring", "Atea.Windows.File.Monitoring\Atea.Windows.File.Monitoring.mpproj", "{C55B880E-F609-462C-AED3-67F44531D4D7}"
ProjectSection(ProjectDependencies) = postProject
{361E64DE-7730-493D-8464-C22911EB5791} = {361E64DE-7730-493D-8464-C22911EB5791}
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Atea.Windows.Installer", "Atea.Windows.Installer\Atea.Windows.Installer.vdproj", "{1783668C-8085-419E-B862-D3CFEE8401AC}"
ProjectSection(ProjectDependencies) = postProject
{C55B880E-F609-462C-AED3-67F44531D4D7} = {C55B880E-F609-462C-AED3-67F44531D4D7}
{53470240-D3B9-4EF1-B4E1-6A075FB07593} = {53470240-D3B9-4EF1-B4E1-6A075FB07593}
{E346D1C7-2CA1-4E15-A871-663F747FBFDE} = {E346D1C7-2CA1-4E15-A871-663F747FBFDE}
{361E64DE-7730-493D-8464-C22911EB5791} = {361E64DE-7730-493D-8464-C22911EB5791}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{672DDC40-3495-4570-8F1E-039E77A6AC88}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{361E64DE-7730-493D-8464-C22911EB5791}.Debug|x86.ActiveCfg = Release|x86
{361E64DE-7730-493D-8464-C22911EB5791}.Debug|x86.Build.0 = Release|x86
{361E64DE-7730-493D-8464-C22911EB5791}.Release|x86.ActiveCfg = Release|x86
{361E64DE-7730-493D-8464-C22911EB5791}.Release|x86.Build.0 = Release|x86
{E346D1C7-2CA1-4E15-A871-663F747FBFDE}.Debug|x86.ActiveCfg = Release|x86
{E346D1C7-2CA1-4E15-A871-663F747FBFDE}.Debug|x86.Build.0 = Release|x86
{E346D1C7-2CA1-4E15-A871-663F747FBFDE}.Release|x86.ActiveCfg = Release|x86
{E346D1C7-2CA1-4E15-A871-663F747FBFDE}.Release|x86.Build.0 = Release|x86
{53470240-D3B9-4EF1-B4E1-6A075FB07593}.Debug|x86.ActiveCfg = Release|x86
{53470240-D3B9-4EF1-B4E1-6A075FB07593}.Debug|x86.Build.0 = Release|x86
{53470240-D3B9-4EF1-B4E1-6A075FB07593}.Release|x86.ActiveCfg = Release|x86
{53470240-D3B9-4EF1-B4E1-6A075FB07593}.Release|x86.Build.0 = Release|x86
{C55B880E-F609-462C-AED3-67F44531D4D7}.Debug|x86.ActiveCfg = Release|x86
{C55B880E-F609-462C-AED3-67F44531D4D7}.Debug|x86.Build.0 = Release|x86
{C55B880E-F609-462C-AED3-67F44531D4D7}.Release|x86.ActiveCfg = Release|x86
{C55B880E-F609-462C-AED3-67F44531D4D7}.Release|x86.Build.0 = Release|x86
{1783668C-8085-419E-B862-D3CFEE8401AC}.Debug|x86.ActiveCfg = Release
{1783668C-8085-419E-B862-D3CFEE8401AC}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal