-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewShoreAir.sln
43 lines (43 loc) · 2.58 KB
/
NewShoreAir.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 Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewShoreAir.API", "NewShoreAir.API\NewShoreAir.API.csproj", "{9D92238E-2260-4068-B2A6-C367439366F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewShoreAir.Business", "NewShoreAir.Business\NewShoreAir.Business.csproj", "{0D8E1D78-D5C4-43B7-B1C0-8EF3017BE737}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewShoreAir.DataAccess", "NewShoreAir.DataAccess\NewShoreAir.DataAccess.csproj", "{9848DC94-F6E2-4C12-A4BF-108FB2035304}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewShoreAir.Test", "NewShoreAir.Test\NewShoreAir.Test.csproj", "{BB73A34B-D3D4-4DE7-B399-B718AAC81DDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D92238E-2260-4068-B2A6-C367439366F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D92238E-2260-4068-B2A6-C367439366F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D92238E-2260-4068-B2A6-C367439366F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D92238E-2260-4068-B2A6-C367439366F5}.Release|Any CPU.Build.0 = Release|Any CPU
{0D8E1D78-D5C4-43B7-B1C0-8EF3017BE737}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D8E1D78-D5C4-43B7-B1C0-8EF3017BE737}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D8E1D78-D5C4-43B7-B1C0-8EF3017BE737}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D8E1D78-D5C4-43B7-B1C0-8EF3017BE737}.Release|Any CPU.Build.0 = Release|Any CPU
{9848DC94-F6E2-4C12-A4BF-108FB2035304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9848DC94-F6E2-4C12-A4BF-108FB2035304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9848DC94-F6E2-4C12-A4BF-108FB2035304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9848DC94-F6E2-4C12-A4BF-108FB2035304}.Release|Any CPU.Build.0 = Release|Any CPU
{BB73A34B-D3D4-4DE7-B399-B718AAC81DDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB73A34B-D3D4-4DE7-B399-B718AAC81DDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB73A34B-D3D4-4DE7-B399-B718AAC81DDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB73A34B-D3D4-4DE7-B399-B718AAC81DDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FBD87D5-2A89-4747-843B-A5F2C251C82A}
EndGlobalSection
EndGlobal