This repository was archived by the owner on Jan 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrometheusNet.Owin.sln
More file actions
40 lines (40 loc) · 2.16 KB
/
PrometheusNet.Owin.sln
File metadata and controls
40 lines (40 loc) · 2.16 KB
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
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}") = "PrometheusNet.Owin", "src\PrometheusNet.Owin\PrometheusNet.Owin.csproj", "{EEAFF143-F8CA-45FF-A15A-61BDC105E492}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "owin-tester", "src\owin-tester\owin-tester.csproj", "{B1DDBE27-0F2B-4877-8315-004AF97E64AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ProjectItems", "ProjectItems", "{45BBDD34-64B5-4E9E-89BC-913118C5013C}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrometheusNet.Owin.Ninject", "src\PrometheusNet.Owin.Ninject\PrometheusNet.Owin.Ninject.csproj", "{3223A389-F230-4F56-9A2E-DCB39527A6D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEAFF143-F8CA-45FF-A15A-61BDC105E492}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEAFF143-F8CA-45FF-A15A-61BDC105E492}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEAFF143-F8CA-45FF-A15A-61BDC105E492}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEAFF143-F8CA-45FF-A15A-61BDC105E492}.Release|Any CPU.Build.0 = Release|Any CPU
{B1DDBE27-0F2B-4877-8315-004AF97E64AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1DDBE27-0F2B-4877-8315-004AF97E64AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1DDBE27-0F2B-4877-8315-004AF97E64AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3223A389-F230-4F56-9A2E-DCB39527A6D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3223A389-F230-4F56-9A2E-DCB39527A6D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3223A389-F230-4F56-9A2E-DCB39527A6D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3223A389-F230-4F56-9A2E-DCB39527A6D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal