-
Notifications
You must be signed in to change notification settings - Fork 0
/
WifiPlug.Api.sln
62 lines (62 loc) · 3.79 KB
/
WifiPlug.Api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{6873EB4E-6281-4CB1-8C41-05F2A1AF1EDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WifiPlug.Api", "src\WifiPlug.Api\WifiPlug.Api.csproj", "{53B12814-6B0D-4121-900E-9D1C67C41CF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Cli", "samples\Example.Cli\Example.Cli.csproj", "{3A580E5E-A795-42D9-A3B1-DCAA9C7807C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.EnergyGraphing", "samples\Example.EnergyGraphing\Example.EnergyGraphing.csproj", "{46209885-F892-42A7-A857-82FD7EBF178A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{430ABF5C-2A51-4BDB-A87D-E35EEE71B4C4}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.EventCli", "samples\Example.EventCli\Example.EventCli.csproj", "{B2323C21-8EB7-4683-96EC-E3D699C391E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.OAuth2", "samples\Example.OAuth2\Example.OAuth2.csproj", "{C5C5F35C-B8F3-40BA-A38C-AF31BFBC0D48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53B12814-6B0D-4121-900E-9D1C67C41CF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53B12814-6B0D-4121-900E-9D1C67C41CF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53B12814-6B0D-4121-900E-9D1C67C41CF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53B12814-6B0D-4121-900E-9D1C67C41CF0}.Release|Any CPU.Build.0 = Release|Any CPU
{3A580E5E-A795-42D9-A3B1-DCAA9C7807C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A580E5E-A795-42D9-A3B1-DCAA9C7807C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A580E5E-A795-42D9-A3B1-DCAA9C7807C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A580E5E-A795-42D9-A3B1-DCAA9C7807C7}.Release|Any CPU.Build.0 = Release|Any CPU
{46209885-F892-42A7-A857-82FD7EBF178A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46209885-F892-42A7-A857-82FD7EBF178A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46209885-F892-42A7-A857-82FD7EBF178A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46209885-F892-42A7-A857-82FD7EBF178A}.Release|Any CPU.Build.0 = Release|Any CPU
{B2323C21-8EB7-4683-96EC-E3D699C391E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2323C21-8EB7-4683-96EC-E3D699C391E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2323C21-8EB7-4683-96EC-E3D699C391E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2323C21-8EB7-4683-96EC-E3D699C391E9}.Release|Any CPU.Build.0 = Release|Any CPU
{C5C5F35C-B8F3-40BA-A38C-AF31BFBC0D48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5C5F35C-B8F3-40BA-A38C-AF31BFBC0D48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5C5F35C-B8F3-40BA-A38C-AF31BFBC0D48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5C5F35C-B8F3-40BA-A38C-AF31BFBC0D48}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3A580E5E-A795-42D9-A3B1-DCAA9C7807C7} = {6873EB4E-6281-4CB1-8C41-05F2A1AF1EDA}
{46209885-F892-42A7-A857-82FD7EBF178A} = {6873EB4E-6281-4CB1-8C41-05F2A1AF1EDA}
{B2323C21-8EB7-4683-96EC-E3D699C391E9} = {6873EB4E-6281-4CB1-8C41-05F2A1AF1EDA}
{C5C5F35C-B8F3-40BA-A38C-AF31BFBC0D48} = {6873EB4E-6281-4CB1-8C41-05F2A1AF1EDA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8234EEE7-61B4-403F-8C60-65A019D95FEA}
EndGlobalSection
EndGlobal