-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrometheusCore.sln
79 lines (79 loc) · 5.1 KB
/
PrometheusCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrometheusCore", "PrometheusCore\PrometheusCore.csproj", "{C3DD4000-C021-4769-B8CE-326498098543}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{731B6272-C8BE-417F-9AD9-759E7A91B4CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrometheusCore.AspNet", "PrometheusCore.AspNet\PrometheusCore.AspNet.csproj", "{90C03262-2722-42F7-8922-6560D426189A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrometheusCore.Hosting", "PrometheusCore.Hosting\PrometheusCore.Hosting.csproj", "{82A961F6-BCDE-4761-9B57-CD3CB9123818}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrometheusCore.Abstractions", "PrometheusCore.Abstractions\PrometheusCore.Abstractions.csproj", "{8BAC7F12-D381-4E8E-BEFA-BB111F39DA06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetExample", "AspNetExample\AspNetExample.csproj", "{A577F701-CD14-4A0D-BEB6-971E0820086A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EC679DDD-772F-4130-AC9E-ED48CDA1B0D8}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
key.snk = key.snk
LICENSE = LICENSE
PrometheusCore.Abstractions.nuspec = PrometheusCore.Abstractions.nuspec
PrometheusCore.AspNet.nuspec = PrometheusCore.AspNet.nuspec
PrometheusCore.Collectors.nuspec = PrometheusCore.Collectors.nuspec
PrometheusCore.Hosting.nuspec = PrometheusCore.Hosting.nuspec
PrometheusCore.nuspec = PrometheusCore.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrometheusCore.Collectors", "PrometheusCore.Collectors\PrometheusCore.Collectors.csproj", "{9B964DF4-6BF9-4D21-BD58-D5DBE41E7F0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HostedExample", "HostedExample\HostedExample.csproj", "{EFF59506-19CC-4B01-81BE-203498699707}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3DD4000-C021-4769-B8CE-326498098543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3DD4000-C021-4769-B8CE-326498098543}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3DD4000-C021-4769-B8CE-326498098543}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3DD4000-C021-4769-B8CE-326498098543}.Release|Any CPU.Build.0 = Release|Any CPU
{731B6272-C8BE-417F-9AD9-759E7A91B4CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{731B6272-C8BE-417F-9AD9-759E7A91B4CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{731B6272-C8BE-417F-9AD9-759E7A91B4CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{731B6272-C8BE-417F-9AD9-759E7A91B4CF}.Release|Any CPU.Build.0 = Release|Any CPU
{90C03262-2722-42F7-8922-6560D426189A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90C03262-2722-42F7-8922-6560D426189A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90C03262-2722-42F7-8922-6560D426189A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90C03262-2722-42F7-8922-6560D426189A}.Release|Any CPU.Build.0 = Release|Any CPU
{82A961F6-BCDE-4761-9B57-CD3CB9123818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82A961F6-BCDE-4761-9B57-CD3CB9123818}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82A961F6-BCDE-4761-9B57-CD3CB9123818}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82A961F6-BCDE-4761-9B57-CD3CB9123818}.Release|Any CPU.Build.0 = Release|Any CPU
{8BAC7F12-D381-4E8E-BEFA-BB111F39DA06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BAC7F12-D381-4E8E-BEFA-BB111F39DA06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BAC7F12-D381-4E8E-BEFA-BB111F39DA06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BAC7F12-D381-4E8E-BEFA-BB111F39DA06}.Release|Any CPU.Build.0 = Release|Any CPU
{A577F701-CD14-4A0D-BEB6-971E0820086A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A577F701-CD14-4A0D-BEB6-971E0820086A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A577F701-CD14-4A0D-BEB6-971E0820086A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A577F701-CD14-4A0D-BEB6-971E0820086A}.Release|Any CPU.Build.0 = Release|Any CPU
{9B964DF4-6BF9-4D21-BD58-D5DBE41E7F0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B964DF4-6BF9-4D21-BD58-D5DBE41E7F0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B964DF4-6BF9-4D21-BD58-D5DBE41E7F0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B964DF4-6BF9-4D21-BD58-D5DBE41E7F0F}.Release|Any CPU.Build.0 = Release|Any CPU
{EFF59506-19CC-4B01-81BE-203498699707}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFF59506-19CC-4B01-81BE-203498699707}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFF59506-19CC-4B01-81BE-203498699707}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFF59506-19CC-4B01-81BE-203498699707}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA677526-0510-42A4-8173-4ACFC1CDB35C}
EndGlobalSection
EndGlobal