forked from bassmaster187/TeslaLogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TeslaLogger.sln
44 lines (44 loc) · 2.16 KB
/
TeslaLogger.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 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeslaLogger", "TeslaLogger\TeslaLogger.csproj", "{9932F717-1BEE-4D0F-B5B0-FB8665FFE647}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37F4A1BB-79C0-4358-A773-738FC7CE332A}"
ProjectSection(SolutionItems) = preProject
TeslaLogger\sqlschema.sql = TeslaLogger\sqlschema.sql
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Grafana", "Grafana", "{4C4289D6-042B-4641-ACF7-1E2F3FD3F9CF}"
ProjectSection(SolutionItems) = preProject
TeslaLogger\Grafana\Degradation.json = TeslaLogger\Grafana\Degradation.json
TeslaLogger\Grafana\km Stand.json = TeslaLogger\Grafana\km Stand.json
TeslaLogger\Grafana\Ladehistorie.json = TeslaLogger\Grafana\Ladehistorie.json
TeslaLogger\Grafana\Laden.json = TeslaLogger\Grafana\Laden.json
TeslaLogger\Grafana\Trip.json = TeslaLogger\Grafana\Trip.json
TeslaLogger\Grafana\Vampir Drain.json = TeslaLogger\Grafana\Vampir Drain.json
TeslaLogger\Grafana\Verbrauch.json = TeslaLogger\Grafana\Verbrauch.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9932F717-1BEE-4D0F-B5B0-FB8665FFE647}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9932F717-1BEE-4D0F-B5B0-FB8665FFE647}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9932F717-1BEE-4D0F-B5B0-FB8665FFE647}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9932F717-1BEE-4D0F-B5B0-FB8665FFE647}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4C4289D6-042B-4641-ACF7-1E2F3FD3F9CF} = {37F4A1BB-79C0-4358-A773-738FC7CE332A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19468AE0-9122-4697-94FD-17389927F087}
EndGlobalSection
EndGlobal