This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Graphite.sln
111 lines (111 loc) · 6.59 KB
/
Graphite.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2D805782-756E-4C98-B22E-F502BEE95318}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
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
version.props = version.props
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-dashbaords\App Metrics - OAuth2 Client Monitoring - Graphite.json = visualization\grafana-dashbaords\App Metrics - OAuth2 Client Monitoring - Graphite.json
visualization\grafana-dashbaords\App Metrics - Web Monitoring - Graphite.json = visualization\grafana-dashbaords\App Metrics - Web Monitoring - Graphite.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandbox", "sandbox", "{70127293-B35A-4C1C-846F-75B26D0D2E73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.Reporting.Graphite", "src\App.Metrics.Reporting.Graphite\App.Metrics.Reporting.Graphite.csproj", "{29032D39-CDCB-410A-8ABF-3B76DF05B87A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{ACF00B7F-5725-4382-A694-8CE2E6F35566}"
ProjectSection(SolutionItems) = preProject
build\common.props = build\common.props
build\dependencies.props = build\dependencies.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.Formatters.Graphite", "src\App.Metrics.Formatters.Graphite\App.Metrics.Formatters.Graphite.csproj", "{7C62070B-9DC9-4ED1-B5FB-80089D23B7E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.Reporting.Graphite.Facts", "test\App.Metrics.Reporting.Graphite.Facts\App.Metrics.Reporting.Graphite.Facts.csproj", "{CA0F8731-85F7-4B7C-B846-26968EBA0FFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MetricsGraphiteSandboxMvc", "sandbox\MetricsGraphiteSandboxMvc\MetricsGraphiteSandboxMvc.csproj", "{E55935E2-2A57-4DD8-997E-341B0CBBA510}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MetricsGraphiteSandbox", "sandbox\MetricsGraphiteSandbox\MetricsGraphiteSandbox.csproj", "{D886809F-E61C-4215-9FF6-6F73019346B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29032D39-CDCB-410A-8ABF-3B76DF05B87A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29032D39-CDCB-410A-8ABF-3B76DF05B87A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29032D39-CDCB-410A-8ABF-3B76DF05B87A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29032D39-CDCB-410A-8ABF-3B76DF05B87A}.Release|Any CPU.Build.0 = Release|Any CPU
{7C62070B-9DC9-4ED1-B5FB-80089D23B7E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C62070B-9DC9-4ED1-B5FB-80089D23B7E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C62070B-9DC9-4ED1-B5FB-80089D23B7E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C62070B-9DC9-4ED1-B5FB-80089D23B7E6}.Release|Any CPU.Build.0 = Release|Any CPU
{CA0F8731-85F7-4B7C-B846-26968EBA0FFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA0F8731-85F7-4B7C-B846-26968EBA0FFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA0F8731-85F7-4B7C-B846-26968EBA0FFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA0F8731-85F7-4B7C-B846-26968EBA0FFA}.Release|Any CPU.Build.0 = Release|Any CPU
{E55935E2-2A57-4DD8-997E-341B0CBBA510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E55935E2-2A57-4DD8-997E-341B0CBBA510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E55935E2-2A57-4DD8-997E-341B0CBBA510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E55935E2-2A57-4DD8-997E-341B0CBBA510}.Release|Any CPU.Build.0 = Release|Any CPU
{D886809F-E61C-4215-9FF6-6F73019346B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D886809F-E61C-4215-9FF6-6F73019346B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D886809F-E61C-4215-9FF6-6F73019346B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D886809F-E61C-4215-9FF6-6F73019346B9}.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}
{29032D39-CDCB-410A-8ABF-3B76DF05B87A} = {2D805782-756E-4C98-B22E-F502BEE95318}
{ACF00B7F-5725-4382-A694-8CE2E6F35566} = {31A4DDB1-952E-4EED-96EF-29C669279A86}
{7C62070B-9DC9-4ED1-B5FB-80089D23B7E6} = {2D805782-756E-4C98-B22E-F502BEE95318}
{CA0F8731-85F7-4B7C-B846-26968EBA0FFA} = {DD2E4647-7125-4CE3-9BA5-B45A26113A31}
{E55935E2-2A57-4DD8-997E-341B0CBBA510} = {70127293-B35A-4C1C-846F-75B26D0D2E73}
{D886809F-E61C-4215-9FF6-6F73019346B9} = {70127293-B35A-4C1C-846F-75B26D0D2E73}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {532425D1-73C9-43EB-9089-E12B7077D6F0}
EndGlobalSection
EndGlobal