-
Notifications
You must be signed in to change notification settings - Fork 0
/
LibraryManagementSystem.sln
37 lines (37 loc) · 2.07 KB
/
LibraryManagementSystem.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 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryManagementSystem", "LibraryManagementSystem\LibraryManagementSystem.csproj", "{CB91E6D5-B384-487B-8CC8-65DAEF88D042}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryData", "LibraryData\LibraryData.csproj", "{5653AEE6-3B50-4B2A-A9C4-AEA5111382FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryServices", "LibraryServices\LibraryServices.csproj", "{5B807B5D-55FB-41C6-A18E-C7A54CD0EAC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB91E6D5-B384-487B-8CC8-65DAEF88D042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB91E6D5-B384-487B-8CC8-65DAEF88D042}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB91E6D5-B384-487B-8CC8-65DAEF88D042}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB91E6D5-B384-487B-8CC8-65DAEF88D042}.Release|Any CPU.Build.0 = Release|Any CPU
{5653AEE6-3B50-4B2A-A9C4-AEA5111382FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5653AEE6-3B50-4B2A-A9C4-AEA5111382FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5653AEE6-3B50-4B2A-A9C4-AEA5111382FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5653AEE6-3B50-4B2A-A9C4-AEA5111382FF}.Release|Any CPU.Build.0 = Release|Any CPU
{5B807B5D-55FB-41C6-A18E-C7A54CD0EAC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B807B5D-55FB-41C6-A18E-C7A54CD0EAC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B807B5D-55FB-41C6-A18E-C7A54CD0EAC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B807B5D-55FB-41C6-A18E-C7A54CD0EAC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2884862E-08EA-4F3A-9558-B26377ADC133}
EndGlobalSection
EndGlobal