-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLibrary.sln
More file actions
48 lines (48 loc) · 2.33 KB
/
Library.sln
File metadata and controls
48 lines (48 loc) · 2.33 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.0.31521.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library.Api", "src\Library.Api\Library.Api.csproj", "{B4710024-8BFC-4CC0-880C-40A9BF41112B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5640F94B-5C7A-4516-A572-F2A1E49F6FD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BDCFDE55-B530-41E1-B3A5-770327E339EB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
README.md = README.md
scripts\generate-sql.bat = scripts\generate-sql.bat
scripts\create-users.ps1 = scripts\create-users.ps1
sql\migrations.sql = sql\migrations.sql
sql\data.sql = sql\data.sql
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library.Tests", "tests\Library.Tests\Library.Tests.csproj", "{25219FF5-4F21-4E00-AE4F-AD63B08FA533}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4710024-8BFC-4CC0-880C-40A9BF41112B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4710024-8BFC-4CC0-880C-40A9BF41112B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4710024-8BFC-4CC0-880C-40A9BF41112B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4710024-8BFC-4CC0-880C-40A9BF41112B}.Release|Any CPU.Build.0 = Release|Any CPU
{25219FF5-4F21-4E00-AE4F-AD63B08FA533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25219FF5-4F21-4E00-AE4F-AD63B08FA533}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25219FF5-4F21-4E00-AE4F-AD63B08FA533}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25219FF5-4F21-4E00-AE4F-AD63B08FA533}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{25219FF5-4F21-4E00-AE4F-AD63B08FA533} = {5640F94B-5C7A-4516-A572-F2A1E49F6FD9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0E0A007-D7DC-4197-8138-A6FC5A3BE128}
EndGlobalSection
EndGlobal