forked from east-sussex-county-council/Escc.ServiceClosures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Escc.ServiceClosures.sln
58 lines (58 loc) · 3.58 KB
/
Escc.ServiceClosures.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
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C71E8C2-BF24-4598-AF18-A9B1AF3FC7A0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
app-install-admintool.cmd = app-install-admintool.cmd
app-install-admintool.ps1 = app-install-admintool.ps1
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Escc.ServiceClosures.Tests", "Escc.ServiceClosures.Tests\Escc.ServiceClosures.Tests.csproj", "{14FE4953-8409-41FA-8F4A-9883CA53D316}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Escc.ServiceClosures.AdministrationTool", "Escc.ServiceClosures.AdministrationTool\Escc.ServiceClosures.AdministrationTool.csproj", "{704B1C4D-D568-4482-9311-8A6437B85E73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Escc.ServiceClosures", "Escc.ServiceClosures\Escc.ServiceClosures.csproj", "{12F16E83-CC01-4221-A2CE-2DF6491F4DF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Escc.ServiceClosures.Mvc", "Escc.ServiceClosures.Mvc\Escc.ServiceClosures.Mvc.csproj", "{FE7AEB20-7C3E-4870-876D-DDA19C55593A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Escc.ServiceClosures.Rss", "Escc.ServiceClosures.Rss\Escc.ServiceClosures.Rss.csproj", "{E57557BB-C392-4779-A997-A19D22039B34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14FE4953-8409-41FA-8F4A-9883CA53D316}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14FE4953-8409-41FA-8F4A-9883CA53D316}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14FE4953-8409-41FA-8F4A-9883CA53D316}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14FE4953-8409-41FA-8F4A-9883CA53D316}.Release|Any CPU.Build.0 = Release|Any CPU
{704B1C4D-D568-4482-9311-8A6437B85E73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{704B1C4D-D568-4482-9311-8A6437B85E73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{704B1C4D-D568-4482-9311-8A6437B85E73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{704B1C4D-D568-4482-9311-8A6437B85E73}.Release|Any CPU.Build.0 = Release|Any CPU
{12F16E83-CC01-4221-A2CE-2DF6491F4DF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12F16E83-CC01-4221-A2CE-2DF6491F4DF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12F16E83-CC01-4221-A2CE-2DF6491F4DF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12F16E83-CC01-4221-A2CE-2DF6491F4DF8}.Release|Any CPU.Build.0 = Release|Any CPU
{FE7AEB20-7C3E-4870-876D-DDA19C55593A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE7AEB20-7C3E-4870-876D-DDA19C55593A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE7AEB20-7C3E-4870-876D-DDA19C55593A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE7AEB20-7C3E-4870-876D-DDA19C55593A}.Release|Any CPU.Build.0 = Release|Any CPU
{E57557BB-C392-4779-A997-A19D22039B34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E57557BB-C392-4779-A997-A19D22039B34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E57557BB-C392-4779-A997-A19D22039B34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E57557BB-C392-4779-A997-A19D22039B34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59DB7A3E-9982-4397-93D1-9C6FB9463297}
EndGlobalSection
EndGlobal