-
Notifications
You must be signed in to change notification settings - Fork 7
/
BusBiletCoreApplication.sln
49 lines (49 loc) · 3 KB
/
BusBiletCoreApplication.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusBiletCoreApplication", "BusBiletCoreApplication\BusBiletCoreApplication.csproj", "{BACA9771-3B49-4FDA-B4F7-6B8562B09522}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityLayer", "EntityLayer\EntityLayer.csproj", "{7FC6B648-DC9E-4FAD-9D46-5DE2EB990266}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{947F47D3-CC10-4A8B-9AB3-981716070752}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{E4379055-6BF2-4FE0-953A-FB4D33757394}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApi", "WebApi\WebApi.csproj", "{DEFB337E-75CF-46B5-9F0C-A5D40CEF7BFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BACA9771-3B49-4FDA-B4F7-6B8562B09522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BACA9771-3B49-4FDA-B4F7-6B8562B09522}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BACA9771-3B49-4FDA-B4F7-6B8562B09522}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BACA9771-3B49-4FDA-B4F7-6B8562B09522}.Release|Any CPU.Build.0 = Release|Any CPU
{7FC6B648-DC9E-4FAD-9D46-5DE2EB990266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FC6B648-DC9E-4FAD-9D46-5DE2EB990266}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FC6B648-DC9E-4FAD-9D46-5DE2EB990266}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FC6B648-DC9E-4FAD-9D46-5DE2EB990266}.Release|Any CPU.Build.0 = Release|Any CPU
{947F47D3-CC10-4A8B-9AB3-981716070752}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{947F47D3-CC10-4A8B-9AB3-981716070752}.Debug|Any CPU.Build.0 = Debug|Any CPU
{947F47D3-CC10-4A8B-9AB3-981716070752}.Release|Any CPU.ActiveCfg = Release|Any CPU
{947F47D3-CC10-4A8B-9AB3-981716070752}.Release|Any CPU.Build.0 = Release|Any CPU
{E4379055-6BF2-4FE0-953A-FB4D33757394}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4379055-6BF2-4FE0-953A-FB4D33757394}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4379055-6BF2-4FE0-953A-FB4D33757394}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4379055-6BF2-4FE0-953A-FB4D33757394}.Release|Any CPU.Build.0 = Release|Any CPU
{DEFB337E-75CF-46B5-9F0C-A5D40CEF7BFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEFB337E-75CF-46B5-9F0C-A5D40CEF7BFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEFB337E-75CF-46B5-9F0C-A5D40CEF7BFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEFB337E-75CF-46B5-9F0C-A5D40CEF7BFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8BCCDC38-25BB-4A5B-B2AC-E96ED7B321C4}
EndGlobalSection
EndGlobal