-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathClaimInjector.sln
37 lines (37 loc) · 2.36 KB
/
ClaimInjector.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Testing.Authentication.ClaimInjector", "AspNetCore.Testing.Authentication.ClaimInjector\AspNetCore.Testing.Authentication.ClaimInjector.csproj", "{D6034548-71E2-42D4-9907-229DBF026B2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Testing.Authentication.ClaimInjector.Test", "AspNetCore.Testing.Authentication.ClaimInjector.Test\AspNetCore.Testing.Authentication.ClaimInjector.Test.csproj", "{A12FD240-CF0C-4784-ADB9-60E7E5FCBCBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Testing.Authentication.ClaimInjector.Site", "AspNetCore.Testing.Authentication.ClaimInjector.Site\AspNetCore.Testing.Authentication.ClaimInjector.Site.csproj", "{99D27BB3-ED44-4779-AE5F-FAC0830E9519}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6034548-71E2-42D4-9907-229DBF026B2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6034548-71E2-42D4-9907-229DBF026B2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6034548-71E2-42D4-9907-229DBF026B2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6034548-71E2-42D4-9907-229DBF026B2A}.Release|Any CPU.Build.0 = Release|Any CPU
{A12FD240-CF0C-4784-ADB9-60E7E5FCBCBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A12FD240-CF0C-4784-ADB9-60E7E5FCBCBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A12FD240-CF0C-4784-ADB9-60E7E5FCBCBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A12FD240-CF0C-4784-ADB9-60E7E5FCBCBA}.Release|Any CPU.Build.0 = Release|Any CPU
{99D27BB3-ED44-4779-AE5F-FAC0830E9519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99D27BB3-ED44-4779-AE5F-FAC0830E9519}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99D27BB3-ED44-4779-AE5F-FAC0830E9519}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99D27BB3-ED44-4779-AE5F-FAC0830E9519}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {845DD725-9379-425F-BA84-83F27B87B215}
EndGlobalSection
EndGlobal