-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Journal-Limpet.sln
50 lines (50 loc) · 2.59 KB
/
Journal-Limpet.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
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32414.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA40DCAA-1815-4A0A-BB0C-777541377A96}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\CI.yml = .github\workflows\CI.yml
Create Database.sql = Create Database.sql
Dockerfile = Dockerfile
.github\FUNDING.yml = .github\FUNDING.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Journal-Limpet", "Journal-Limpet\Journal-Limpet.csproj", "{77B8E097-BC26-4E52-B00E-6D7D15C52923}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Journal-Limpet.Shared", "Journal-Limpet.Shared\Journal-Limpet.Shared.csproj", "{65EBA096-6677-482C-B6C3-EC428AF9F39F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Journal-Limpet.Tests", "Journal-Limpet.Tests\Journal-Limpet.Tests.csproj", "{5CFE1026-648D-4BDA-B984-F77D1929CBFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77B8E097-BC26-4E52-B00E-6D7D15C52923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77B8E097-BC26-4E52-B00E-6D7D15C52923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77B8E097-BC26-4E52-B00E-6D7D15C52923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77B8E097-BC26-4E52-B00E-6D7D15C52923}.Release|Any CPU.Build.0 = Release|Any CPU
{65EBA096-6677-482C-B6C3-EC428AF9F39F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65EBA096-6677-482C-B6C3-EC428AF9F39F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65EBA096-6677-482C-B6C3-EC428AF9F39F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65EBA096-6677-482C-B6C3-EC428AF9F39F}.Release|Any CPU.Build.0 = Release|Any CPU
{5CFE1026-648D-4BDA-B984-F77D1929CBFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CFE1026-648D-4BDA-B984-F77D1929CBFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CFE1026-648D-4BDA-B984-F77D1929CBFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CFE1026-648D-4BDA-B984-F77D1929CBFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B4F4810-BDDC-4BCA-AE16-F42E1B18FC2C}
EndGlobalSection
EndGlobal