-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlantMonitoringSystem.sln
More file actions
45 lines (45 loc) · 2.98 KB
/
PlantMonitoringSystem.sln
File metadata and controls
45 lines (45 loc) · 2.98 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36616.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantMonitoringSystem.BlazorWeb", "PlantMonitoringSystem.BlazorWeb\PlantMonitoringSystem.BlazorWeb.csproj", "{809E5353-74DB-4324-8379-11EC00E887D7}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "PlantMonitoringSystem.IoT", "PlantMonitoringSystem.IoT\PlantMonitoringSystem.IoT.nfproj", "{E0BCB934-B541-451E-9455-EDE6595F9A79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantMonitoringSystem.Aspire.AppHost", "PlantMonitoringSystem.Aspire\PlantMonitoringSystem.Aspire.AppHost\PlantMonitoringSystem.Aspire.AppHost.csproj", "{FE6DE777-9A29-4E26-8C48-B15D5C3447E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantMonitoringSystem.Aspire.ServiceDefaults", "PlantMonitoringSystem.Aspire\PlantMonitoringSystem.Aspire.ServiceDefaults\PlantMonitoringSystem.Aspire.ServiceDefaults.csproj", "{2D63AC3A-0ED0-9A58-3713-5CD9E8C25EC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{809E5353-74DB-4324-8379-11EC00E887D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{809E5353-74DB-4324-8379-11EC00E887D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{809E5353-74DB-4324-8379-11EC00E887D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{809E5353-74DB-4324-8379-11EC00E887D7}.Release|Any CPU.Build.0 = Release|Any CPU
{E0BCB934-B541-451E-9455-EDE6595F9A79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0BCB934-B541-451E-9455-EDE6595F9A79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0BCB934-B541-451E-9455-EDE6595F9A79}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E0BCB934-B541-451E-9455-EDE6595F9A79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0BCB934-B541-451E-9455-EDE6595F9A79}.Release|Any CPU.Build.0 = Release|Any CPU
{E0BCB934-B541-451E-9455-EDE6595F9A79}.Release|Any CPU.Deploy.0 = Release|Any CPU
{FE6DE777-9A29-4E26-8C48-B15D5C3447E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6DE777-9A29-4E26-8C48-B15D5C3447E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6DE777-9A29-4E26-8C48-B15D5C3447E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6DE777-9A29-4E26-8C48-B15D5C3447E7}.Release|Any CPU.Build.0 = Release|Any CPU
{2D63AC3A-0ED0-9A58-3713-5CD9E8C25EC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D63AC3A-0ED0-9A58-3713-5CD9E8C25EC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D63AC3A-0ED0-9A58-3713-5CD9E8C25EC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D63AC3A-0ED0-9A58-3713-5CD9E8C25EC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9308940-B7E2-4E9A-9514-9C99DE88F299}
EndGlobalSection
EndGlobal