-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSelvbetjening.Samples.sln
43 lines (43 loc) · 2.53 KB
/
Selvbetjening.Samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth", "Auth\Auth.csproj", "{45BA0F0D-5422-4D05-8AD6-75296AA04FFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{35D0517D-0219-49FE-9319-7C6309089C6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientRegistrationExample", "ClientRegistrationExample\ClientRegistrationExample.csproj", "{9303CCE2-A4A5-4C51-991A-1CDDD3C9866B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientUpdateExample", "ClientUpdateExample\ClientUpdateExample.csproj", "{9AC9F3A6-49E3-42E0-A527-ACAA249A252A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45BA0F0D-5422-4D05-8AD6-75296AA04FFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45BA0F0D-5422-4D05-8AD6-75296AA04FFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45BA0F0D-5422-4D05-8AD6-75296AA04FFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45BA0F0D-5422-4D05-8AD6-75296AA04FFA}.Release|Any CPU.Build.0 = Release|Any CPU
{35D0517D-0219-49FE-9319-7C6309089C6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35D0517D-0219-49FE-9319-7C6309089C6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35D0517D-0219-49FE-9319-7C6309089C6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35D0517D-0219-49FE-9319-7C6309089C6B}.Release|Any CPU.Build.0 = Release|Any CPU
{9303CCE2-A4A5-4C51-991A-1CDDD3C9866B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9303CCE2-A4A5-4C51-991A-1CDDD3C9866B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9303CCE2-A4A5-4C51-991A-1CDDD3C9866B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9303CCE2-A4A5-4C51-991A-1CDDD3C9866B}.Release|Any CPU.Build.0 = Release|Any CPU
{9AC9F3A6-49E3-42E0-A527-ACAA249A252A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AC9F3A6-49E3-42E0-A527-ACAA249A252A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AC9F3A6-49E3-42E0-A527-ACAA249A252A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AC9F3A6-49E3-42E0-A527-ACAA249A252A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AF4E6C6-56B5-4CE7-90D7-E5E539424152}
EndGlobalSection
EndGlobal