-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApplicationInsights.TelemetryReplication.sln
More file actions
91 lines (91 loc) · 6.55 KB
/
ApplicationInsights.TelemetryReplication.sln
File metadata and controls
91 lines (91 loc) · 6.55 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{41FA27C6-16D8-4545-A200-1296E2517B95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34C5B14D-824F-47A6-BDE8-456EA0D386BF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
dotnet-install.ps1 = dotnet-install.ps1
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FBB91218-CE1C-46AF-B522-C724F52A51A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{499FC42D-CB9C-4E14-808D-DD4967F69C8B}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApplicationInsights.TelemetryReplication", "src\ApplicationInsights.TelemetryReplication\ApplicationInsights.TelemetryReplication.xproj", "{ECEC2393-8168-455C-A710-A905C3892561}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApplicationInsights.TelemetryReplication.AspNetCore", "src\ApplicationInsights.TelemetryReplication.AspNetCore\ApplicationInsights.TelemetryReplication.AspNetCore.xproj", "{A90FD8BC-DF5D-4FC1-A7BA-7B249FD2ECF5}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApplicationInsights.TelemetryReplication.ElasticSearch", "src\ApplicationInsights.TelemetryReplication.ElasticSearch\ApplicationInsights.TelemetryReplication.ElasticSearch.xproj", "{57B4168F-BE69-4836-9193-DC843D7B4751}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApplicationInsights.TelemetryReplication.ElasticSearch.Tests", "test\ApplicationInsights.TelemetryReplication.ElasticSearch.Tests\ApplicationInsights.TelemetryReplication.ElasticSearch.Tests.xproj", "{5A53D513-23DF-42E6-A2CA-D78253933BEE}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApplicationInsights.TelemetryReplication.Tests", "test\ApplicationInsights.TelemetryReplication.Tests\ApplicationInsights.TelemetryReplication.Tests.xproj", "{309315C0-02F3-4B4F-85E3-685ADFF067D0}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApplicationInsights.TelemetryReplication.Logging", "src\ApplicationInsights.TelemetryReplication.Logging\ApplicationInsights.TelemetryReplication.Logging.xproj", "{83AF2027-8F34-43B8-B9F6-4A3ECD3606B5}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApplicationInsights.TelemetryReplication.Logging.Tests", "test\ApplicationInsights.TelemetryReplication.Logging.Tests\ApplicationInsights.TelemetryReplication.Logging.Tests.xproj", "{98CD367E-E630-466C-95BF-BFA1A43B3926}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Samples.AspNetCore", "samples\Samples.AspNetCore\Samples.AspNetCore.xproj", "{0AD53BA7-5FCA-4F64-B4A2-5E91129AD584}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECEC2393-8168-455C-A710-A905C3892561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECEC2393-8168-455C-A710-A905C3892561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECEC2393-8168-455C-A710-A905C3892561}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECEC2393-8168-455C-A710-A905C3892561}.Release|Any CPU.Build.0 = Release|Any CPU
{A90FD8BC-DF5D-4FC1-A7BA-7B249FD2ECF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A90FD8BC-DF5D-4FC1-A7BA-7B249FD2ECF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A90FD8BC-DF5D-4FC1-A7BA-7B249FD2ECF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A90FD8BC-DF5D-4FC1-A7BA-7B249FD2ECF5}.Release|Any CPU.Build.0 = Release|Any CPU
{57B4168F-BE69-4836-9193-DC843D7B4751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57B4168F-BE69-4836-9193-DC843D7B4751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57B4168F-BE69-4836-9193-DC843D7B4751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57B4168F-BE69-4836-9193-DC843D7B4751}.Release|Any CPU.Build.0 = Release|Any CPU
{5A53D513-23DF-42E6-A2CA-D78253933BEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A53D513-23DF-42E6-A2CA-D78253933BEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A53D513-23DF-42E6-A2CA-D78253933BEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A53D513-23DF-42E6-A2CA-D78253933BEE}.Release|Any CPU.Build.0 = Release|Any CPU
{309315C0-02F3-4B4F-85E3-685ADFF067D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{309315C0-02F3-4B4F-85E3-685ADFF067D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{309315C0-02F3-4B4F-85E3-685ADFF067D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{309315C0-02F3-4B4F-85E3-685ADFF067D0}.Release|Any CPU.Build.0 = Release|Any CPU
{83AF2027-8F34-43B8-B9F6-4A3ECD3606B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83AF2027-8F34-43B8-B9F6-4A3ECD3606B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83AF2027-8F34-43B8-B9F6-4A3ECD3606B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83AF2027-8F34-43B8-B9F6-4A3ECD3606B5}.Release|Any CPU.Build.0 = Release|Any CPU
{98CD367E-E630-466C-95BF-BFA1A43B3926}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98CD367E-E630-466C-95BF-BFA1A43B3926}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98CD367E-E630-466C-95BF-BFA1A43B3926}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98CD367E-E630-466C-95BF-BFA1A43B3926}.Release|Any CPU.Build.0 = Release|Any CPU
{0AD53BA7-5FCA-4F64-B4A2-5E91129AD584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AD53BA7-5FCA-4F64-B4A2-5E91129AD584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AD53BA7-5FCA-4F64-B4A2-5E91129AD584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AD53BA7-5FCA-4F64-B4A2-5E91129AD584}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECEC2393-8168-455C-A710-A905C3892561} = {41FA27C6-16D8-4545-A200-1296E2517B95}
{A90FD8BC-DF5D-4FC1-A7BA-7B249FD2ECF5} = {41FA27C6-16D8-4545-A200-1296E2517B95}
{57B4168F-BE69-4836-9193-DC843D7B4751} = {41FA27C6-16D8-4545-A200-1296E2517B95}
{5A53D513-23DF-42E6-A2CA-D78253933BEE} = {FBB91218-CE1C-46AF-B522-C724F52A51A8}
{309315C0-02F3-4B4F-85E3-685ADFF067D0} = {FBB91218-CE1C-46AF-B522-C724F52A51A8}
{83AF2027-8F34-43B8-B9F6-4A3ECD3606B5} = {41FA27C6-16D8-4545-A200-1296E2517B95}
{98CD367E-E630-466C-95BF-BFA1A43B3926} = {FBB91218-CE1C-46AF-B522-C724F52A51A8}
{0AD53BA7-5FCA-4F64-B4A2-5E91129AD584} = {499FC42D-CB9C-4E14-808D-DD4967F69C8B}
EndGlobalSection
EndGlobal