-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAM.Extensions.Logging.ElasticSearch.sln
More file actions
42 lines (42 loc) · 2.38 KB
/
AM.Extensions.Logging.ElasticSearch.sln
File metadata and controls
42 lines (42 loc) · 2.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2011
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM.Extensions.Logging.ElasticSearch", "src\ElasticSearch.Extensions.Logging\AM.Extensions.Logging.ElasticSearch.csproj", "{4FE1544C-93B8-4BA4-AA77-0B7A902DA2FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "example\SampleApp\SampleApp.csproj", "{34E5DAE8-4E57-4359-BCD2-8B0ADD00B833}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{68247023-A902-41D2-9500-42D40551A179}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElasticLogger.Test", "src\ElasticLogger.Test\ElasticLogger.Test.csproj", "{DD0BE474-8C02-44FF-9FFD-FC684CB17C40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FE1544C-93B8-4BA4-AA77-0B7A902DA2FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FE1544C-93B8-4BA4-AA77-0B7A902DA2FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FE1544C-93B8-4BA4-AA77-0B7A902DA2FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FE1544C-93B8-4BA4-AA77-0B7A902DA2FF}.Release|Any CPU.Build.0 = Release|Any CPU
{34E5DAE8-4E57-4359-BCD2-8B0ADD00B833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34E5DAE8-4E57-4359-BCD2-8B0ADD00B833}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34E5DAE8-4E57-4359-BCD2-8B0ADD00B833}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34E5DAE8-4E57-4359-BCD2-8B0ADD00B833}.Release|Any CPU.Build.0 = Release|Any CPU
{DD0BE474-8C02-44FF-9FFD-FC684CB17C40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD0BE474-8C02-44FF-9FFD-FC684CB17C40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD0BE474-8C02-44FF-9FFD-FC684CB17C40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD0BE474-8C02-44FF-9FFD-FC684CB17C40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DD0BE474-8C02-44FF-9FFD-FC684CB17C40} = {68247023-A902-41D2-9500-42D40551A179}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A43E2A0D-C329-4959-A806-ACFFC9DACDB5}
EndGlobalSection
EndGlobal