-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotNetCoreKonsultProfil.sln
46 lines (46 loc) · 2.96 KB
/
DotNetCoreKonsultProfil.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Profil.Api", "Profil.Api\Profil.Api.xproj", "{369A51DA-4B71-48BC-9944-5B3A65C6BD0F}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IdentityServerWithAspNetIdentity", "IdentityServerWithAspNetIdentity\IdentityServerWithAspNetIdentity.xproj", "{AE4711BF-049D-427B-8521-1A34847A5189}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Profil.Api.Test", "Profil.Api.Test\Profil.Api.Test.xproj", "{74761602-AF10-4582-B380-45B15B8BA5F3}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Profil.ContentAdmin", "Profil.ContentAdmin\Profil.ContentAdmin.xproj", "{257AF87F-0247-4638-B408-9D573918F2A1}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Profil.ContentAdmin.Test", "Profil.ContentAdmin.Test\Profil.ContentAdmin.Test.xproj", "{9FFF206F-F515-499B-BF49-45C83E12E089}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{369A51DA-4B71-48BC-9944-5B3A65C6BD0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{369A51DA-4B71-48BC-9944-5B3A65C6BD0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{369A51DA-4B71-48BC-9944-5B3A65C6BD0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{369A51DA-4B71-48BC-9944-5B3A65C6BD0F}.Release|Any CPU.Build.0 = Release|Any CPU
{AE4711BF-049D-427B-8521-1A34847A5189}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE4711BF-049D-427B-8521-1A34847A5189}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE4711BF-049D-427B-8521-1A34847A5189}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE4711BF-049D-427B-8521-1A34847A5189}.Release|Any CPU.Build.0 = Release|Any CPU
{74761602-AF10-4582-B380-45B15B8BA5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74761602-AF10-4582-B380-45B15B8BA5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74761602-AF10-4582-B380-45B15B8BA5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74761602-AF10-4582-B380-45B15B8BA5F3}.Release|Any CPU.Build.0 = Release|Any CPU
{257AF87F-0247-4638-B408-9D573918F2A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{257AF87F-0247-4638-B408-9D573918F2A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{257AF87F-0247-4638-B408-9D573918F2A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{257AF87F-0247-4638-B408-9D573918F2A1}.Release|Any CPU.Build.0 = Release|Any CPU
{9FFF206F-F515-499B-BF49-45C83E12E089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FFF206F-F515-499B-BF49-45C83E12E089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FFF206F-F515-499B-BF49-45C83E12E089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FFF206F-F515-499B-BF49-45C83E12E089}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal