This repository was archived by the owner on Dec 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlbatross.sln
More file actions
41 lines (41 loc) · 2 KB
/
Albatross.sln
File metadata and controls
41 lines (41 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0EA7BC8F-635B-4B63-875C-4566F0205CDD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F4FCA6B6-669B-4613-BDEE-C01D8B03875F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Albatross.Example.Web", "src\Albatross.Web\Albatross.Example.Web.xproj", "{4E62B35A-19E8-4E65-9B58-A29C482E909D}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Albatross", "src\Albatross\Albatross.xproj", "{212FC231-C9B5-4C7A-B7AF-F41D86BE20DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E62B35A-19E8-4E65-9B58-A29C482E909D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E62B35A-19E8-4E65-9B58-A29C482E909D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E62B35A-19E8-4E65-9B58-A29C482E909D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E62B35A-19E8-4E65-9B58-A29C482E909D}.Release|Any CPU.Build.0 = Release|Any CPU
{212FC231-C9B5-4C7A-B7AF-F41D86BE20DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{212FC231-C9B5-4C7A-B7AF-F41D86BE20DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{212FC231-C9B5-4C7A-B7AF-F41D86BE20DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{212FC231-C9B5-4C7A-B7AF-F41D86BE20DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E62B35A-19E8-4E65-9B58-A29C482E909D} = {0EA7BC8F-635B-4B63-875C-4566F0205CDD}
EndGlobalSection
EndGlobal