-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSearchIndexer.sln
More file actions
73 lines (73 loc) · 4.44 KB
/
SearchIndexer.sln
File metadata and controls
73 lines (73 loc) · 4.44 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
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "App\App.csproj", "{AE4FE36C-AAEA-4E55-AD8C-DAE7185BE567}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CF24010D-355E-43DA-A963-6615CE860D28}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Inputs", "Inputs", "{FC548FFF-F825-43C5-877B-1536B6A78A2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InputPlugin", "InputPlugins\InputPlugin\InputPlugin.csproj", "{913C6BBA-3E53-44CE-8CFF-D2E4E21994CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PodcastInputPlugin", "InputPlugins\PodcastInputPlugin\PodcastInputPlugin.csproj", "{15303F94-9381-4663-A45C-13F728E3D1B2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Outputs", "Outputs", "{154D82A5-F30F-4AAA-B430-AFC4B3BA4BEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OutputPlugin", "OutputPlugins\OutputPlugin\OutputPlugin.csproj", "{D0D0BBEB-CCE4-4A96-A96E-9524B861BA1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElasticsearchOutputPlugin", "OutputPlugins\ElasticsearchOutputPlugin\ElasticsearchOutputPlugin.csproj", "{E364690A-B576-446E-B066-6E57BBE32E9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{6698C697-EC0F-42B7-95F8-7D1AB978BB51}"
ProjectSection(SolutionItems) = preProject
Examples\elastic-docker-compose.yml = Examples\elastic-docker-compose.yml
Examples\elastic-podcast-index-definition.json = Examples\elastic-podcast-index-definition.json
Examples\podcast-feeds.json = Examples\podcast-feeds.json
Examples\readme.md = Examples\readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE4FE36C-AAEA-4E55-AD8C-DAE7185BE567}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE4FE36C-AAEA-4E55-AD8C-DAE7185BE567}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE4FE36C-AAEA-4E55-AD8C-DAE7185BE567}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE4FE36C-AAEA-4E55-AD8C-DAE7185BE567}.Release|Any CPU.Build.0 = Release|Any CPU
{913C6BBA-3E53-44CE-8CFF-D2E4E21994CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{913C6BBA-3E53-44CE-8CFF-D2E4E21994CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{913C6BBA-3E53-44CE-8CFF-D2E4E21994CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{913C6BBA-3E53-44CE-8CFF-D2E4E21994CE}.Release|Any CPU.Build.0 = Release|Any CPU
{15303F94-9381-4663-A45C-13F728E3D1B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15303F94-9381-4663-A45C-13F728E3D1B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15303F94-9381-4663-A45C-13F728E3D1B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15303F94-9381-4663-A45C-13F728E3D1B2}.Release|Any CPU.Build.0 = Release|Any CPU
{D0D0BBEB-CCE4-4A96-A96E-9524B861BA1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0D0BBEB-CCE4-4A96-A96E-9524B861BA1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0D0BBEB-CCE4-4A96-A96E-9524B861BA1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0D0BBEB-CCE4-4A96-A96E-9524B861BA1A}.Release|Any CPU.Build.0 = Release|Any CPU
{E364690A-B576-446E-B066-6E57BBE32E9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E364690A-B576-446E-B066-6E57BBE32E9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E364690A-B576-446E-B066-6E57BBE32E9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E364690A-B576-446E-B066-6E57BBE32E9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{913C6BBA-3E53-44CE-8CFF-D2E4E21994CE} = {FC548FFF-F825-43C5-877B-1536B6A78A2C}
{15303F94-9381-4663-A45C-13F728E3D1B2} = {FC548FFF-F825-43C5-877B-1536B6A78A2C}
{D0D0BBEB-CCE4-4A96-A96E-9524B861BA1A} = {154D82A5-F30F-4AAA-B430-AFC4B3BA4BEE}
{E364690A-B576-446E-B066-6E57BBE32E9B} = {154D82A5-F30F-4AAA-B430-AFC4B3BA4BEE}
{6698C697-EC0F-42B7-95F8-7D1AB978BB51} = {CF24010D-355E-43DA-A963-6615CE860D28}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44B05C06-CED4-41AB-BF57-9670CA8E1E00}
EndGlobalSection
EndGlobal