-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLinzStromFetcher.sln
54 lines (54 loc) · 3.34 KB
/
LinzStromFetcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinzNetzApi", "LinzNetzApi\LinzNetzApi.csproj", "{46C22D25-C491-4BCC-B406-27726822FB35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfluxDbUtil", "InfluxDbUtil\InfluxDbUtil.csproj", "{2104F1A4-0B29-4500-B335-E75CF5B112F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinzNetzConsumptionCsvToInfluxDbConsole", "LinzNetzConsumptionCsvToInfluxDbConsole\LinzNetzConsumptionCsvToInfluxDbConsole.csproj", "{CA0117AF-42EC-4CA4-A906-A6A7EA1981DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinzNetzConsumptionToInfluxDb", "LinzNetzConsumptionToInfluxDb\LinzNetzConsumptionToInfluxDb.csproj", "{CF575817-85E9-469A-8CE6-13CDACC7037B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinzNetzCsvUtil", "LinzNetzCsvUtil\LinzNetzCsvUtil.csproj", "{2DE89ABF-A183-43B7-9BB1-05E46808CA67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FDAD53D-55A4-4A81-838E-35F4A45366F6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46C22D25-C491-4BCC-B406-27726822FB35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46C22D25-C491-4BCC-B406-27726822FB35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46C22D25-C491-4BCC-B406-27726822FB35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46C22D25-C491-4BCC-B406-27726822FB35}.Release|Any CPU.Build.0 = Release|Any CPU
{2104F1A4-0B29-4500-B335-E75CF5B112F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2104F1A4-0B29-4500-B335-E75CF5B112F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2104F1A4-0B29-4500-B335-E75CF5B112F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2104F1A4-0B29-4500-B335-E75CF5B112F9}.Release|Any CPU.Build.0 = Release|Any CPU
{CA0117AF-42EC-4CA4-A906-A6A7EA1981DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA0117AF-42EC-4CA4-A906-A6A7EA1981DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA0117AF-42EC-4CA4-A906-A6A7EA1981DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA0117AF-42EC-4CA4-A906-A6A7EA1981DF}.Release|Any CPU.Build.0 = Release|Any CPU
{CF575817-85E9-469A-8CE6-13CDACC7037B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF575817-85E9-469A-8CE6-13CDACC7037B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF575817-85E9-469A-8CE6-13CDACC7037B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF575817-85E9-469A-8CE6-13CDACC7037B}.Release|Any CPU.Build.0 = Release|Any CPU
{2DE89ABF-A183-43B7-9BB1-05E46808CA67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DE89ABF-A183-43B7-9BB1-05E46808CA67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DE89ABF-A183-43B7-9BB1-05E46808CA67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DE89ABF-A183-43B7-9BB1-05E46808CA67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F431C665-32BC-4B3D-BDE2-8F64E4BFDC65}
EndGlobalSection
EndGlobal