-
Notifications
You must be signed in to change notification settings - Fork 8
/
FroniusSolarClient.sln
38 lines (38 loc) · 1.97 KB
/
FroniusSolarClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FroniusSolarClient", "FroniusSolarClient\FroniusSolarClient.csproj", "{A32EC43F-1A17-47CF-99F0-D59254AF4649}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FroniusSolarClient.Examples", "FroniusSolarClient.Examples\FroniusSolarClient.Examples.csproj", "{54B43B62-6DEC-4D95-8712-87E82051A978}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3328D218-7CD7-4A44-A093-086CB1BDE675}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
.github\workflows\main.yml = .github\workflows\main.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A32EC43F-1A17-47CF-99F0-D59254AF4649}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A32EC43F-1A17-47CF-99F0-D59254AF4649}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A32EC43F-1A17-47CF-99F0-D59254AF4649}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A32EC43F-1A17-47CF-99F0-D59254AF4649}.Release|Any CPU.Build.0 = Release|Any CPU
{54B43B62-6DEC-4D95-8712-87E82051A978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54B43B62-6DEC-4D95-8712-87E82051A978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54B43B62-6DEC-4D95-8712-87E82051A978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54B43B62-6DEC-4D95-8712-87E82051A978}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {265D4EA5-7808-4A6D-A6A7-D5C2F0D37A43}
EndGlobalSection
EndGlobal