-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAccidentalFish.AspNet.Identity.Azure.sln
More file actions
52 lines (52 loc) · 3.38 KB
/
AccidentalFish.AspNet.Identity.Azure.sln
File metadata and controls
52 lines (52 loc) · 3.38 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
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30324.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccidentalFish.AspNet.Identity.Azure", "AccidentalFish.AspNet.Identity.Azure\AccidentalFish.AspNet.Identity.Azure.csproj", "{AD659E28-6C2F-49B6-B00D-A3E2F08ABB0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI2AuthenticationExample.Web", "WebAPI2AuthenticationExample.Web\WebAPI2AuthenticationExample.Web.csproj", "{8C2C969E-7C2E-4851-B31E-550FB92F8B08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Packaging", "Packaging", "{6D32155C-E562-4A47-AA36-0DE1CC6F1C5A}"
ProjectSection(SolutionItems) = preProject
AccidentalFish.AspNet.Identity.Azure\nuget\AccidentalFish.AspNet.Identity.Azure.nuspec = AccidentalFish.AspNet.Identity.Azure\nuget\AccidentalFish.AspNet.Identity.Azure.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC5AuthenticationExample.Web", "MVC5AuthenticationExample.Web\MVC5AuthenticationExample.Web.csproj", "{70D0047C-5CC7-44B8-97F2-17E11E6B072A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{563167C1-26C1-4C8C-AC01-AC92E4A6690C}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC5AuthenticationIdentityProvider2Example.Web", "MVC5AuthenticationIdentityProvider2Example.Web\MVC5AuthenticationIdentityProvider2Example.Web.csproj", "{D9EA03E5-7E07-47E4-A3C6-CBFF463E0EB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD659E28-6C2F-49B6-B00D-A3E2F08ABB0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD659E28-6C2F-49B6-B00D-A3E2F08ABB0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD659E28-6C2F-49B6-B00D-A3E2F08ABB0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD659E28-6C2F-49B6-B00D-A3E2F08ABB0C}.Release|Any CPU.Build.0 = Release|Any CPU
{8C2C969E-7C2E-4851-B31E-550FB92F8B08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C2C969E-7C2E-4851-B31E-550FB92F8B08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C2C969E-7C2E-4851-B31E-550FB92F8B08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C2C969E-7C2E-4851-B31E-550FB92F8B08}.Release|Any CPU.Build.0 = Release|Any CPU
{70D0047C-5CC7-44B8-97F2-17E11E6B072A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70D0047C-5CC7-44B8-97F2-17E11E6B072A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70D0047C-5CC7-44B8-97F2-17E11E6B072A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70D0047C-5CC7-44B8-97F2-17E11E6B072A}.Release|Any CPU.Build.0 = Release|Any CPU
{D9EA03E5-7E07-47E4-A3C6-CBFF463E0EB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9EA03E5-7E07-47E4-A3C6-CBFF463E0EB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9EA03E5-7E07-47E4-A3C6-CBFF463E0EB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9EA03E5-7E07-47E4-A3C6-CBFF463E0EB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal