-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibraryAutomation.sln
More file actions
49 lines (49 loc) · 2.91 KB
/
LibraryAutomation.sln
File metadata and controls
49 lines (49 loc) · 2.91 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
49
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}") = "Entities", "Entities\Entities.csproj", "{58519268-45DA-4FEA-A059-2A084FD80F59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{FD87B3DA-3DA6-4648-B694-EEDE814234C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{2E6720EB-DDA9-444B-9443-BCDADD28DE35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{F58B7DA0-2B53-4443-AE73-7302FB2786D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI", "WebAPI\WebAPI.csproj", "{BEB64D69-5CA9-4E64-B574-E4447C823A5A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58519268-45DA-4FEA-A059-2A084FD80F59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58519268-45DA-4FEA-A059-2A084FD80F59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58519268-45DA-4FEA-A059-2A084FD80F59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58519268-45DA-4FEA-A059-2A084FD80F59}.Release|Any CPU.Build.0 = Release|Any CPU
{FD87B3DA-3DA6-4648-B694-EEDE814234C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD87B3DA-3DA6-4648-B694-EEDE814234C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD87B3DA-3DA6-4648-B694-EEDE814234C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD87B3DA-3DA6-4648-B694-EEDE814234C4}.Release|Any CPU.Build.0 = Release|Any CPU
{2E6720EB-DDA9-444B-9443-BCDADD28DE35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E6720EB-DDA9-444B-9443-BCDADD28DE35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E6720EB-DDA9-444B-9443-BCDADD28DE35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E6720EB-DDA9-444B-9443-BCDADD28DE35}.Release|Any CPU.Build.0 = Release|Any CPU
{F58B7DA0-2B53-4443-AE73-7302FB2786D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F58B7DA0-2B53-4443-AE73-7302FB2786D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F58B7DA0-2B53-4443-AE73-7302FB2786D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F58B7DA0-2B53-4443-AE73-7302FB2786D8}.Release|Any CPU.Build.0 = Release|Any CPU
{BEB64D69-5CA9-4E64-B574-E4447C823A5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEB64D69-5CA9-4E64-B574-E4447C823A5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEB64D69-5CA9-4E64-B574-E4447C823A5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEB64D69-5CA9-4E64-B574-E4447C823A5A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A1407DC-187B-4DFB-8BE2-4A49A26F70EB}
EndGlobalSection
EndGlobal