-
Notifications
You must be signed in to change notification settings - Fork 1
/
Escc.Libraries.BranchFinder.sln
47 lines (47 loc) · 2.48 KB
/
Escc.Libraries.BranchFinder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Escc.Libraries.BranchFinder.Website", "Escc.Libraries.BranchFinder.Website\Escc.Libraries.BranchFinder.Website.csproj", "{48D6205F-A139-4C62-9EA8-1BCC25C2D49A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{4BA6A1F0-4A6A-45D9-B826-FDD0AED2B424}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
app-install-website.cmd = app-install-website.cmd
app-install-website.ps1 = app-install-website.ps1
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.Libraries.BranchFinder.Tests", "Escc.Libraries.BranchFinder.Tests\Escc.Libraries.BranchFinder.Tests.csproj", "{BF193264-2BB7-46DC-BADD-979E924DD90A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
UAT|Any CPU = UAT|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48D6205F-A139-4C62-9EA8-1BCC25C2D49A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48D6205F-A139-4C62-9EA8-1BCC25C2D49A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48D6205F-A139-4C62-9EA8-1BCC25C2D49A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48D6205F-A139-4C62-9EA8-1BCC25C2D49A}.Release|Any CPU.Build.0 = Release|Any CPU
{48D6205F-A139-4C62-9EA8-1BCC25C2D49A}.UAT|Any CPU.ActiveCfg = Release|Any CPU
{48D6205F-A139-4C62-9EA8-1BCC25C2D49A}.UAT|Any CPU.Build.0 = Release|Any CPU
{BF193264-2BB7-46DC-BADD-979E924DD90A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF193264-2BB7-46DC-BADD-979E924DD90A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF193264-2BB7-46DC-BADD-979E924DD90A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF193264-2BB7-46DC-BADD-979E924DD90A}.Release|Any CPU.Build.0 = Release|Any CPU
{BF193264-2BB7-46DC-BADD-979E924DD90A}.UAT|Any CPU.ActiveCfg = Release|Any CPU
{BF193264-2BB7-46DC-BADD-979E924DD90A}.UAT|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93278196-70E3-4DA3-B715-A7706DB0D07F}
EndGlobalSection
EndGlobal