-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebAPI.sln
More file actions
43 lines (43 loc) · 2.5 KB
/
WebAPI.sln
File metadata and controls
43 lines (43 loc) · 2.5 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{B98BB23B-6BA4-4EEB-90A8-B6FD6C83B007}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuisnessLogicLayer", "BuisnessLogicLayer\BuisnessLogicLayer.csproj", "{52260701-43D7-4F56-B472-37FE03D1E1FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{CEA5D311-B8FB-4887-B4AB-CC6F0F6D3285}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{BA22B084-8AAF-4B42-B2BE-03A3A412B1F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B98BB23B-6BA4-4EEB-90A8-B6FD6C83B007}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B98BB23B-6BA4-4EEB-90A8-B6FD6C83B007}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B98BB23B-6BA4-4EEB-90A8-B6FD6C83B007}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B98BB23B-6BA4-4EEB-90A8-B6FD6C83B007}.Release|Any CPU.Build.0 = Release|Any CPU
{52260701-43D7-4F56-B472-37FE03D1E1FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52260701-43D7-4F56-B472-37FE03D1E1FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52260701-43D7-4F56-B472-37FE03D1E1FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52260701-43D7-4F56-B472-37FE03D1E1FD}.Release|Any CPU.Build.0 = Release|Any CPU
{CEA5D311-B8FB-4887-B4AB-CC6F0F6D3285}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEA5D311-B8FB-4887-B4AB-CC6F0F6D3285}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEA5D311-B8FB-4887-B4AB-CC6F0F6D3285}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEA5D311-B8FB-4887-B4AB-CC6F0F6D3285}.Release|Any CPU.Build.0 = Release|Any CPU
{BA22B084-8AAF-4B42-B2BE-03A3A412B1F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA22B084-8AAF-4B42-B2BE-03A3A412B1F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA22B084-8AAF-4B42-B2BE-03A3A412B1F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA22B084-8AAF-4B42-B2BE-03A3A412B1F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07C9F886-5332-4202-8895-EB26AB7754A6}
EndGlobalSection
EndGlobal