-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibrarySystem.sln
More file actions
48 lines (48 loc) · 2.83 KB
/
LibrarySystem.sln
File metadata and controls
48 lines (48 loc) · 2.83 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.14.36109.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrarySystem.API", "LibrarySystem.API\LibrarySystem.API.csproj", "{CBC92D30-376E-4286-A47A-DF7FA8EB3F44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrarySystem.Grpc", "LibrarySystem.GrpcService\LibrarySystem.Grpc.csproj", "{07018D89-0EAC-4ADF-BE05-F121AB6A1058}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrarySystem.TestProject", "LibrarySystem.TestProject\LibrarySystem.TestProject.csproj", "{0E421305-354B-4CB2-B8B6-AAFAC7C620FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrarySystem.Shared", "LibrarySystem.Shared\LibrarySystem.Shared.csproj", "{A64027DC-2E19-81DF-A642-A4A7A849D7B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBC92D30-376E-4286-A47A-DF7FA8EB3F44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBC92D30-376E-4286-A47A-DF7FA8EB3F44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBC92D30-376E-4286-A47A-DF7FA8EB3F44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBC92D30-376E-4286-A47A-DF7FA8EB3F44}.Release|Any CPU.Build.0 = Release|Any CPU
{07018D89-0EAC-4ADF-BE05-F121AB6A1058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07018D89-0EAC-4ADF-BE05-F121AB6A1058}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07018D89-0EAC-4ADF-BE05-F121AB6A1058}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07018D89-0EAC-4ADF-BE05-F121AB6A1058}.Release|Any CPU.Build.0 = Release|Any CPU
{0E421305-354B-4CB2-B8B6-AAFAC7C620FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E421305-354B-4CB2-B8B6-AAFAC7C620FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E421305-354B-4CB2-B8B6-AAFAC7C620FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E421305-354B-4CB2-B8B6-AAFAC7C620FA}.Release|Any CPU.Build.0 = Release|Any CPU
{A64027DC-2E19-81DF-A642-A4A7A849D7B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A64027DC-2E19-81DF-A642-A4A7A849D7B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A64027DC-2E19-81DF-A642-A4A7A849D7B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A64027DC-2E19-81DF-A642-A4A7A849D7B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {454FED37-1FE2-4248-8244-D06333C0CEBA}
EndGlobalSection
EndGlobal