This repository was archived by the owner on Feb 24, 2023. It is now read-only.
forked from hcacha/IdentityServer4.EntityFramework
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIdentityServer4.LinqToDB.sln
More file actions
56 lines (56 loc) · 3.03 KB
/
IdentityServer4.LinqToDB.sln
File metadata and controls
56 lines (56 loc) · 3.03 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8BFDA83B-FD73-4776-9C2C-5F7FFE440C1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9FB2E7A3-FFC7-4687-850B-66763A889A78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{211A5E6F-1713-40FF-A29B-A991C9CBA3EC}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.Contrib.Linq2db", "src\IdentityServer4.LinqToDB\IdentityServer4.Contrib.Linq2db.csproj", "{AB83F911-8B78-4973-A3A9-2A2D85581F25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4.LinqToDB.IntegrationTests", "test\IdentityServer4.LinqToDB.IntegrationTests\IdentityServer4.LinqToDB.IntegrationTests.csproj", "{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Host", "src\Host\Host.csproj", "{58853B9A-715B-417A-B8CE-76A54B4337B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB83F911-8B78-4973-A3A9-2A2D85581F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB83F911-8B78-4973-A3A9-2A2D85581F25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB83F911-8B78-4973-A3A9-2A2D85581F25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB83F911-8B78-4973-A3A9-2A2D85581F25}.Release|Any CPU.Build.0 = Release|Any CPU
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81}.Release|Any CPU.Build.0 = Release|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58853B9A-715B-417A-B8CE-76A54B4337B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AB83F911-8B78-4973-A3A9-2A2D85581F25} = {8BFDA83B-FD73-4776-9C2C-5F7FFE440C1F}
{73CCE3C6-5431-4B76-ACBE-EF4EE76D6B81} = {9FB2E7A3-FFC7-4687-850B-66763A889A78}
{58853B9A-715B-417A-B8CE-76A54B4337B5} = {8BFDA83B-FD73-4776-9C2C-5F7FFE440C1F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F2F1880-8AC5-465C-987A-D094667A4632}
EndGlobalSection
EndGlobal