-
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.46 KB
/
Library.sln
File metadata and controls
43 lines (43 loc) · 2.46 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.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{74AFBD80-0B73-4212-AF59-78E3ED59B92C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library.Tests", "Library.Tests\Library.Tests.csproj", "{B775BC45-FB0C-401D-A377-B336DC63675A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{7F966CEB-E8D2-4C21-A52B-6FB3A01E7F44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{08CAF47C-2E5D-4028-A181-9EBA00167B1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74AFBD80-0B73-4212-AF59-78E3ED59B92C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74AFBD80-0B73-4212-AF59-78E3ED59B92C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74AFBD80-0B73-4212-AF59-78E3ED59B92C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74AFBD80-0B73-4212-AF59-78E3ED59B92C}.Release|Any CPU.Build.0 = Release|Any CPU
{B775BC45-FB0C-401D-A377-B336DC63675A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B775BC45-FB0C-401D-A377-B336DC63675A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B775BC45-FB0C-401D-A377-B336DC63675A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B775BC45-FB0C-401D-A377-B336DC63675A}.Release|Any CPU.Build.0 = Release|Any CPU
{7F966CEB-E8D2-4C21-A52B-6FB3A01E7F44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F966CEB-E8D2-4C21-A52B-6FB3A01E7F44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F966CEB-E8D2-4C21-A52B-6FB3A01E7F44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F966CEB-E8D2-4C21-A52B-6FB3A01E7F44}.Release|Any CPU.Build.0 = Release|Any CPU
{08CAF47C-2E5D-4028-A181-9EBA00167B1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08CAF47C-2E5D-4028-A181-9EBA00167B1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08CAF47C-2E5D-4028-A181-9EBA00167B1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08CAF47C-2E5D-4028-A181-9EBA00167B1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33715CB1-37B7-45E6-92E3-28A02B838EB8}
EndGlobalSection
EndGlobal