-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoTerraAPI.sln
More file actions
48 lines (48 loc) · 2.66 KB
/
AutoTerraAPI.sln
File metadata and controls
48 lines (48 loc) · 2.66 KB
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 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoTerraAPI", "AutoTerraAPI\AutoTerraAPI.csproj", "{7D141BD0-C8D3-4496-83B8-D3D8DF1233BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.PL", "1.PL", "{447C760F-67E7-4351-B139-0920181F8D35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2.BLL", "2.BLL", "{4A6173C1-D181-43D3-9B54-932757A81D86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3.DAL", "3.DAL", "{B11D7FD9-DE83-4045-8370-FA62B87DEF2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{5FC3B5E9-EC8C-4773-BA1F-B405DF2CB33B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{895B2C39-D257-468F-8EE6-D2431F27FDA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D141BD0-C8D3-4496-83B8-D3D8DF1233BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D141BD0-C8D3-4496-83B8-D3D8DF1233BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D141BD0-C8D3-4496-83B8-D3D8DF1233BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D141BD0-C8D3-4496-83B8-D3D8DF1233BC}.Release|Any CPU.Build.0 = Release|Any CPU
{5FC3B5E9-EC8C-4773-BA1F-B405DF2CB33B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FC3B5E9-EC8C-4773-BA1F-B405DF2CB33B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FC3B5E9-EC8C-4773-BA1F-B405DF2CB33B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FC3B5E9-EC8C-4773-BA1F-B405DF2CB33B}.Release|Any CPU.Build.0 = Release|Any CPU
{895B2C39-D257-468F-8EE6-D2431F27FDA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{895B2C39-D257-468F-8EE6-D2431F27FDA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{895B2C39-D257-468F-8EE6-D2431F27FDA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{895B2C39-D257-468F-8EE6-D2431F27FDA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7D141BD0-C8D3-4496-83B8-D3D8DF1233BC} = {447C760F-67E7-4351-B139-0920181F8D35}
{5FC3B5E9-EC8C-4773-BA1F-B405DF2CB33B} = {4A6173C1-D181-43D3-9B54-932757A81D86}
{895B2C39-D257-468F-8EE6-D2431F27FDA0} = {B11D7FD9-DE83-4045-8370-FA62B87DEF2B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07BCEA7C-220E-4989-B263-69F3F051D3F7}
EndGlobalSection
EndGlobal