forked from dtPaTh/ApplicationInsightsExporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ApplicationInsightsExporter.sln
44 lines (44 loc) · 2.45 KB
/
ApplicationInsightsExporter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationInsightsForwarder", "ApplicationInsightsForwarder\ApplicationInsightsForwarder.csproj", "{5D1B5637-9B86-44C9-8C4B-8AE468ED175C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationInsights2OLTP", "ApplicationInsights2OLTP\ApplicationInsights2OLTP.csproj", "{4F41F104-8FED-40B4-B372-75788F82F592}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationInsightsTest", "ApplicationInsightsTest\ApplicationInsightsTest.csproj", "{4C583C68-D6DC-4233-AD6D-076BDC72E20D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B32C782-BED1-45F7-8FF6-8919C2307D78}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
otel_collector_config.yaml = otel_collector_config.yaml
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D1B5637-9B86-44C9-8C4B-8AE468ED175C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D1B5637-9B86-44C9-8C4B-8AE468ED175C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D1B5637-9B86-44C9-8C4B-8AE468ED175C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D1B5637-9B86-44C9-8C4B-8AE468ED175C}.Release|Any CPU.Build.0 = Release|Any CPU
{4F41F104-8FED-40B4-B372-75788F82F592}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F41F104-8FED-40B4-B372-75788F82F592}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F41F104-8FED-40B4-B372-75788F82F592}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F41F104-8FED-40B4-B372-75788F82F592}.Release|Any CPU.Build.0 = Release|Any CPU
{4C583C68-D6DC-4233-AD6D-076BDC72E20D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C583C68-D6DC-4233-AD6D-076BDC72E20D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C583C68-D6DC-4233-AD6D-076BDC72E20D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C583C68-D6DC-4233-AD6D-076BDC72E20D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90617CB6-BAC3-4ED5-A84D-BE7DB7ED8912}
EndGlobalSection
EndGlobal