This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
DummyOwinAuth.sln
33 lines (33 loc) · 1.66 KB
/
DummyOwinAuth.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DummyOwinAuth", "DummyOwinAuth\DummyOwinAuth.csproj", "{C588F874-AB6D-44FB-8582-8F5903E61C2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6436DC2B-CA86-4288-BD55-1032C8C19452}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleMvcApp", "SampleMvcApp\SampleMvcApp.csproj", "{2B6A32DB-6136-4A3C-B5E1-36129EE3AB4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C588F874-AB6D-44FB-8582-8F5903E61C2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C588F874-AB6D-44FB-8582-8F5903E61C2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C588F874-AB6D-44FB-8582-8F5903E61C2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C588F874-AB6D-44FB-8582-8F5903E61C2C}.Release|Any CPU.Build.0 = Release|Any CPU
{2B6A32DB-6136-4A3C-B5E1-36129EE3AB4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B6A32DB-6136-4A3C-B5E1-36129EE3AB4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B6A32DB-6136-4A3C-B5E1-36129EE3AB4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B6A32DB-6136-4A3C-B5E1-36129EE3AB4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal