-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuttyTree.NetDaemon.sln
105 lines (105 loc) · 7 KB
/
NuttyTree.NetDaemon.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuttyTree.NetDaemon", "src\NuttyTree.NetDaemon\NuttyTree.NetDaemon.csproj", "{C2025AB6-AF06-460A-9081-A798BCD36F19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1E435BC4-B53F-4707-AADF-8D4DFDB2D1E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{08A2828C-5FD1-4917-B92E-A65EB0BC182C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
build\Dockerfile = build\Dockerfile
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuttyTree.NetDaemon.ExternalServices", "src\NuttyTree.NetDaemon.ExternalServices\NuttyTree.NetDaemon.ExternalServices.csproj", "{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuttyTree.NetDaemon.Infrastructure", "src\NuttyTree.NetDaemon.Infrastructure\NuttyTree.NetDaemon.Infrastructure.csproj", "{741729EE-C590-4F6D-96EF-0B6CB39F2C28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuttyTree.NetDaemon.Application", "src\NuttyTree.NetDaemon.Application\NuttyTree.NetDaemon.Application.csproj", "{B143BED0-0F18-4357-804D-0BCFAA098587}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuttyTree.NetDaemon.Application.UnitTests", "tests\NuttyTree.NetDaemon.Application.UnitTests\NuttyTree.NetDaemon.Application.UnitTests.csproj", "{0E474832-416B-4AE8-84F0-C2535E01C731}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Debug|x64.ActiveCfg = Debug|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Debug|x64.Build.0 = Debug|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Debug|x86.ActiveCfg = Debug|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Debug|x86.Build.0 = Debug|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Release|Any CPU.Build.0 = Release|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Release|x64.ActiveCfg = Release|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Release|x64.Build.0 = Release|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Release|x86.ActiveCfg = Release|Any CPU
{C2025AB6-AF06-460A-9081-A798BCD36F19}.Release|x86.Build.0 = Release|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Debug|x64.ActiveCfg = Debug|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Debug|x64.Build.0 = Debug|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Debug|x86.ActiveCfg = Debug|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Debug|x86.Build.0 = Debug|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Release|Any CPU.Build.0 = Release|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Release|x64.ActiveCfg = Release|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Release|x64.Build.0 = Release|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Release|x86.ActiveCfg = Release|Any CPU
{47B3C9D7-2715-4CFF-A529-55EB3B16DF7D}.Release|x86.Build.0 = Release|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Debug|x64.ActiveCfg = Debug|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Debug|x64.Build.0 = Debug|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Debug|x86.ActiveCfg = Debug|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Debug|x86.Build.0 = Debug|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Release|Any CPU.Build.0 = Release|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Release|x64.ActiveCfg = Release|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Release|x64.Build.0 = Release|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Release|x86.ActiveCfg = Release|Any CPU
{741729EE-C590-4F6D-96EF-0B6CB39F2C28}.Release|x86.Build.0 = Release|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Debug|x64.ActiveCfg = Debug|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Debug|x64.Build.0 = Debug|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Debug|x86.ActiveCfg = Debug|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Debug|x86.Build.0 = Debug|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Release|Any CPU.Build.0 = Release|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Release|x64.ActiveCfg = Release|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Release|x64.Build.0 = Release|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Release|x86.ActiveCfg = Release|Any CPU
{B143BED0-0F18-4357-804D-0BCFAA098587}.Release|x86.Build.0 = Release|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Debug|x64.ActiveCfg = Debug|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Debug|x64.Build.0 = Debug|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Debug|x86.ActiveCfg = Debug|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Debug|x86.Build.0 = Debug|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Release|Any CPU.Build.0 = Release|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Release|x64.ActiveCfg = Release|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Release|x64.Build.0 = Release|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Release|x86.ActiveCfg = Release|Any CPU
{0E474832-416B-4AE8-84F0-C2535E01C731}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0E474832-416B-4AE8-84F0-C2535E01C731} = {1E435BC4-B53F-4707-AADF-8D4DFDB2D1E9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9434E1A6-7C71-46DF-A1E2-A23F2F6CB3BF}
EndGlobalSection
EndGlobal