forked from silentpartnersoftware/Keycloak.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Keycloak.Net.Core.sln
70 lines (70 loc) · 3.69 KB
/
Keycloak.Net.Core.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{A56F65F6-B549-4FB3-9710-7E5D4AEB20F1}"
ProjectSection(SolutionItems) = preProject
build\build.ps1 = build\build.ps1
build\test.ps1 = build\test.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{04ECC844-41D5-4A2B-85F1-DA1E3B3C58B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46B1B298-8884-4FE7-831D-FBCA62E10A72}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Keycloak.Net.Core", "src\Keycloak.Net.Core\Keycloak.Net.Core.csproj", "{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Keycloak.Net.Core.Tests", "test\Keycloak.Net.Core.Tests\Keycloak.Net.Core.Tests.csproj", "{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Debug|x64.ActiveCfg = Debug|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Debug|x64.Build.0 = Debug|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Debug|x86.ActiveCfg = Debug|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Debug|x86.Build.0 = Debug|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Release|Any CPU.Build.0 = Release|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Release|x64.ActiveCfg = Release|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Release|x64.Build.0 = Release|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Release|x86.ActiveCfg = Release|Any CPU
{5A3C6B69-F05E-476A-AF73-FF2D6088DEF0}.Release|x86.Build.0 = Release|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Debug|x64.ActiveCfg = Debug|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Debug|x64.Build.0 = Debug|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Debug|x86.ActiveCfg = Debug|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Debug|x86.Build.0 = Debug|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Release|x64.ActiveCfg = Release|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Release|x64.Build.0 = Release|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Release|x86.ActiveCfg = Release|Any CPU
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3614BF25-4947-47A7-9C7E-7E3A0BFED2AA} = {04ECC844-41D5-4A2B-85F1-DA1E3B3C58B3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4842084-5CB2-44EE-8494-6E05D534809A}
EndGlobalSection
EndGlobal