-
Notifications
You must be signed in to change notification settings - Fork 1
/
Escc.Schools.SchoolClosures.sln
43 lines (43 loc) · 2.14 KB
/
Escc.Schools.SchoolClosures.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Escc.Schools.SchoolClosures", "Escc.Schools.SchoolClosures\Escc.Schools.SchoolClosures.csproj", "{614217D1-7B35-44BC-B0A2-0B7E80F5C532}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B0BE1850-5A6A-4789-8CEF-62E0A2E84B14}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
app-setup-dev.cmd = app-setup-dev.cmd
app-setup-dev.ps1 = app-setup-dev.ps1
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Escc.Schools.SchoolClosures.Tests", "Escc.Schools.SchoolClosures.Tests\Escc.Schools.SchoolClosures.Tests.csproj", "{D8A6B956-FF84-4480-8653-8ED813AB994B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{614217D1-7B35-44BC-B0A2-0B7E80F5C532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{614217D1-7B35-44BC-B0A2-0B7E80F5C532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{614217D1-7B35-44BC-B0A2-0B7E80F5C532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{614217D1-7B35-44BC-B0A2-0B7E80F5C532}.Release|Any CPU.Build.0 = Release|Any CPU
{D8A6B956-FF84-4480-8653-8ED813AB994B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8A6B956-FF84-4480-8653-8ED813AB994B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8A6B956-FF84-4480-8653-8ED813AB994B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8A6B956-FF84-4480-8653-8ED813AB994B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10105557-B847-41BA-BA8B-6B66E1A252E0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10105557-B847-41BA-BA8B-6B66E1A252E0}
EndGlobalSection
EndGlobal