-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrometheus.Client.DependencyInjection.sln
24 lines (24 loc) · 1.4 KB
/
Prometheus.Client.DependencyInjection.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prometheus.Client.DependencyInjection", "src\Prometheus.Client.DependencyInjection.csproj", "{D21BC30A-2F08-4B82-A0B7-C7CED812FF73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prometheus.Client.DependencyInjection.Tests", "tests\Prometheus.Client.DependencyInjection.Tests.csproj", "{CE0316E6-C12A-4E11-AFA1-9B1C0C0DB2F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D21BC30A-2F08-4B82-A0B7-C7CED812FF73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D21BC30A-2F08-4B82-A0B7-C7CED812FF73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D21BC30A-2F08-4B82-A0B7-C7CED812FF73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D21BC30A-2F08-4B82-A0B7-C7CED812FF73}.Release|Any CPU.Build.0 = Release|Any CPU
{CE0316E6-C12A-4E11-AFA1-9B1C0C0DB2F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE0316E6-C12A-4E11-AFA1-9B1C0C0DB2F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE0316E6-C12A-4E11-AFA1-9B1C0C0DB2F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE0316E6-C12A-4E11-AFA1-9B1C0C0DB2F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal