-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibrary.sln
More file actions
43 lines (43 loc) · 2.59 KB
/
Library.sln
File metadata and controls
43 lines (43 loc) · 2.59 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.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library.Core", "Library.Core\Library.Core.csproj", "{87945DAF-D9E2-47D7-8009-F34FCB654AE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library.Infrastructure", "Library.Infrastructure\Library.Infrastructure.csproj", "{2D695F6C-324E-406C-B4A7-C12942D66634}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library.WebAPI", "Library.WebAPI\Library.WebAPI.csproj", "{AC5287DE-EF44-46A9-83A8-0BA69B87372A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library.WebApp", "Library.WebApp\Library.WebApp.csproj", "{51D95419-9B02-48A2-8BE8-AE5584FD5BB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87945DAF-D9E2-47D7-8009-F34FCB654AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87945DAF-D9E2-47D7-8009-F34FCB654AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87945DAF-D9E2-47D7-8009-F34FCB654AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87945DAF-D9E2-47D7-8009-F34FCB654AE4}.Release|Any CPU.Build.0 = Release|Any CPU
{2D695F6C-324E-406C-B4A7-C12942D66634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D695F6C-324E-406C-B4A7-C12942D66634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D695F6C-324E-406C-B4A7-C12942D66634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D695F6C-324E-406C-B4A7-C12942D66634}.Release|Any CPU.Build.0 = Release|Any CPU
{AC5287DE-EF44-46A9-83A8-0BA69B87372A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC5287DE-EF44-46A9-83A8-0BA69B87372A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC5287DE-EF44-46A9-83A8-0BA69B87372A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC5287DE-EF44-46A9-83A8-0BA69B87372A}.Release|Any CPU.Build.0 = Release|Any CPU
{51D95419-9B02-48A2-8BE8-AE5584FD5BB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51D95419-9B02-48A2-8BE8-AE5584FD5BB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51D95419-9B02-48A2-8BE8-AE5584FD5BB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51D95419-9B02-48A2-8BE8-AE5584FD5BB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C68269C9-278D-41BE-A4F6-9C253BCAB4F2}
EndGlobalSection
EndGlobal