-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoute.C41.G03.sln
37 lines (37 loc) · 2.07 KB
/
Route.C41.G03.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.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Route.C41.G03PL", "Route.C41.G03PL\Route.C41.G03PL.csproj", "{F95049EE-AFD5-4F43-B4FE-685E4CF8B705}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Route.C41.G03.Dal", "Route.C41.G03.Dal\Route.C41.G03.Dal.csproj", "{0F40C7F4-2E61-404B-A688-B289FF84F291}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Route.C41.G03.BLL", "Route.C41.G03.PLL\Route.C41.G03.BLL.csproj", "{FFC6F42A-C963-47AC-9062-BA7AF91A595E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F95049EE-AFD5-4F43-B4FE-685E4CF8B705}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F95049EE-AFD5-4F43-B4FE-685E4CF8B705}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F95049EE-AFD5-4F43-B4FE-685E4CF8B705}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F95049EE-AFD5-4F43-B4FE-685E4CF8B705}.Release|Any CPU.Build.0 = Release|Any CPU
{0F40C7F4-2E61-404B-A688-B289FF84F291}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F40C7F4-2E61-404B-A688-B289FF84F291}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F40C7F4-2E61-404B-A688-B289FF84F291}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F40C7F4-2E61-404B-A688-B289FF84F291}.Release|Any CPU.Build.0 = Release|Any CPU
{FFC6F42A-C963-47AC-9062-BA7AF91A595E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFC6F42A-C963-47AC-9062-BA7AF91A595E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFC6F42A-C963-47AC-9062-BA7AF91A595E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFC6F42A-C963-47AC-9062-BA7AF91A595E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FAC1F19C-91DC-4748-AEEC-53BE9B216901}
EndGlobalSection
EndGlobal