-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlazorWebAssemblyPrometheusExample.sln
43 lines (43 loc) · 2.61 KB
/
BlazorWebAssemblyPrometheusExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{2618737C-D472-49FC-A8D5-23A6183836D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebAssemblyPrometheus.Server", "Server\BlazorWebAssemblyPrometheus.Server.csproj", "{30B68B9A-5BEA-4027-8C81-3E17185B2361}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebAssemblyPrometheus.Client", "Client\BlazorWebAssemblyPrometheus.Client.csproj", "{7AF4896C-9A1F-4D1F-BF53-E670DD8AE135}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWebAssemblyPrometheus.Shared", "Shared\BlazorWebAssemblyPrometheus.Shared.csproj", "{7E0E7E93-6BA3-47F0-B0FC-54732501723E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2618737C-D472-49FC-A8D5-23A6183836D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2618737C-D472-49FC-A8D5-23A6183836D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2618737C-D472-49FC-A8D5-23A6183836D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2618737C-D472-49FC-A8D5-23A6183836D1}.Release|Any CPU.Build.0 = Release|Any CPU
{30B68B9A-5BEA-4027-8C81-3E17185B2361}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30B68B9A-5BEA-4027-8C81-3E17185B2361}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30B68B9A-5BEA-4027-8C81-3E17185B2361}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30B68B9A-5BEA-4027-8C81-3E17185B2361}.Release|Any CPU.Build.0 = Release|Any CPU
{7AF4896C-9A1F-4D1F-BF53-E670DD8AE135}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AF4896C-9A1F-4D1F-BF53-E670DD8AE135}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AF4896C-9A1F-4D1F-BF53-E670DD8AE135}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AF4896C-9A1F-4D1F-BF53-E670DD8AE135}.Release|Any CPU.Build.0 = Release|Any CPU
{7E0E7E93-6BA3-47F0-B0FC-54732501723E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E0E7E93-6BA3-47F0-B0FC-54732501723E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E0E7E93-6BA3-47F0-B0FC-54732501723E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E0E7E93-6BA3-47F0-B0FC-54732501723E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE6E6E87-6FE3-479A-8458-7367B746153D}
EndGlobalSection
EndGlobal