forked from Vladacdc/TransIT.API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTransIT.API.sln
48 lines (48 loc) · 2.72 KB
/
TransIT.API.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TransIT.DAL", "TransIT.DAL\TransIT.DAL.csproj", "{E524D22E-7F05-4AFC-9082-C87C8E3CA9DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TransIT.API", "TransIT.API\TransIT.API.csproj", "{BEFED30C-E61F-48AE-BF4C-3751ED293358}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TransIT.BLL", "TransIT.BLL\TransIT.BLL.csproj", "{3BB6FAF4-8D54-4428-AD1F-923A14D3EEE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TransIT.Tests", "TransIT.Tests\TransIT.Tests.csproj", "{7370EF8B-FD47-47F1-AA90-42C06276AB78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34B6A37D-B6D6-4AED-9E74-2BC47C63D903}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E524D22E-7F05-4AFC-9082-C87C8E3CA9DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E524D22E-7F05-4AFC-9082-C87C8E3CA9DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E524D22E-7F05-4AFC-9082-C87C8E3CA9DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E524D22E-7F05-4AFC-9082-C87C8E3CA9DB}.Release|Any CPU.Build.0 = Release|Any CPU
{BEFED30C-E61F-48AE-BF4C-3751ED293358}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEFED30C-E61F-48AE-BF4C-3751ED293358}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEFED30C-E61F-48AE-BF4C-3751ED293358}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEFED30C-E61F-48AE-BF4C-3751ED293358}.Release|Any CPU.Build.0 = Release|Any CPU
{3BB6FAF4-8D54-4428-AD1F-923A14D3EEE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BB6FAF4-8D54-4428-AD1F-923A14D3EEE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BB6FAF4-8D54-4428-AD1F-923A14D3EEE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BB6FAF4-8D54-4428-AD1F-923A14D3EEE1}.Release|Any CPU.Build.0 = Release|Any CPU
{7370EF8B-FD47-47F1-AA90-42C06276AB78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7370EF8B-FD47-47F1-AA90-42C06276AB78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7370EF8B-FD47-47F1-AA90-42C06276AB78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7370EF8B-FD47-47F1-AA90-42C06276AB78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09684028-75DF-4E19-91E8-8AD2B6685E47}
EndGlobalSection
EndGlobal