-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTaxiManager.sln
43 lines (43 loc) · 2.57 KB
/
TaxiManager.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.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaxiManager", "TaxiManager\TaxiManager.csproj", "{20BCE832-A11B-47AA-934A-B9B519ADB9D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaxiManager.DataAccess", "TaxiManager.DataAccess\TaxiManager.DataAccess.csproj", "{6904836E-53DA-4FF3-9F6B-15EEFDD7B013}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaxiManager.Models", "TaxiManager.Models\TaxiManager.Models.csproj", "{E3666748-85F6-4381-B4FB-181F4F50225B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaxiManager.Utils", "TaxiManager.Utils\TaxiManager.Utils.csproj", "{A4567AC5-9F41-4A09-A4E3-65C3D9563F7A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20BCE832-A11B-47AA-934A-B9B519ADB9D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20BCE832-A11B-47AA-934A-B9B519ADB9D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20BCE832-A11B-47AA-934A-B9B519ADB9D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20BCE832-A11B-47AA-934A-B9B519ADB9D6}.Release|Any CPU.Build.0 = Release|Any CPU
{6904836E-53DA-4FF3-9F6B-15EEFDD7B013}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6904836E-53DA-4FF3-9F6B-15EEFDD7B013}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6904836E-53DA-4FF3-9F6B-15EEFDD7B013}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6904836E-53DA-4FF3-9F6B-15EEFDD7B013}.Release|Any CPU.Build.0 = Release|Any CPU
{E3666748-85F6-4381-B4FB-181F4F50225B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3666748-85F6-4381-B4FB-181F4F50225B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3666748-85F6-4381-B4FB-181F4F50225B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3666748-85F6-4381-B4FB-181F4F50225B}.Release|Any CPU.Build.0 = Release|Any CPU
{A4567AC5-9F41-4A09-A4E3-65C3D9563F7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4567AC5-9F41-4A09-A4E3-65C3D9563F7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4567AC5-9F41-4A09-A4E3-65C3D9563F7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4567AC5-9F41-4A09-A4E3-65C3D9563F7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5EA6467-2820-4736-BCF4-D7F5C1959845}
EndGlobalSection
EndGlobal