-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathElectricityMap.DotNet.Client.sln
More file actions
80 lines (80 loc) · 4.49 KB
/
ElectricityMap.DotNet.Client.sln
File metadata and controls
80 lines (80 loc) · 4.49 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{383CF268-3616-49D0-AC6F-78CD892FDB7D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
renovate.json = renovate.json
sonar-project.properties = sonar-project.properties
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{24D6DD45-EC18-4844-889A-03C0DB9C0BB6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
build\code-analysis.props = build\code-analysis.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B9442106-7387-44F5-BB66-D1687023C854}"
ProjectSection(SolutionItems) = preProject
src\directory.build.props = src\directory.build.props
src\directory.build.targets = src\directory.build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C136ACCB-E7E1-44FA-81F9-7097926A8A12}"
ProjectSection(SolutionItems) = preProject
test\directory.build.props = test\directory.build.props
test\directory.build.targets = test\directory.build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{927D411F-47B4-4329-98B9-3C078231F7BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElectricityMap.DotNet.Client", "src\ElectricityMap.DotNet.Client\ElectricityMap.DotNet.Client.csproj", "{7496CD11-D6EE-449C-A447-FCEC65E84E5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElectricityMap.DotNet.Client.Test", "test\ElectricityMap.DotNet.Client.Test\ElectricityMap.DotNet.Client.Test.csproj", "{7C56465E-0667-4995-B051-2A0EB43D0C15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureFunction.Example", "examples\AzureFunction.Example\AzureFunction.Example.csproj", "{62E84FAD-92C6-43E7-B506-A3F74336C08B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RazorPages.Example", "examples\RazorPages.Example\RazorPages.Example.csproj", "{BBBA7ABA-357A-4736-9E9E-C0E3DFBC032E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7496CD11-D6EE-449C-A447-FCEC65E84E5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7496CD11-D6EE-449C-A447-FCEC65E84E5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7496CD11-D6EE-449C-A447-FCEC65E84E5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7496CD11-D6EE-449C-A447-FCEC65E84E5D}.Release|Any CPU.Build.0 = Release|Any CPU
{7C56465E-0667-4995-B051-2A0EB43D0C15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C56465E-0667-4995-B051-2A0EB43D0C15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C56465E-0667-4995-B051-2A0EB43D0C15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C56465E-0667-4995-B051-2A0EB43D0C15}.Release|Any CPU.Build.0 = Release|Any CPU
{62E84FAD-92C6-43E7-B506-A3F74336C08B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62E84FAD-92C6-43E7-B506-A3F74336C08B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62E84FAD-92C6-43E7-B506-A3F74336C08B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62E84FAD-92C6-43E7-B506-A3F74336C08B}.Release|Any CPU.Build.0 = Release|Any CPU
{BBBA7ABA-357A-4736-9E9E-C0E3DFBC032E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBBA7ABA-357A-4736-9E9E-C0E3DFBC032E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBBA7ABA-357A-4736-9E9E-C0E3DFBC032E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBBA7ABA-357A-4736-9E9E-C0E3DFBC032E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7496CD11-D6EE-449C-A447-FCEC65E84E5D} = {B9442106-7387-44F5-BB66-D1687023C854}
{7C56465E-0667-4995-B051-2A0EB43D0C15} = {C136ACCB-E7E1-44FA-81F9-7097926A8A12}
{62E84FAD-92C6-43E7-B506-A3F74336C08B} = {927D411F-47B4-4329-98B9-3C078231F7BA}
{BBBA7ABA-357A-4736-9E9E-C0E3DFBC032E} = {927D411F-47B4-4329-98B9-3C078231F7BA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50B9D10B-4F03-442A-8A46-755774787606}
EndGlobalSection
EndGlobal