-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptureRenderingPipeline.sln
More file actions
64 lines (64 loc) · 4.31 KB
/
ScriptureRenderingPipeline.sln
File metadata and controls
64 lines (64 loc) · 4.31 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31606.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScriptureRenderingPipeline", "ScriptureRenderingPipeline\ScriptureRenderingPipeline.csproj", "{687E3D6E-929A-49D5-89CD-AD1F48875A57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BTTWriterCatalog", "BTTWriterCatalog\BTTWriterCatalog.csproj", "{B236BC3C-5335-47D7-B893-3D7260D5CF3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PipelineCommon", "PipelineCommon\PipelineCommon.csproj", "{B25AC782-56F5-4296-9F8D-FD1CC30185D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRPTests", "SRPTests\SRPTests.csproj", "{D5AAA1EE-6EB4-47CE-AE55-8D0B1E9BC7D4}"
ProjectSection(ProjectDependencies) = postProject
{687E3D6E-929A-49D5-89CD-AD1F48875A57} = {687E3D6E-929A-49D5-89CD-AD1F48875A57}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VerseReportingProcessor", "VerseReportingProcessor\VerseReportingProcessor.csproj", "{0E0793A4-3120-41CC-8A9F-FBFB916F0748}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateVerseCountsFromRepo", "CreateVerseCountsFromRepo\CreateVerseCountsFromRepo.csproj", "{46775823-C516-4630-8E6C-BF5FD2F6F834}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptureRenderingPipelineWorker", "ScriptureRenderingPipelineWorker\ScriptureRenderingPipelineWorker.csproj", "{016D3480-67EB-4AE0-8025-A90D14B329D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{687E3D6E-929A-49D5-89CD-AD1F48875A57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{687E3D6E-929A-49D5-89CD-AD1F48875A57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{687E3D6E-929A-49D5-89CD-AD1F48875A57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{687E3D6E-929A-49D5-89CD-AD1F48875A57}.Release|Any CPU.Build.0 = Release|Any CPU
{B236BC3C-5335-47D7-B893-3D7260D5CF3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B236BC3C-5335-47D7-B893-3D7260D5CF3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B236BC3C-5335-47D7-B893-3D7260D5CF3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B236BC3C-5335-47D7-B893-3D7260D5CF3F}.Release|Any CPU.Build.0 = Release|Any CPU
{B25AC782-56F5-4296-9F8D-FD1CC30185D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B25AC782-56F5-4296-9F8D-FD1CC30185D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B25AC782-56F5-4296-9F8D-FD1CC30185D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B25AC782-56F5-4296-9F8D-FD1CC30185D1}.Release|Any CPU.Build.0 = Release|Any CPU
{D5AAA1EE-6EB4-47CE-AE55-8D0B1E9BC7D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5AAA1EE-6EB4-47CE-AE55-8D0B1E9BC7D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5AAA1EE-6EB4-47CE-AE55-8D0B1E9BC7D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5AAA1EE-6EB4-47CE-AE55-8D0B1E9BC7D4}.Release|Any CPU.Build.0 = Release|Any CPU
{0E0793A4-3120-41CC-8A9F-FBFB916F0748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E0793A4-3120-41CC-8A9F-FBFB916F0748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E0793A4-3120-41CC-8A9F-FBFB916F0748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E0793A4-3120-41CC-8A9F-FBFB916F0748}.Release|Any CPU.Build.0 = Release|Any CPU
{46775823-C516-4630-8E6C-BF5FD2F6F834}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46775823-C516-4630-8E6C-BF5FD2F6F834}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46775823-C516-4630-8E6C-BF5FD2F6F834}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46775823-C516-4630-8E6C-BF5FD2F6F834}.Release|Any CPU.Build.0 = Release|Any CPU
{016D3480-67EB-4AE0-8025-A90D14B329D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{016D3480-67EB-4AE0-8025-A90D14B329D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{016D3480-67EB-4AE0-8025-A90D14B329D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{016D3480-67EB-4AE0-8025-A90D14B329D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7A893D1-87C8-4B21-86EF-09219663C8E8}
EndGlobalSection
EndGlobal