-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMarlin.sln
More file actions
144 lines (144 loc) · 9.56 KB
/
Marlin.sln
File metadata and controls
144 lines (144 loc) · 9.56 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11205.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MarlinServer", "MarlinServer\MarlinServer.vcxproj", "{3F12A6BF-2B42-4867-86B1-2F0E96C56835}"
ProjectSection(ProjectDependencies) = postProject
{2364C44B-2E4D-4631-A050-B47509AFBC82} = {2364C44B-2E4D-4631-A050-B47509AFBC82}
{3CC23320-1FF0-41AF-9F3A-960C5F657C81} = {3CC23320-1FF0-41AF-9F3A-960C5F657C81}
{F044F689-FE32-4D06-8873-824417F9060E} = {F044F689-FE32-4D06-8873-824417F9060E}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8F17E01-82AE-4A85-AAE9-945AF1FFB2BB}"
ProjectSection(SolutionItems) = preProject
Documentation\License.txt = Documentation\License.txt
Documentation\logfile.config = Documentation\logfile.config
Documentation\MarlinConfig.txt = Documentation\MarlinConfig.txt
README.md = README.md
Documentation\ReleaseNotes_v1.txt = Documentation\ReleaseNotes_v1.txt
Documentation\ReleaseNotes_v2.txt = Documentation\ReleaseNotes_v2.txt
Documentation\ReleaseNotes_v3.txt = Documentation\ReleaseNotes_v3.txt
Documentation\ReleaseNotes_v4.txt = Documentation\ReleaseNotes_v4.txt
Documentation\ReleaseNotes_v5.txt = Documentation\ReleaseNotes_v5.txt
Documentation\ReleaseNotes_v6.txt = Documentation\ReleaseNotes_v6.txt
Documentation\ReleaseNotes_v7.txt = Documentation\ReleaseNotes_v7.txt
Documentation\ReleaseNotes_v8.txt = Documentation\ReleaseNotes_v8.txt
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Marlin", "Marlin\Marlin.vcxproj", "{3CC23320-1FF0-41AF-9F3A-960C5F657C81}"
ProjectSection(ProjectDependencies) = postProject
{2364C44B-2E4D-4631-A050-B47509AFBC82} = {2364C44B-2E4D-4631-A050-B47509AFBC82}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPSYS", "HTTPSYS\HTTPSYS.vcxproj", "{F044F689-FE32-4D06-8873-824417F9060E}"
ProjectSection(ProjectDependencies) = postProject
{2364C44B-2E4D-4631-A050-B47509AFBC82} = {2364C44B-2E4D-4631-A050-B47509AFBC82}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MarlinModule", "MarlinModule\MarlinModule.vcxproj", "{975B6103-0E34-425D-807D-FBAF6DF5738F}"
ProjectSection(ProjectDependencies) = postProject
{2364C44B-2E4D-4631-A050-B47509AFBC82} = {2364C44B-2E4D-4631-A050-B47509AFBC82}
{3CC23320-1FF0-41AF-9F3A-960C5F657C81} = {3CC23320-1FF0-41AF-9F3A-960C5F657C81}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HTTPManager", "HTTPManager\HTTPManager.vcxproj", "{8B77D5D7-1261-4ADD-AAAA-E873A95415FE}"
ProjectSection(ProjectDependencies) = postProject
{2364C44B-2E4D-4631-A050-B47509AFBC82} = {2364C44B-2E4D-4631-A050-B47509AFBC82}
{3CC23320-1FF0-41AF-9F3A-960C5F657C81} = {3CC23320-1FF0-41AF-9F3A-960C5F657C81}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MarlinServerIIS", "MarlinServer\MarlinServerIIS.vcxproj", "{8D146F02-9019-BC45-06ED-27B4B4D44AAC}"
ProjectSection(ProjectDependencies) = postProject
{2364C44B-2E4D-4631-A050-B47509AFBC82} = {2364C44B-2E4D-4631-A050-B47509AFBC82}
{3CC23320-1FF0-41AF-9F3A-960C5F657C81} = {3CC23320-1FF0-41AF-9F3A-960C5F657C81}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ServerApplet", "ServerApplet\ServerApplet.vcxproj", "{ABEDDA71-62C8-4098-B49F-1AC8068615F6}"
ProjectSection(ProjectDependencies) = postProject
{2364C44B-2E4D-4631-A050-B47509AFBC82} = {2364C44B-2E4D-4631-A050-B47509AFBC82}
{3CC23320-1FF0-41AF-9F3A-960C5F657C81} = {3CC23320-1FF0-41AF-9F3A-960C5F657C81}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BaseLibrary", "BaseLibrary\BaseLibrary.vcxproj", "{2364C44B-2E4D-4631-A050-B47509AFBC82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
DebugUnicode|x64 = DebugUnicode|x64
Release|x64 = Release|x64
ReleaseUnicode|x64 = ReleaseUnicode|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F12A6BF-2B42-4867-86B1-2F0E96C56835}.Debug|x64.ActiveCfg = Debug|x64
{3F12A6BF-2B42-4867-86B1-2F0E96C56835}.Debug|x64.Build.0 = Debug|x64
{3F12A6BF-2B42-4867-86B1-2F0E96C56835}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{3F12A6BF-2B42-4867-86B1-2F0E96C56835}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{3F12A6BF-2B42-4867-86B1-2F0E96C56835}.Release|x64.ActiveCfg = Release|x64
{3F12A6BF-2B42-4867-86B1-2F0E96C56835}.Release|x64.Build.0 = Release|x64
{3F12A6BF-2B42-4867-86B1-2F0E96C56835}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{3F12A6BF-2B42-4867-86B1-2F0E96C56835}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{3CC23320-1FF0-41AF-9F3A-960C5F657C81}.Debug|x64.ActiveCfg = Debug|x64
{3CC23320-1FF0-41AF-9F3A-960C5F657C81}.Debug|x64.Build.0 = Debug|x64
{3CC23320-1FF0-41AF-9F3A-960C5F657C81}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{3CC23320-1FF0-41AF-9F3A-960C5F657C81}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{3CC23320-1FF0-41AF-9F3A-960C5F657C81}.Release|x64.ActiveCfg = Release|x64
{3CC23320-1FF0-41AF-9F3A-960C5F657C81}.Release|x64.Build.0 = Release|x64
{3CC23320-1FF0-41AF-9F3A-960C5F657C81}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{3CC23320-1FF0-41AF-9F3A-960C5F657C81}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{F044F689-FE32-4D06-8873-824417F9060E}.Debug|x64.ActiveCfg = Debug|x64
{F044F689-FE32-4D06-8873-824417F9060E}.Debug|x64.Build.0 = Debug|x64
{F044F689-FE32-4D06-8873-824417F9060E}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{F044F689-FE32-4D06-8873-824417F9060E}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{F044F689-FE32-4D06-8873-824417F9060E}.Release|x64.ActiveCfg = Release|x64
{F044F689-FE32-4D06-8873-824417F9060E}.Release|x64.Build.0 = Release|x64
{F044F689-FE32-4D06-8873-824417F9060E}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{F044F689-FE32-4D06-8873-824417F9060E}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{975B6103-0E34-425D-807D-FBAF6DF5738F}.Debug|x64.ActiveCfg = Debug|x64
{975B6103-0E34-425D-807D-FBAF6DF5738F}.Debug|x64.Build.0 = Debug|x64
{975B6103-0E34-425D-807D-FBAF6DF5738F}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{975B6103-0E34-425D-807D-FBAF6DF5738F}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{975B6103-0E34-425D-807D-FBAF6DF5738F}.Release|x64.ActiveCfg = Release|x64
{975B6103-0E34-425D-807D-FBAF6DF5738F}.Release|x64.Build.0 = Release|x64
{975B6103-0E34-425D-807D-FBAF6DF5738F}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{975B6103-0E34-425D-807D-FBAF6DF5738F}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{8B77D5D7-1261-4ADD-AAAA-E873A95415FE}.Debug|x64.ActiveCfg = Debug|x64
{8B77D5D7-1261-4ADD-AAAA-E873A95415FE}.Debug|x64.Build.0 = Debug|x64
{8B77D5D7-1261-4ADD-AAAA-E873A95415FE}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{8B77D5D7-1261-4ADD-AAAA-E873A95415FE}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{8B77D5D7-1261-4ADD-AAAA-E873A95415FE}.Release|x64.ActiveCfg = Release|x64
{8B77D5D7-1261-4ADD-AAAA-E873A95415FE}.Release|x64.Build.0 = Release|x64
{8B77D5D7-1261-4ADD-AAAA-E873A95415FE}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{8B77D5D7-1261-4ADD-AAAA-E873A95415FE}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{8D146F02-9019-BC45-06ED-27B4B4D44AAC}.Debug|x64.ActiveCfg = Debug|x64
{8D146F02-9019-BC45-06ED-27B4B4D44AAC}.Debug|x64.Build.0 = Debug|x64
{8D146F02-9019-BC45-06ED-27B4B4D44AAC}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{8D146F02-9019-BC45-06ED-27B4B4D44AAC}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{8D146F02-9019-BC45-06ED-27B4B4D44AAC}.Release|x64.ActiveCfg = Release|x64
{8D146F02-9019-BC45-06ED-27B4B4D44AAC}.Release|x64.Build.0 = Release|x64
{8D146F02-9019-BC45-06ED-27B4B4D44AAC}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{8D146F02-9019-BC45-06ED-27B4B4D44AAC}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{ABEDDA71-62C8-4098-B49F-1AC8068615F6}.Debug|x64.ActiveCfg = Debug|x64
{ABEDDA71-62C8-4098-B49F-1AC8068615F6}.Debug|x64.Build.0 = Debug|x64
{ABEDDA71-62C8-4098-B49F-1AC8068615F6}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{ABEDDA71-62C8-4098-B49F-1AC8068615F6}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{ABEDDA71-62C8-4098-B49F-1AC8068615F6}.Release|x64.ActiveCfg = Release|x64
{ABEDDA71-62C8-4098-B49F-1AC8068615F6}.Release|x64.Build.0 = Release|x64
{ABEDDA71-62C8-4098-B49F-1AC8068615F6}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{ABEDDA71-62C8-4098-B49F-1AC8068615F6}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.Debug|x64.ActiveCfg = Debug|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.Debug|x64.Build.0 = Debug|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.DebugUnicode|x64.ActiveCfg = DebugUnicode|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.DebugUnicode|x64.Build.0 = DebugUnicode|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.Release|x64.ActiveCfg = Release|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.Release|x64.Build.0 = Release|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.ReleaseUnicode|x64.ActiveCfg = ReleaseUnicode|x64
{2364C44B-2E4D-4631-A050-B47509AFBC82}.ReleaseUnicode|x64.Build.0 = ReleaseUnicode|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42C1A761-D3D3-4A28-8D4F-37C2AE112F29}
EndGlobalSection
EndGlobal