-
Notifications
You must be signed in to change notification settings - Fork 0
/
GenericJwtAuth.sln
55 lines (55 loc) · 3.64 KB
/
GenericJwtAuth.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenericJwtAuth.DTO", "GenericJwtAuth.DTO\GenericJwtAuth.DTO.csproj", "{6DDC2475-02BF-4960-803B-880A00D681CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nivra.AzureOperations", "..\Nivra.AchievementsTimeline\Nivra.IdentityUsingAzureTable\Nivra.AzureOperations.csproj", "{CD66EE49-4167-449C-8F85-4AC08E35BB60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenericJwtAuth.Tests", "GenericJwtAuth.Tests\GenericJwtAuth.Tests.csproj", "{36182D92-D93F-4862-9BDA-C9C1DAC13D2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureTableIdentity.Web", "AzureTableIdentity.Web\AzureTableIdentity.Web.csproj", "{FCD48427-D356-4CE9-B2DB-DD7E3505ACBE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureTableIdentity.Core", "AzureTableIdentity.Core\AzureTableIdentity.Core.csproj", "{4BCEDC07-4BFE-4C1E-9F20-BEDB8AF3226C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nivra.Localization", "Nivra.Localization\Nivra.Localization.csproj", "{0DAF9B90-B892-41A2-AAA2-397079987C35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DDC2475-02BF-4960-803B-880A00D681CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DDC2475-02BF-4960-803B-880A00D681CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DDC2475-02BF-4960-803B-880A00D681CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DDC2475-02BF-4960-803B-880A00D681CA}.Release|Any CPU.Build.0 = Release|Any CPU
{CD66EE49-4167-449C-8F85-4AC08E35BB60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD66EE49-4167-449C-8F85-4AC08E35BB60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD66EE49-4167-449C-8F85-4AC08E35BB60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD66EE49-4167-449C-8F85-4AC08E35BB60}.Release|Any CPU.Build.0 = Release|Any CPU
{36182D92-D93F-4862-9BDA-C9C1DAC13D2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36182D92-D93F-4862-9BDA-C9C1DAC13D2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36182D92-D93F-4862-9BDA-C9C1DAC13D2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36182D92-D93F-4862-9BDA-C9C1DAC13D2F}.Release|Any CPU.Build.0 = Release|Any CPU
{FCD48427-D356-4CE9-B2DB-DD7E3505ACBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCD48427-D356-4CE9-B2DB-DD7E3505ACBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCD48427-D356-4CE9-B2DB-DD7E3505ACBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCD48427-D356-4CE9-B2DB-DD7E3505ACBE}.Release|Any CPU.Build.0 = Release|Any CPU
{4BCEDC07-4BFE-4C1E-9F20-BEDB8AF3226C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BCEDC07-4BFE-4C1E-9F20-BEDB8AF3226C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BCEDC07-4BFE-4C1E-9F20-BEDB8AF3226C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BCEDC07-4BFE-4C1E-9F20-BEDB8AF3226C}.Release|Any CPU.Build.0 = Release|Any CPU
{0DAF9B90-B892-41A2-AAA2-397079987C35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DAF9B90-B892-41A2-AAA2-397079987C35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DAF9B90-B892-41A2-AAA2-397079987C35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DAF9B90-B892-41A2-AAA2-397079987C35}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60EAA24C-1F36-45E5-B713-DC5B6B5E8F3D}
EndGlobalSection
EndGlobal