-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSmartDC.sln
More file actions
38 lines (38 loc) · 2.11 KB
/
SmartDC.sln
File metadata and controls
38 lines (38 loc) · 2.11 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RealTimeMonitoring", "RealTimeMonitoring", "{107A1864-4A79-98B5-B6BD-71A31ED70748}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "backend", "RealTimeMonitoring\backend\backend.csproj", "{F341BB49-361D-B599-305C-181AD94B4F8A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SelfServiceProvisioningPortal", "SelfServiceProvisioningPortal", "{AD38E854-D330-4357-AC4B-5731F60C2611}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "backend", "SelfServiceProvisioningPortal\backend\backend.csproj", "{7527FD88-B80F-4419-AF8E-271B3E7E8008}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F341BB49-361D-B599-305C-181AD94B4F8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F341BB49-361D-B599-305C-181AD94B4F8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F341BB49-361D-B599-305C-181AD94B4F8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F341BB49-361D-B599-305C-181AD94B4F8A}.Release|Any CPU.Build.0 = Release|Any CPU
{7527FD88-B80F-4419-AF8E-271B3E7E8008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7527FD88-B80F-4419-AF8E-271B3E7E8008}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7527FD88-B80F-4419-AF8E-271B3E7E8008}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7527FD88-B80F-4419-AF8E-271B3E7E8008}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F341BB49-361D-B599-305C-181AD94B4F8A} = {107A1864-4A79-98B5-B6BD-71A31ED70748}
{7527FD88-B80F-4419-AF8E-271B3E7E8008} = {AD38E854-D330-4357-AC4B-5731F60C2611}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E327CAF-379A-4D6A-BE28-243BF50DDCF1}
EndGlobalSection
EndGlobal