-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLibrary.sln
45 lines (45 loc) · 2.3 KB
/
Library.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
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32408.312
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library.WebApi", "Library.WebApi\Library.WebApi.csproj", "{C4C6EFF4-A2F3-415E-AF76-7B0F3AC0B9FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EBDBD518-3527-4E9F-A22D-702BF559271D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C535C8AD-90F6-4CE8-8F77-7503E0148553}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7A3D7E17-37BE-46DE-B5CC-9973B00B29F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library.WebApi.Tests", "Library.WebApi.Tests\Library.WebApi.Tests.csproj", "{B1FE9D88-19F0-4E83-A4EB-F29F00DF732A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4C6EFF4-A2F3-415E-AF76-7B0F3AC0B9FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C6EFF4-A2F3-415E-AF76-7B0F3AC0B9FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C6EFF4-A2F3-415E-AF76-7B0F3AC0B9FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C6EFF4-A2F3-415E-AF76-7B0F3AC0B9FC}.Release|Any CPU.Build.0 = Release|Any CPU
{B1FE9D88-19F0-4E83-A4EB-F29F00DF732A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1FE9D88-19F0-4E83-A4EB-F29F00DF732A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1FE9D88-19F0-4E83-A4EB-F29F00DF732A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1FE9D88-19F0-4E83-A4EB-F29F00DF732A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44AF7C42-1EBA-490F-9F5E-D63B41D3C64C}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4C6EFF4-A2F3-415E-AF76-7B0F3AC0B9FC} = {C535C8AD-90F6-4CE8-8F77-7503E0148553}
{B1FE9D88-19F0-4E83-A4EB-F29F00DF732A} = {7A3D7E17-37BE-46DE-B5CC-9973B00B29F1}
EndGlobalSection
EndGlobal