-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Bible2PPT.sln
66 lines (66 loc) · 4.49 KB
/
Bible2PPT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32120.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bible2PPT", "Bible2PPT\Bible2PPT.csproj", "{140D4564-A6FF-47DE-93E3-726C7824DA20}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2F07E742-E57A-4966-8414-59CFA0A55910}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bible2PPT.Tests", "Bible2PPT.Tests\Bible2PPT.Tests.csproj", "{3F1A829F-CC87-4CA3-9926-290156473740}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bible2PPT.Services.BibleService", "Bible2PPT.Services.BibleService\Bible2PPT.Services.BibleService.csproj", "{019E801B-5248-4233-AAF7-EDA3CCA98F5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bible2PPT.Services.BuildService", "Bible2PPT.Services.BuildService\Bible2PPT.Services.BuildService.csproj", "{682503DF-758D-4164-988E-C779DA2D4970}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bible2PPT.Services.TemplateService", "Bible2PPT.Services.TemplateService\Bible2PPT.Services.TemplateService.csproj", "{0BF79A48-3D81-4F07-9AD0-C1B46D6B03D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bible2PPT.Services.BibleIndexService", "Bible2PPT.Services.BibleIndexService\Bible2PPT.Services.BibleIndexService.csproj", "{A19514EA-F240-4D24-A647-EF5EC371D788}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bible2PPT.Services.BibleIndexService.Tests", "Bible2PPT.Services.BibleIndexService.Tests\Bible2PPT.Services.BibleIndexService.Tests.csproj", "{7F0CAC37-E2D2-4748-A85E-AD954943FF88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{140D4564-A6FF-47DE-93E3-726C7824DA20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{140D4564-A6FF-47DE-93E3-726C7824DA20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{140D4564-A6FF-47DE-93E3-726C7824DA20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{140D4564-A6FF-47DE-93E3-726C7824DA20}.Release|Any CPU.Build.0 = Release|Any CPU
{3F1A829F-CC87-4CA3-9926-290156473740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F1A829F-CC87-4CA3-9926-290156473740}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F1A829F-CC87-4CA3-9926-290156473740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F1A829F-CC87-4CA3-9926-290156473740}.Release|Any CPU.Build.0 = Release|Any CPU
{019E801B-5248-4233-AAF7-EDA3CCA98F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{019E801B-5248-4233-AAF7-EDA3CCA98F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{019E801B-5248-4233-AAF7-EDA3CCA98F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{019E801B-5248-4233-AAF7-EDA3CCA98F5F}.Release|Any CPU.Build.0 = Release|Any CPU
{682503DF-758D-4164-988E-C779DA2D4970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{682503DF-758D-4164-988E-C779DA2D4970}.Debug|Any CPU.Build.0 = Debug|Any CPU
{682503DF-758D-4164-988E-C779DA2D4970}.Release|Any CPU.ActiveCfg = Release|Any CPU
{682503DF-758D-4164-988E-C779DA2D4970}.Release|Any CPU.Build.0 = Release|Any CPU
{0BF79A48-3D81-4F07-9AD0-C1B46D6B03D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BF79A48-3D81-4F07-9AD0-C1B46D6B03D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BF79A48-3D81-4F07-9AD0-C1B46D6B03D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BF79A48-3D81-4F07-9AD0-C1B46D6B03D2}.Release|Any CPU.Build.0 = Release|Any CPU
{A19514EA-F240-4D24-A647-EF5EC371D788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A19514EA-F240-4D24-A647-EF5EC371D788}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A19514EA-F240-4D24-A647-EF5EC371D788}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A19514EA-F240-4D24-A647-EF5EC371D788}.Release|Any CPU.Build.0 = Release|Any CPU
{7F0CAC37-E2D2-4748-A85E-AD954943FF88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F0CAC37-E2D2-4748-A85E-AD954943FF88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F0CAC37-E2D2-4748-A85E-AD954943FF88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F0CAC37-E2D2-4748-A85E-AD954943FF88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8BD1DA59-33A3-455B-A93F-834DB4454F08}
EndGlobalSection
EndGlobal