-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathBing.Elasticsearch.sln
89 lines (89 loc) · 5.33 KB
/
Bing.Elasticsearch.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
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}") = "Bing.Elasticsearch", "src\Bing.Elasticsearch\Bing.Elasticsearch.csproj", "{A1DDAB86-3F28-486A-AD74-CDAB7F94EA7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01-src", "01-src", "{5AE80A89-12CD-40B2-8C1F-44B93E189063}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02-tests", "02-tests", "{A7F27E6A-30F8-49C4-B1F6-BA92354222C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.Elasticsearch.Tests", "tests\Bing.Elasticsearch.Tests\Bing.Elasticsearch.Tests.csproj", "{360120C9-92F1-400B-8A8E-C9570CFA7CC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03-samples", "03-samples", "{72B2A1A6-7745-4A1B-91D0-514AC55E6A6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.Elasticsearch.ConsoleSample", "samples\Bing.Elasticsearch.ConsoleSample\Bing.Elasticsearch.ConsoleSample.csproj", "{E43DDCA3-A4DE-46D7-918D-37F960D06B28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.Elasticsearch.WinformSample", "samples\Bing.Elasticsearch.WinformSample\Bing.Elasticsearch.WinformSample.csproj", "{081A8A4B-6730-4646-8263-703D686DE866}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.Extensions.Elasticsearch", "src\Bing.Extensions.Elasticsearch\Bing.Extensions.Elasticsearch.csproj", "{48567761-E7E4-4C07-AD42-A91A870342BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_SolutionItems", "_SolutionItems", "{69DE1812-2212-49D3-AE5B-5879E808409D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
common.props = common.props
LICENSE = LICENSE
Publish.bat = Publish.bat
README.md = README.md
version.dev.props = version.dev.props
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "asset", "asset", "{A810AF16-6D16-4575-B8C1-407020AC3D51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{EF57FEDA-1AA5-481C-83D9-762D46465A6E}"
ProjectSection(SolutionItems) = preProject
asset\images\icon.png = asset\images\icon.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "props", "props", "{DC7CEC85-7D6A-4EF8-812F-28DD8B366909}"
ProjectSection(SolutionItems) = preProject
asset\props\misc.props = asset\props\misc.props
asset\props\package.props = asset\props\package.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1DDAB86-3F28-486A-AD74-CDAB7F94EA7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1DDAB86-3F28-486A-AD74-CDAB7F94EA7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1DDAB86-3F28-486A-AD74-CDAB7F94EA7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1DDAB86-3F28-486A-AD74-CDAB7F94EA7B}.Release|Any CPU.Build.0 = Release|Any CPU
{360120C9-92F1-400B-8A8E-C9570CFA7CC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{360120C9-92F1-400B-8A8E-C9570CFA7CC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{360120C9-92F1-400B-8A8E-C9570CFA7CC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{360120C9-92F1-400B-8A8E-C9570CFA7CC3}.Release|Any CPU.Build.0 = Release|Any CPU
{E43DDCA3-A4DE-46D7-918D-37F960D06B28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E43DDCA3-A4DE-46D7-918D-37F960D06B28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E43DDCA3-A4DE-46D7-918D-37F960D06B28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E43DDCA3-A4DE-46D7-918D-37F960D06B28}.Release|Any CPU.Build.0 = Release|Any CPU
{081A8A4B-6730-4646-8263-703D686DE866}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{081A8A4B-6730-4646-8263-703D686DE866}.Debug|Any CPU.Build.0 = Debug|Any CPU
{081A8A4B-6730-4646-8263-703D686DE866}.Release|Any CPU.ActiveCfg = Release|Any CPU
{081A8A4B-6730-4646-8263-703D686DE866}.Release|Any CPU.Build.0 = Release|Any CPU
{48567761-E7E4-4C07-AD42-A91A870342BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48567761-E7E4-4C07-AD42-A91A870342BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48567761-E7E4-4C07-AD42-A91A870342BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48567761-E7E4-4C07-AD42-A91A870342BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A1DDAB86-3F28-486A-AD74-CDAB7F94EA7B} = {5AE80A89-12CD-40B2-8C1F-44B93E189063}
{360120C9-92F1-400B-8A8E-C9570CFA7CC3} = {A7F27E6A-30F8-49C4-B1F6-BA92354222C1}
{E43DDCA3-A4DE-46D7-918D-37F960D06B28} = {72B2A1A6-7745-4A1B-91D0-514AC55E6A6A}
{081A8A4B-6730-4646-8263-703D686DE866} = {72B2A1A6-7745-4A1B-91D0-514AC55E6A6A}
{48567761-E7E4-4C07-AD42-A91A870342BC} = {5AE80A89-12CD-40B2-8C1F-44B93E189063}
{A810AF16-6D16-4575-B8C1-407020AC3D51} = {69DE1812-2212-49D3-AE5B-5879E808409D}
{EF57FEDA-1AA5-481C-83D9-762D46465A6E} = {A810AF16-6D16-4575-B8C1-407020AC3D51}
{DC7CEC85-7D6A-4EF8-812F-28DD8B366909} = {A810AF16-6D16-4575-B8C1-407020AC3D51}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88496F4E-9454-4B28-A676-4F17E15C22D2}
EndGlobalSection
EndGlobal