-
Notifications
You must be signed in to change notification settings - Fork 5
/
DaemonMaster.sln
121 lines (121 loc) · 7.62 KB
/
DaemonMaster.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DaemonMaster", "DaemonMaster\DaemonMaster.csproj", "{22341581-8624-4394-86C3-330956B03C03}"
ProjectSection(ProjectDependencies) = postProject
{3829C18E-3AF1-4C8A-AD83-23A739483D9F} = {3829C18E-3AF1-4C8A-AD83-23A739483D9F}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{10A8BD2F-8374-464F-858A-0341027CBCB3}"
ProjectSection(SolutionItems) = preProject
Assets\DeamonMaster.ico = Assets\DeamonMaster.ico
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Licences", "Licences", "{5909E6D3-0954-440A-83A9-D3D7E807909D}"
ProjectSection(SolutionItems) = preProject
ACTIVE_DIRECTORY_OBJECT_PICKER_LICENSE.txt = ACTIVE_DIRECTORY_OBJECT_PICKER_LICENSE.txt
LISTVIEW_LAYOUT_MANAGER_LICENSE.htm = LISTVIEW_LAYOUT_MANAGER_LICENSE.htm
MPL.txt = MPL.txt
NEWTONSOFT.JSON_LICENSE.txt = NEWTONSOFT.JSON_LICENSE.txt
NLOG_LICENSE.txt = NLOG_LICENSE.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DaemonMaster.Core", "DaemonMaster.Core\DaemonMaster.Core.csproj", "{144D809E-B1F7-43D9-BD94-806874C9E683}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DaemonMaster.Updater", "DaemonMaster.Updater\DaemonMaster.Updater.csproj", "{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DaemonMasterService", "DaemonMasterService\DaemonMasterService.csproj", "{3829C18E-3AF1-4C8A-AD83-23A739483D9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DaemonMaster.CustomActions", "DaemonMaster.CustomActions\DaemonMaster.CustomActions.csproj", "{0057CC1C-8874-4675-B7BB-180402AE37F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{B0E462FA-105C-45AF-9D9B-A0A023A44717}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
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
{22341581-8624-4394-86C3-330956B03C03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Debug|x64.ActiveCfg = Debug|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Debug|x64.Build.0 = Debug|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Debug|x86.ActiveCfg = Debug|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Debug|x86.Build.0 = Debug|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Release|Any CPU.Build.0 = Release|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Release|x64.ActiveCfg = Release|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Release|x64.Build.0 = Release|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Release|x86.ActiveCfg = Release|Any CPU
{22341581-8624-4394-86C3-330956B03C03}.Release|x86.Build.0 = Release|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Debug|Any CPU.Build.0 = Debug|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Debug|x64.ActiveCfg = Debug|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Debug|x64.Build.0 = Debug|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Debug|x86.ActiveCfg = Debug|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Debug|x86.Build.0 = Debug|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Release|Any CPU.ActiveCfg = Release|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Release|Any CPU.Build.0 = Release|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Release|x64.ActiveCfg = Release|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Release|x64.Build.0 = Release|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Release|x86.ActiveCfg = Release|Any CPU
{144D809E-B1F7-43D9-BD94-806874C9E683}.Release|x86.Build.0 = Release|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Debug|x64.ActiveCfg = Debug|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Debug|x64.Build.0 = Debug|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Debug|x86.ActiveCfg = Debug|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Debug|x86.Build.0 = Debug|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Release|Any CPU.Build.0 = Release|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Release|x64.ActiveCfg = Release|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Release|x64.Build.0 = Release|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Release|x86.ActiveCfg = Release|Any CPU
{11288E0F-A7DE-43EE-8BD9-93B955DCDBBA}.Release|x86.Build.0 = Release|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Debug|x64.ActiveCfg = Debug|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Debug|x64.Build.0 = Debug|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Debug|x86.ActiveCfg = Debug|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Debug|x86.Build.0 = Debug|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Release|Any CPU.Build.0 = Release|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Release|x64.ActiveCfg = Release|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Release|x64.Build.0 = Release|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Release|x86.ActiveCfg = Release|Any CPU
{3829C18E-3AF1-4C8A-AD83-23A739483D9F}.Release|x86.Build.0 = Release|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Debug|x64.ActiveCfg = Debug|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Debug|x64.Build.0 = Debug|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Debug|x86.ActiveCfg = Debug|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Debug|x86.Build.0 = Debug|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Release|Any CPU.Build.0 = Release|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Release|x64.ActiveCfg = Release|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Release|x64.Build.0 = Release|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Release|x86.ActiveCfg = Release|Any CPU
{0057CC1C-8874-4675-B7BB-180402AE37F6}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5909E6D3-0954-440A-83A9-D3D7E807909D} = {10A8BD2F-8374-464F-858A-0341027CBCB3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_PrefixTranslations = False
SolutionGuid = {637CC3EA-9C1C-402E-ABF0-F131C3E28C9C}
RESX_ResXSortingComparison = OrdinalIgnoreCase
RESX_SaveFilesImmediatelyUponChange = True
EndGlobalSection
EndGlobal