-
Notifications
You must be signed in to change notification settings - Fork 0
/
A-FlightTracking.sln
43 lines (43 loc) · 2.46 KB
/
A-FlightTracking.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 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "Web\Web.csproj", "{2C8B1086-25FD-4ED1-81E7-0618CE0947A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{FA3B4B94-2438-41EB-8663-528C7CB1C477}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{1FD5E0AB-5370-41E9-9594-816F10211A90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "A-FlightTracking.Tests", "A-FlightTracking.Tests\A-FlightTracking.Tests.csproj", "{3CBEC436-085E-4815-A66A-16F153B80948}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C8B1086-25FD-4ED1-81E7-0618CE0947A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C8B1086-25FD-4ED1-81E7-0618CE0947A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C8B1086-25FD-4ED1-81E7-0618CE0947A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C8B1086-25FD-4ED1-81E7-0618CE0947A1}.Release|Any CPU.Build.0 = Release|Any CPU
{FA3B4B94-2438-41EB-8663-528C7CB1C477}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA3B4B94-2438-41EB-8663-528C7CB1C477}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA3B4B94-2438-41EB-8663-528C7CB1C477}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA3B4B94-2438-41EB-8663-528C7CB1C477}.Release|Any CPU.Build.0 = Release|Any CPU
{1FD5E0AB-5370-41E9-9594-816F10211A90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FD5E0AB-5370-41E9-9594-816F10211A90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FD5E0AB-5370-41E9-9594-816F10211A90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FD5E0AB-5370-41E9-9594-816F10211A90}.Release|Any CPU.Build.0 = Release|Any CPU
{3CBEC436-085E-4815-A66A-16F153B80948}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CBEC436-085E-4815-A66A-16F153B80948}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CBEC436-085E-4815-A66A-16F153B80948}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CBEC436-085E-4815-A66A-16F153B80948}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39F9C338-7E2A-464A-8CE1-D3F1E60F4F48}
EndGlobalSection
EndGlobal