-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kattbot.sln
111 lines (111 loc) · 6.75 KB
/
Kattbot.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kattbot", "Kattbot\Kattbot.csproj", "{9EB340B8-8D7D-4BBA-A146-33F7A15B13CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kattbot.Tests", "Kattbot.Tests\Kattbot.Tests.csproj", "{1C2153F7-4660-4021-9864-8F1F704054BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D6F1BD9-5D5D-4C85-B254-B773679A5AF9}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Dotnet_cheatsheet.md = Dotnet_cheatsheet.md
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kattbot.Data", "Kattbot.Data\Kattbot.Data.csproj", "{F454BCE5-C964-4720-AD84-96A07FA7B8B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kattbot.Common", "Kattbot.Common\Kattbot.Common.csproj", "{FFC07C89-ECA8-4887-9376-DA43C5FC83AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kattbot.Data.Migrations", "Kattbot.Data.Migrations\Kattbot.Data.Migrations.csproj", "{D26776E6-F360-425C-9281-F4E7B176197E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{727EE4ED-CFEC-4BBC-B67A-3DA7F8EE3F1E}"
ProjectSection(SolutionItems) = preProject
scripts\kattbot-backup-db.sh = scripts\kattbot-backup-db.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{524F91BA-735B-4F73-BEDD-A3CC1DEB452C}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{DC675219-AB3D-40B1-BA7C-27C5613023BC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\release-v2.yml = .github\workflows\release-v2.yml
.github\workflows\restart-v2.yml = .github\workflows\restart-v2.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{26E4A78E-3DA9-4825-896B-4A9B0B017188}"
ProjectSection(SolutionItems) = preProject
docker\docker-compose.yml = docker\docker-compose.yml
docker\Dockerfile = docker\Dockerfile
docker\prod-compose.yml = docker\prod-compose.yml
docker\Prod.Dockerfile = docker\Prod.Dockerfile
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-vs", "docker-vs\docker-vs.dcproj", "{642D827F-5BA9-4177-AE3D-4BAEE013BC3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
NoVariablesDefault|Any CPU = NoVariablesDefault|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EB340B8-8D7D-4BBA-A146-33F7A15B13CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EB340B8-8D7D-4BBA-A146-33F7A15B13CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EB340B8-8D7D-4BBA-A146-33F7A15B13CE}.NoVariablesDefault|Any CPU.ActiveCfg = Release|Any CPU
{9EB340B8-8D7D-4BBA-A146-33F7A15B13CE}.NoVariablesDefault|Any CPU.Build.0 = Release|Any CPU
{9EB340B8-8D7D-4BBA-A146-33F7A15B13CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EB340B8-8D7D-4BBA-A146-33F7A15B13CE}.Release|Any CPU.Build.0 = Release|Any CPU
{1C2153F7-4660-4021-9864-8F1F704054BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C2153F7-4660-4021-9864-8F1F704054BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C2153F7-4660-4021-9864-8F1F704054BF}.NoVariablesDefault|Any CPU.ActiveCfg = Release|Any CPU
{1C2153F7-4660-4021-9864-8F1F704054BF}.NoVariablesDefault|Any CPU.Build.0 = Release|Any CPU
{1C2153F7-4660-4021-9864-8F1F704054BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C2153F7-4660-4021-9864-8F1F704054BF}.Release|Any CPU.Build.0 = Release|Any CPU
{F454BCE5-C964-4720-AD84-96A07FA7B8B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F454BCE5-C964-4720-AD84-96A07FA7B8B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F454BCE5-C964-4720-AD84-96A07FA7B8B1}.NoVariablesDefault|Any CPU.ActiveCfg = Release|Any CPU
{F454BCE5-C964-4720-AD84-96A07FA7B8B1}.NoVariablesDefault|Any CPU.Build.0 = Release|Any CPU
{F454BCE5-C964-4720-AD84-96A07FA7B8B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F454BCE5-C964-4720-AD84-96A07FA7B8B1}.Release|Any CPU.Build.0 = Release|Any CPU
{FFC07C89-ECA8-4887-9376-DA43C5FC83AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFC07C89-ECA8-4887-9376-DA43C5FC83AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFC07C89-ECA8-4887-9376-DA43C5FC83AB}.NoVariablesDefault|Any CPU.ActiveCfg = Release|Any CPU
{FFC07C89-ECA8-4887-9376-DA43C5FC83AB}.NoVariablesDefault|Any CPU.Build.0 = Release|Any CPU
{FFC07C89-ECA8-4887-9376-DA43C5FC83AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFC07C89-ECA8-4887-9376-DA43C5FC83AB}.Release|Any CPU.Build.0 = Release|Any CPU
{D26776E6-F360-425C-9281-F4E7B176197E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D26776E6-F360-425C-9281-F4E7B176197E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D26776E6-F360-425C-9281-F4E7B176197E}.NoVariablesDefault|Any CPU.ActiveCfg = Release|Any CPU
{D26776E6-F360-425C-9281-F4E7B176197E}.NoVariablesDefault|Any CPU.Build.0 = Release|Any CPU
{D26776E6-F360-425C-9281-F4E7B176197E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D26776E6-F360-425C-9281-F4E7B176197E}.Release|Any CPU.Build.0 = Release|Any CPU
{642D827F-5BA9-4177-AE3D-4BAEE013BC3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{642D827F-5BA9-4177-AE3D-4BAEE013BC3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{642D827F-5BA9-4177-AE3D-4BAEE013BC3F}.NoVariablesDefault|Any CPU.ActiveCfg = Release|Any CPU
{642D827F-5BA9-4177-AE3D-4BAEE013BC3F}.NoVariablesDefault|Any CPU.Build.0 = Release|Any CPU
{642D827F-5BA9-4177-AE3D-4BAEE013BC3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{642D827F-5BA9-4177-AE3D-4BAEE013BC3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{727EE4ED-CFEC-4BBC-B67A-3DA7F8EE3F1E} = {2D6F1BD9-5D5D-4C85-B254-B773679A5AF9}
{524F91BA-735B-4F73-BEDD-A3CC1DEB452C} = {2D6F1BD9-5D5D-4C85-B254-B773679A5AF9}
{DC675219-AB3D-40B1-BA7C-27C5613023BC} = {2D6F1BD9-5D5D-4C85-B254-B773679A5AF9}
{26E4A78E-3DA9-4825-896B-4A9B0B017188} = {2D6F1BD9-5D5D-4C85-B254-B773679A5AF9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49047B12-10BC-4E9D-9DA6-758947DF9CE8}
EndGlobalSection
EndGlobal