forked from prometheus-net/prometheus-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prometheus-net.sln
66 lines (66 loc) · 4.65 KB
/
prometheus-net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tester", "tester\tester.csproj", "{C0212A44-AE68-4315-BC20-3B8BB40A3F98}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "prometheus-net.shared", "prometheus-net.shared\prometheus-net.shared.shproj", "{E02A4181-E15F-40E7-8FA1-0859A15C5857}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prometheus-net.NET40", "prometheus-net.NET40\prometheus-net.NET40.csproj", "{4D74C8AE-B9DC-47B1-BCE2-C70044401A08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prometheus-net.NET45", "prometheus-net.NET45\prometheus-net.NET45.csproj", "{EE3B50BE-577B-4664-A347-CC737B7D5612}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37B6A73C-786B-4833-9D3B-2B4FA7456D10}"
ProjectSection(SolutionItems) = preProject
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
prometheus-net.nuspec = prometheus-net.nuspec
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "prometheus-net.sharedtests", "prometheus-net.sharedtests\prometheus-net.sharedtests.shproj", "{4010ED45-CBC7-4BF3-94A0-23AE2439D63B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prometheus-net.NET40.tests", "prometheus-net.NET40.tests\prometheus-net.NET40.tests.csproj", "{E5A9406E-1D18-42ED-BA5F-F8CB336FA13A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prometheus-net.NET45.tests", "prometheus-net.NET45.tests\prometheus-net.NET45.tests.csproj", "{D866F87B-7088-432C-AE36-10324815A25E}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
prometheus-net.sharedtests\prometheus-net.sharedtests.projitems*{4010ed45-cbc7-4bf3-94a0-23ae2439d63b}*SharedItemsImports = 13
prometheus-net.shared\prometheus-net.shared.projitems*{4d74c8ae-b9dc-47b1-bce2-c70044401a08}*SharedItemsImports = 4
prometheus-net.sharedtests\prometheus-net.sharedtests.projitems*{d866f87b-7088-432c-ae36-10324815a25e}*SharedItemsImports = 4
prometheus-net.shared\prometheus-net.shared.projitems*{d866f87b-7088-432c-ae36-10324815a25e}*SharedItemsImports = 4
prometheus-net.shared\prometheus-net.shared.projitems*{e02a4181-e15f-40e7-8fa1-0859a15c5857}*SharedItemsImports = 13
prometheus-net.sharedtests\prometheus-net.sharedtests.projitems*{e5a9406e-1d18-42ed-ba5f-f8cb336fa13a}*SharedItemsImports = 4
prometheus-net.shared\prometheus-net.shared.projitems*{e5a9406e-1d18-42ed-ba5f-f8cb336fa13a}*SharedItemsImports = 4
prometheus-net.shared\prometheus-net.shared.projitems*{ee3b50be-577b-4664-a347-cc737b7d5612}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0212A44-AE68-4315-BC20-3B8BB40A3F98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0212A44-AE68-4315-BC20-3B8BB40A3F98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0212A44-AE68-4315-BC20-3B8BB40A3F98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0212A44-AE68-4315-BC20-3B8BB40A3F98}.Release|Any CPU.Build.0 = Release|Any CPU
{4D74C8AE-B9DC-47B1-BCE2-C70044401A08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D74C8AE-B9DC-47B1-BCE2-C70044401A08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D74C8AE-B9DC-47B1-BCE2-C70044401A08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D74C8AE-B9DC-47B1-BCE2-C70044401A08}.Release|Any CPU.Build.0 = Release|Any CPU
{EE3B50BE-577B-4664-A347-CC737B7D5612}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE3B50BE-577B-4664-A347-CC737B7D5612}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE3B50BE-577B-4664-A347-CC737B7D5612}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE3B50BE-577B-4664-A347-CC737B7D5612}.Release|Any CPU.Build.0 = Release|Any CPU
{E5A9406E-1D18-42ED-BA5F-F8CB336FA13A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5A9406E-1D18-42ED-BA5F-F8CB336FA13A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5A9406E-1D18-42ED-BA5F-F8CB336FA13A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5A9406E-1D18-42ED-BA5F-F8CB336FA13A}.Release|Any CPU.Build.0 = Release|Any CPU
{D866F87B-7088-432C-AE36-10324815A25E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D866F87B-7088-432C-AE36-10324815A25E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D866F87B-7088-432C-AE36-10324815A25E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D866F87B-7088-432C-AE36-10324815A25E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal