-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBaseIdentity.sln
More file actions
43 lines (42 loc) · 2.64 KB
/
Copy pathBaseIdentity.sln
File metadata and controls
43 lines (42 loc) · 2.64 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseIdentity.PresentationLayer", "BaseIdentity\BaseIdentity.PresentationLayer.csproj", "{6C015F86-8E18-4BC9-8DD3-D321A4F4915C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseIdentity.DataAccessLayer", "BaseIdentity.DataAccessLayer\BaseIdentity.DataAccessLayer.csproj", "{D129C32D-96CF-47E0-817A-BB0370194915}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseIdentity.BusinessLayer", "BusinessLayer\BaseIdentity.BusinessLayer.csproj", "{A60E5425-2E55-425C-810D-9C94139B0F96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseIdentity.EntityLayer", "EntityLayer\BaseIdentity.EntityLayer.csproj", "{AF55B4A7-FA12-4800-B02B-284934289892}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C015F86-8E18-4BC9-8DD3-D321A4F4915C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C015F86-8E18-4BC9-8DD3-D321A4F4915C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C015F86-8E18-4BC9-8DD3-D321A4F4915C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C015F86-8E18-4BC9-8DD3-D321A4F4915C}.Release|Any CPU.Build.0 = Release|Any CPU
{D129C32D-96CF-47E0-817A-BB0370194915}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D129C32D-96CF-47E0-817A-BB0370194915}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D129C32D-96CF-47E0-817A-BB0370194915}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D129C32D-96CF-47E0-817A-BB0370194915}.Release|Any CPU.Build.0 = Release|Any CPU
{A60E5425-2E55-425C-810D-9C94139B0F96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A60E5425-2E55-425C-810D-9C94139B0F96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A60E5425-2E55-425C-810D-9C94139B0F96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A60E5425-2E55-425C-810D-9C94139B0F96}.Release|Any CPU.Build.0 = Release|Any CPU
{AF55B4A7-FA12-4800-B02B-284934289892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF55B4A7-FA12-4800-B02B-284934289892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF55B4A7-FA12-4800-B02B-284934289892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF55B4A7-FA12-4800-B02B-284934289892}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2998C64D-E34A-4CA7-846D-8F60F6E3E243}
EndGlobalSection
EndGlobal