-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUKCarbonIntensity.sln
48 lines (48 loc) · 2.28 KB
/
UKCarbonIntensity.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1427EC7B-3CED-4CB4-B316-5B0899DF5C0C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarbonIntensityUK", "CarbonIntensityUK\CarbonIntensityUK.csproj", "{556C62B2-F3DA-48D1-BE2B-72BB95D079A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{B4662390-6BB4-47EA-8169-388B6D28BB2D}"
ProjectSection(SolutionItems) = preProject
build-r.sh = build-r.sh
build.sh = build.sh
deploy.sh = deploy.sh
push.sh = push.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarbonIntensityUK.UnitTests", "CarbonIntensityUK.UnitTests\CarbonIntensityUK.UnitTests.csproj", "{928D6DC4-B907-4F67-A868-AEF9D55C6876}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{556C62B2-F3DA-48D1-BE2B-72BB95D079A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{556C62B2-F3DA-48D1-BE2B-72BB95D079A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{556C62B2-F3DA-48D1-BE2B-72BB95D079A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{556C62B2-F3DA-48D1-BE2B-72BB95D079A0}.Release|Any CPU.Build.0 = Release|Any CPU
{928D6DC4-B907-4F67-A868-AEF9D55C6876}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{928D6DC4-B907-4F67-A868-AEF9D55C6876}.Debug|Any CPU.Build.0 = Debug|Any CPU
{928D6DC4-B907-4F67-A868-AEF9D55C6876}.Release|Any CPU.ActiveCfg = Release|Any CPU
{928D6DC4-B907-4F67-A868-AEF9D55C6876}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B4662390-6BB4-47EA-8169-388B6D28BB2D} = {1427EC7B-3CED-4CB4-B316-5B0899DF5C0C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B29FDE2-FBF2-4AFB-80DB-F1CECE137245}
EndGlobalSection
EndGlobal