-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BibleTalkAI.LanguageOptions.sln
56 lines (56 loc) · 2.83 KB
/
BibleTalkAI.LanguageOptions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34518.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BibleTalkAI.LanguageOptions", "BibleTalkAI.LanguageOptions\BibleTalkAI.LanguageOptions.csproj", "{3FA8DF4B-7E7F-41FD-ACC8-B9D01B2CD73A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{203BB41E-2224-4D66-9904-3E5ED9F3E3D8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{6F66355D-1171-4507-97FF-36B60394FEED}"
ProjectSection(SolutionItems) = preProject
.github\CODEOWNERS = .github\CODEOWNERS
.github\CODE_OF_CONDUCT.md = .github\CODE_OF_CONDUCT.md
.github\FUNDING.yml = .github\FUNDING.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{77D2FB74-B0E4-4A7B-A4AD-9DE9869E79E0}"
ProjectSection(SolutionItems) = preProject
.github\workflows\auto-assign.yml = .github\workflows\auto-assign.yml
.github\workflows\pr-build.yml = .github\workflows\pr-build.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BibleTalkAI.LanguageOptions.Tests", "BibleTalkAI.LanguageOptions.Tests\BibleTalkAI.LanguageOptions.Tests.csproj", "{57EA7698-D439-4430-8755-68FAE79FEC1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FA8DF4B-7E7F-41FD-ACC8-B9D01B2CD73A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FA8DF4B-7E7F-41FD-ACC8-B9D01B2CD73A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FA8DF4B-7E7F-41FD-ACC8-B9D01B2CD73A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FA8DF4B-7E7F-41FD-ACC8-B9D01B2CD73A}.Release|Any CPU.Build.0 = Release|Any CPU
{57EA7698-D439-4430-8755-68FAE79FEC1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57EA7698-D439-4430-8755-68FAE79FEC1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57EA7698-D439-4430-8755-68FAE79FEC1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57EA7698-D439-4430-8755-68FAE79FEC1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{77D2FB74-B0E4-4A7B-A4AD-9DE9869E79E0} = {6F66355D-1171-4507-97FF-36B60394FEED}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96398ED4-C561-4EBD-961D-0D039489F9C4}
EndGlobalSection
EndGlobal