-
Notifications
You must be signed in to change notification settings - Fork 0
/
IT4GOV.sln
53 lines (53 loc) · 3.15 KB
/
IT4GOV.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{31C3BA1B-9C3E-48E2-8C25-41B96EF4780B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD5B1513-E149-40EA-8CA3-4726FE8D9963}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IT4GOV.WebAPI", "src\IT4GOV.WebAPI\IT4GOV.WebAPI.xproj", "{58AB2060-8B80-4DA5-B799-6D0853FF7845}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IT4GOV.WebApp", "src\IT4GOV.WebApp\IT4GOV.WebApp.xproj", "{29E57D72-C423-41B2-BDBD-C1801FCEB835}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IT4GOV.IdentityServer", "src\IT4GOV.IdentityServer\IT4GOV.IdentityServer.xproj", "{AFAB46A1-33F2-4442-A5FA-B7568A4A03E8}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IdentityServer4", "src\IdentityServer4\IdentityServer4.xproj", "{84F3B97E-7505-4DB3-9433-ECBF55DBCC2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58AB2060-8B80-4DA5-B799-6D0853FF7845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58AB2060-8B80-4DA5-B799-6D0853FF7845}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58AB2060-8B80-4DA5-B799-6D0853FF7845}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58AB2060-8B80-4DA5-B799-6D0853FF7845}.Release|Any CPU.Build.0 = Release|Any CPU
{29E57D72-C423-41B2-BDBD-C1801FCEB835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29E57D72-C423-41B2-BDBD-C1801FCEB835}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29E57D72-C423-41B2-BDBD-C1801FCEB835}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29E57D72-C423-41B2-BDBD-C1801FCEB835}.Release|Any CPU.Build.0 = Release|Any CPU
{AFAB46A1-33F2-4442-A5FA-B7568A4A03E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFAB46A1-33F2-4442-A5FA-B7568A4A03E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFAB46A1-33F2-4442-A5FA-B7568A4A03E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFAB46A1-33F2-4442-A5FA-B7568A4A03E8}.Release|Any CPU.Build.0 = Release|Any CPU
{84F3B97E-7505-4DB3-9433-ECBF55DBCC2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84F3B97E-7505-4DB3-9433-ECBF55DBCC2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84F3B97E-7505-4DB3-9433-ECBF55DBCC2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84F3B97E-7505-4DB3-9433-ECBF55DBCC2A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58AB2060-8B80-4DA5-B799-6D0853FF7845} = {31C3BA1B-9C3E-48E2-8C25-41B96EF4780B}
{29E57D72-C423-41B2-BDBD-C1801FCEB835} = {31C3BA1B-9C3E-48E2-8C25-41B96EF4780B}
{AFAB46A1-33F2-4442-A5FA-B7568A4A03E8} = {31C3BA1B-9C3E-48E2-8C25-41B96EF4780B}
{84F3B97E-7505-4DB3-9433-ECBF55DBCC2A} = {31C3BA1B-9C3E-48E2-8C25-41B96EF4780B}
EndGlobalSection
EndGlobal