-
Notifications
You must be signed in to change notification settings - Fork 0
/
EnergyIOT.sln
44 lines (44 loc) · 2.31 KB
/
EnergyIOT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EnergyIOTDataSetup", "EnergyIOTDataSetup\EnergyIOTDataSetup.csproj", "{D088E0E3-BFAC-41F9-82CC-3FA36B772F1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8577A5F9-DBEF-44C3-B56E-43D9672F451E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
Tapo.md = Tapo.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EnergyIOT", "EnergyIOT\EnergyIOT.csproj", "{C240B19F-4333-4EC3-BE1C-1C2ECF62622E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnergyIOTlib", "EnergyIOTlib\EnergyIOTlib.csproj", "{588F1625-E7A4-4081-AC25-53439F8057FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D088E0E3-BFAC-41F9-82CC-3FA36B772F1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D088E0E3-BFAC-41F9-82CC-3FA36B772F1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D088E0E3-BFAC-41F9-82CC-3FA36B772F1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D088E0E3-BFAC-41F9-82CC-3FA36B772F1D}.Release|Any CPU.Build.0 = Release|Any CPU
{C240B19F-4333-4EC3-BE1C-1C2ECF62622E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C240B19F-4333-4EC3-BE1C-1C2ECF62622E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C240B19F-4333-4EC3-BE1C-1C2ECF62622E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C240B19F-4333-4EC3-BE1C-1C2ECF62622E}.Release|Any CPU.Build.0 = Release|Any CPU
{588F1625-E7A4-4081-AC25-53439F8057FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{588F1625-E7A4-4081-AC25-53439F8057FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{588F1625-E7A4-4081-AC25-53439F8057FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{588F1625-E7A4-4081-AC25-53439F8057FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D14F5B6C-1504-46D6-B2BA-BEA84278DC9C}
EndGlobalSection
EndGlobal