-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAltinn.Platform.Authentication.sln
55 lines (55 loc) · 3.86 KB
/
Altinn.Platform.Authentication.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 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Platform.Authentication", "src\Authentication\Altinn.Platform.Authentication.csproj", "{A7470874-7D29-4526-A9C6-4133595C1182}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Platform.Authentication.Tests", "test\Altinn.Platform.Authentication.Tests\Altinn.Platform.Authentication.Tests.csproj", "{BBEE9804-91DA-4244-9795-A49D83465D52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Platform.Authentication.Persistance", "src\Persistance\Altinn.Platform.Authentication.Persistance.csproj", "{2AB77F2E-870A-40AC-B0FF-22616A7CF028}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Platform.Authentication.Core", "src\Core\Altinn.Platform.Authentication.Core.csproj", "{67A2F8EE-5492-4F13-9E9B-8E71B5AF95DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Altinn.Platform.Authentication.Integration", "src\Integration\Altinn.Platform.Authentication.Integration.csproj", "{A367652C-B409-40DE-8ACA-C65FF1107E78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Altinn.Platform.Authentication.SystemIntegrationTests", "test\Altinn.Platform.Authentication.SystemIntegrationTests\Altinn.Platform.Authentication.SystemIntegrationTests.csproj", "{A1228D39-231E-4301-82D2-0524F49A01EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7470874-7D29-4526-A9C6-4133595C1182}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7470874-7D29-4526-A9C6-4133595C1182}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7470874-7D29-4526-A9C6-4133595C1182}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7470874-7D29-4526-A9C6-4133595C1182}.Release|Any CPU.Build.0 = Release|Any CPU
{BBEE9804-91DA-4244-9795-A49D83465D52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBEE9804-91DA-4244-9795-A49D83465D52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBEE9804-91DA-4244-9795-A49D83465D52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBEE9804-91DA-4244-9795-A49D83465D52}.Release|Any CPU.Build.0 = Release|Any CPU
{2AB77F2E-870A-40AC-B0FF-22616A7CF028}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AB77F2E-870A-40AC-B0FF-22616A7CF028}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AB77F2E-870A-40AC-B0FF-22616A7CF028}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AB77F2E-870A-40AC-B0FF-22616A7CF028}.Release|Any CPU.Build.0 = Release|Any CPU
{67A2F8EE-5492-4F13-9E9B-8E71B5AF95DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67A2F8EE-5492-4F13-9E9B-8E71B5AF95DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67A2F8EE-5492-4F13-9E9B-8E71B5AF95DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67A2F8EE-5492-4F13-9E9B-8E71B5AF95DF}.Release|Any CPU.Build.0 = Release|Any CPU
{A367652C-B409-40DE-8ACA-C65FF1107E78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A367652C-B409-40DE-8ACA-C65FF1107E78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A367652C-B409-40DE-8ACA-C65FF1107E78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A367652C-B409-40DE-8ACA-C65FF1107E78}.Release|Any CPU.Build.0 = Release|Any CPU
{A1228D39-231E-4301-82D2-0524F49A01EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1228D39-231E-4301-82D2-0524F49A01EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1228D39-231E-4301-82D2-0524F49A01EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1228D39-231E-4301-82D2-0524F49A01EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF103CE5-1ED5-4A3D-BF81-7FDD1364C939}
EndGlobalSection
EndGlobal