-
Notifications
You must be signed in to change notification settings - Fork 9
/
MiniProfiler.Elasticsearch.sln
70 lines (70 loc) · 3.82 KB
/
MiniProfiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniProfiler.Elasticsearch", "src\MiniProfiler.Elasticsearch\MiniProfiler.Elasticsearch.csproj", "{618356CB-5D70-48F3-8B1B-6DA56120E3AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{8991B302-DBA8-4CF8-88D2-5B276C9B37CB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
src\Directory.build.props = src\Directory.build.props
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{16FF3561-A014-426A-8B77-4F3AF9F7E1A3}"
ProjectSection(SolutionItems) = preProject
src\Directory.build.props = src\Directory.build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{F57D62CB-485F-4E7A-9A23-8165941D5F41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Elasticsearch.Core", "samples\Sample.Elasticsearch.Core\Sample.Elasticsearch.Core.csproj", "{275500BB-7676-4B66-93E3-422EF42A4678}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C0A0C99B-744D-4C56-A53E-E22C51137ADF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniProfiler.Elasticsearch.Tests", "tests\MiniProfiler.Elasticsearch.Tests\MiniProfiler.Elasticsearch.Tests.csproj", "{2CD0A79C-D950-44AE-BBEA-ACCD50BEF00E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{0A8BCF98-DC77-4CE9-B60B-3760D80E2955}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflow", "workflow", "{9E21EF9A-AF27-4ACB-8A0D-747D62A194E4}"
ProjectSection(SolutionItems) = preProject
.github\workflow\dotnet.yml = .github\workflow\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{618356CB-5D70-48F3-8B1B-6DA56120E3AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{618356CB-5D70-48F3-8B1B-6DA56120E3AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{618356CB-5D70-48F3-8B1B-6DA56120E3AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{618356CB-5D70-48F3-8B1B-6DA56120E3AC}.Release|Any CPU.Build.0 = Release|Any CPU
{275500BB-7676-4B66-93E3-422EF42A4678}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{275500BB-7676-4B66-93E3-422EF42A4678}.Debug|Any CPU.Build.0 = Debug|Any CPU
{275500BB-7676-4B66-93E3-422EF42A4678}.Release|Any CPU.ActiveCfg = Release|Any CPU
{275500BB-7676-4B66-93E3-422EF42A4678}.Release|Any CPU.Build.0 = Release|Any CPU
{2CD0A79C-D950-44AE-BBEA-ACCD50BEF00E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CD0A79C-D950-44AE-BBEA-ACCD50BEF00E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CD0A79C-D950-44AE-BBEA-ACCD50BEF00E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CD0A79C-D950-44AE-BBEA-ACCD50BEF00E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{618356CB-5D70-48F3-8B1B-6DA56120E3AC} = {16FF3561-A014-426A-8B77-4F3AF9F7E1A3}
{275500BB-7676-4B66-93E3-422EF42A4678} = {F57D62CB-485F-4E7A-9A23-8165941D5F41}
{2CD0A79C-D950-44AE-BBEA-ACCD50BEF00E} = {C0A0C99B-744D-4C56-A53E-E22C51137ADF}
{9E21EF9A-AF27-4ACB-8A0D-747D62A194E4} = {0A8BCF98-DC77-4CE9-B60B-3760D80E2955}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2F4A7BB-99F3-47A6-A169-C59AEFD8221D}
EndGlobalSection
EndGlobal