-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlaneSeatsCalculator.sln
37 lines (37 loc) · 2.16 KB
/
PlaneSeatsCalculator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlaneSeatsCalculator.ConsoleApp", "PlaneSeatsCalculator.Console\PlaneSeatsCalculator.ConsoleApp.csproj", "{DFDB7653-A16B-4C08-877A-9502FFC55728}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaneSeatsCalculator.Web", "PlaneSeatsCalculator.Web\PlaneSeatsCalculator.Web.csproj", "{FB4A2A29-9B0E-4B90-A340-305E014947B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaneSeatsCalculator.BL", "PlaneSeatsCalculator.BL\PlaneSeatsCalculator.BL.csproj", "{B9A6CD5E-8AA4-4277-9CAD-036A1CFBC7F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFDB7653-A16B-4C08-877A-9502FFC55728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFDB7653-A16B-4C08-877A-9502FFC55728}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFDB7653-A16B-4C08-877A-9502FFC55728}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFDB7653-A16B-4C08-877A-9502FFC55728}.Release|Any CPU.Build.0 = Release|Any CPU
{FB4A2A29-9B0E-4B90-A340-305E014947B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB4A2A29-9B0E-4B90-A340-305E014947B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB4A2A29-9B0E-4B90-A340-305E014947B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB4A2A29-9B0E-4B90-A340-305E014947B5}.Release|Any CPU.Build.0 = Release|Any CPU
{B9A6CD5E-8AA4-4277-9CAD-036A1CFBC7F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9A6CD5E-8AA4-4277-9CAD-036A1CFBC7F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9A6CD5E-8AA4-4277-9CAD-036A1CFBC7F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9A6CD5E-8AA4-4277-9CAD-036A1CFBC7F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67885E03-C8EB-4EFB-BBA1-97BA3C83E051}
EndGlobalSection
EndGlobal