-
Notifications
You must be signed in to change notification settings - Fork 57
/
ApplicationInsights.Kubernetes.sln
54 lines (54 loc) · 3.08 KB
/
ApplicationInsights.Kubernetes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32203.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationInsights.Kubernetes", "src\ApplicationInsights.Kubernetes\ApplicationInsights.Kubernetes.csproj", "{B3829285-8FD8-437C-832C-F9A6E30D6DDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{A09A74D9-9F9A-4FD0-A7FB-72620B97BA9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{0D1FEF92-DCA3-49EE-8889-26F6574B541F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{EF66CE49-1BA2-4E06-A85F-D9D22DEB7363}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BCA8D8BF-71A7-4037-9C72-D65967766201}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
src\Directory.Build.props = src\Directory.Build.props
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationInsights.Kubernetes.HostingStartup", "src\ApplicationInsights.Kubernetes.HostingStartup\ApplicationInsights.Kubernetes.HostingStartup.csproj", "{B17BD867-8CB1-44BB-B253-CB9110ED6A86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3829285-8FD8-437C-832C-F9A6E30D6DDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3829285-8FD8-437C-832C-F9A6E30D6DDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3829285-8FD8-437C-832C-F9A6E30D6DDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3829285-8FD8-437C-832C-F9A6E30D6DDE}.Release|Any CPU.Build.0 = Release|Any CPU
{0D1FEF92-DCA3-49EE-8889-26F6574B541F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D1FEF92-DCA3-49EE-8889-26F6574B541F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D1FEF92-DCA3-49EE-8889-26F6574B541F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D1FEF92-DCA3-49EE-8889-26F6574B541F}.Release|Any CPU.Build.0 = Release|Any CPU
{B17BD867-8CB1-44BB-B253-CB9110ED6A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B17BD867-8CB1-44BB-B253-CB9110ED6A86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B17BD867-8CB1-44BB-B253-CB9110ED6A86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B17BD867-8CB1-44BB-B253-CB9110ED6A86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B3829285-8FD8-437C-832C-F9A6E30D6DDE} = {EF66CE49-1BA2-4E06-A85F-D9D22DEB7363}
{0D1FEF92-DCA3-49EE-8889-26F6574B541F} = {A09A74D9-9F9A-4FD0-A7FB-72620B97BA9C}
{B17BD867-8CB1-44BB-B253-CB9110ED6A86} = {EF66CE49-1BA2-4E06-A85F-D9D22DEB7363}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8125C723-33DB-4213-9BC8-BA9AC3433977}
EndGlobalSection
EndGlobal