-
Notifications
You must be signed in to change notification settings - Fork 0
/
Voting.Grafana.sln
56 lines (56 loc) · 3.02 KB
/
Voting.Grafana.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Voting.Grafana", "Voting.Grafana\Voting.Grafana.csproj", "{C024793C-1CDE-4FAB-AB7B-1FE59EBB91B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DockerComposeConfigFiles", "DockerComposeConfigFiles", "{0363D3BF-2B00-4681-8CAC-B3B7461F1B86}"
ProjectSection(SolutionItems) = preProject
loki\loki-config.yaml = loki\loki-config.yaml
prometheus\prometheus-config.yml = prometheus\prometheus-config.yml
promtail\promtail-config.yaml = promtail\promtail-config.yaml
tempo\tempo-config.yaml = tempo\tempo-config.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "k6Tests", "k6Tests", "{1246A995-1AB7-4BB0-89BB-431FE99DD514}"
ProjectSection(SolutionItems) = preProject
k6\tests\vote-test-01.js = k6\tests\vote-test-01.js
k6\tests\vote-test-multi.js = k6\tests\vote-test-multi.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6D7F0EE-4877-42AC-B6FD-CBE5C9C1BBB1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Voting.VoterInfo.Api", "Voting.VoterInfo.Api\Voting.VoterInfo.Api.csproj", "{BCAC3E68-1A3F-4DBA-901F-7F688C6DF5D4}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{C254DECF-D2E0-43D4-82C6-CBDA7453617C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C024793C-1CDE-4FAB-AB7B-1FE59EBB91B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C024793C-1CDE-4FAB-AB7B-1FE59EBB91B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C024793C-1CDE-4FAB-AB7B-1FE59EBB91B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C024793C-1CDE-4FAB-AB7B-1FE59EBB91B9}.Release|Any CPU.Build.0 = Release|Any CPU
{BCAC3E68-1A3F-4DBA-901F-7F688C6DF5D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCAC3E68-1A3F-4DBA-901F-7F688C6DF5D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCAC3E68-1A3F-4DBA-901F-7F688C6DF5D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCAC3E68-1A3F-4DBA-901F-7F688C6DF5D4}.Release|Any CPU.Build.0 = Release|Any CPU
{C254DECF-D2E0-43D4-82C6-CBDA7453617C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C254DECF-D2E0-43D4-82C6-CBDA7453617C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C254DECF-D2E0-43D4-82C6-CBDA7453617C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C254DECF-D2E0-43D4-82C6-CBDA7453617C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E82DD698-6AAD-4601-B0A1-F50CFBA8A254}
EndGlobalSection
EndGlobal