forked from AppMetrics/Prometheus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppMetrics.Extensions.Prometheus.sln
75 lines (75 loc) · 3.98 KB
/
AppMetrics.Extensions.Prometheus.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
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2D805782-756E-4C98-B22E-F502BEE95318}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{31A4DDB1-952E-4EED-96EF-29C669279A86}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
AppMetrics.ruleset = AppMetrics.ruleset
appveyor.yml = appveyor.yml
global.json = global.json
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{DD2E4647-7125-4CE3-9BA5-B45A26113A31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cake", "Cake", "{E1A943F7-5493-4B64-A448-3E9EEA582E20}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
build_travis.sh = build_travis.sh
tools\packages.config = tools\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Git", "Git", "{4199989A-27B6-4A6A-99C2-1AF6B01DA5EB}"
ProjectSection(SolutionItems) = preProject
GitReleaseManager.yaml = GitReleaseManager.yaml
ISSUE_TEMPLATE.md = ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "visualization", "visualization", "{5BC3B2AF-AFC7-4C92-BD1E-D347E83B2497}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "grafana-dashboards", "grafana-dashboards", "{44E50731-4AE5-456F-A84C-CE3C4C977097}"
ProjectSection(SolutionItems) = preProject
visualization\grafana-dashboards\App.Metrics.Sandbox-Prometheus-GenericWeb.json = visualization\grafana-dashboards\App.Metrics.Sandbox-Prometheus-GenericWeb.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.Formatters.Prometheus", "src\App.Metrics.Formatters.Prometheus\App.Metrics.Formatters.Prometheus.csproj", "{1DED33F4-95EC-44E2-BCE8-09730375333C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandbox", "sandbox", "{A428EA40-E02B-4B19-9401-E9607C93E057}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.Prometheus.Sandbox", "sandbox\App.Metrics.Prometheus.Sandbox\App.Metrics.Prometheus.Sandbox.csproj", "{31640008-3436-49E6-97C8-A2EA31C4F85C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DED33F4-95EC-44E2-BCE8-09730375333C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DED33F4-95EC-44E2-BCE8-09730375333C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DED33F4-95EC-44E2-BCE8-09730375333C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DED33F4-95EC-44E2-BCE8-09730375333C}.Release|Any CPU.Build.0 = Release|Any CPU
{31640008-3436-49E6-97C8-A2EA31C4F85C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31640008-3436-49E6-97C8-A2EA31C4F85C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31640008-3436-49E6-97C8-A2EA31C4F85C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31640008-3436-49E6-97C8-A2EA31C4F85C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E1A943F7-5493-4B64-A448-3E9EEA582E20} = {31A4DDB1-952E-4EED-96EF-29C669279A86}
{4199989A-27B6-4A6A-99C2-1AF6B01DA5EB} = {31A4DDB1-952E-4EED-96EF-29C669279A86}
{5BC3B2AF-AFC7-4C92-BD1E-D347E83B2497} = {31A4DDB1-952E-4EED-96EF-29C669279A86}
{44E50731-4AE5-456F-A84C-CE3C4C977097} = {5BC3B2AF-AFC7-4C92-BD1E-D347E83B2497}
{1DED33F4-95EC-44E2-BCE8-09730375333C} = {2D805782-756E-4C98-B22E-F502BEE95318}
{31640008-3436-49E6-97C8-A2EA31C4F85C} = {A428EA40-E02B-4B19-9401-E9607C93E057}
EndGlobalSection
EndGlobal