-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBodAdmin-Api-GovernancePortal.sln
49 lines (49 loc) · 3.13 KB
/
BodAdmin-Api-GovernancePortal.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GovernancePortal.Core", "GovernancePortal.Core\GovernancePortal.Core.csproj", "{4B223F1E-E649-4CFE-9790-AA5365E656AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GovernancePortal.Data", "GovernancePortal.Data\GovernancePortal.Data.csproj", "{DD820763-5914-44E6-9C5D-2C4F61707E1D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GovernancePortal.Service", "GovernancePortal.Service\GovernancePortal.Service.csproj", "{10AC0FBD-C043-41D5-9756-03081240333D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GovernancePortal.EF", "GovernancePortal.EF\GovernancePortal.EF.csproj", "{271AB92B-93EF-4DE0-9FC9-19C3BF568B3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GovernancePortal.Web-API", "GovernancePortal.Web-API\GovernancePortal.Web-API.csproj", "{09394819-F5A8-4D62-9B9E-AF2315C1EE8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B223F1E-E649-4CFE-9790-AA5365E656AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B223F1E-E649-4CFE-9790-AA5365E656AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B223F1E-E649-4CFE-9790-AA5365E656AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B223F1E-E649-4CFE-9790-AA5365E656AA}.Release|Any CPU.Build.0 = Release|Any CPU
{DD820763-5914-44E6-9C5D-2C4F61707E1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD820763-5914-44E6-9C5D-2C4F61707E1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD820763-5914-44E6-9C5D-2C4F61707E1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD820763-5914-44E6-9C5D-2C4F61707E1D}.Release|Any CPU.Build.0 = Release|Any CPU
{10AC0FBD-C043-41D5-9756-03081240333D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10AC0FBD-C043-41D5-9756-03081240333D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10AC0FBD-C043-41D5-9756-03081240333D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10AC0FBD-C043-41D5-9756-03081240333D}.Release|Any CPU.Build.0 = Release|Any CPU
{271AB92B-93EF-4DE0-9FC9-19C3BF568B3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{271AB92B-93EF-4DE0-9FC9-19C3BF568B3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{271AB92B-93EF-4DE0-9FC9-19C3BF568B3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{271AB92B-93EF-4DE0-9FC9-19C3BF568B3F}.Release|Any CPU.Build.0 = Release|Any CPU
{09394819-F5A8-4D62-9B9E-AF2315C1EE8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09394819-F5A8-4D62-9B9E-AF2315C1EE8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09394819-F5A8-4D62-9B9E-AF2315C1EE8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09394819-F5A8-4D62-9B9E-AF2315C1EE8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57F62785-6CE6-4ECE-B6E3-6922BE892E52}
EndGlobalSection
EndGlobal