-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPasswordManagementApp.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
PasswordManagementApp.sln
File metadata and controls
37 lines (37 loc) · 2.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationLayer", "ApplicationLayer\ApplicationLayer.csproj", "{709FD10C-6F01-4172-8D4A-1511DF67B176}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAcessLayer", "DataAcessLayer\DataAcessLayer.csproj", "{33A2A491-7EFB-4AA4-B2BF-D6E29256ADE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BussinessLogicLayer", "BussinessLogicLayer\BussinessLogicLayer.csproj", "{2FBD34C8-9069-4738-B945-2142EAF7D09A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{709FD10C-6F01-4172-8D4A-1511DF67B176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{709FD10C-6F01-4172-8D4A-1511DF67B176}.Debug|Any CPU.Build.0 = Debug|Any CPU
{709FD10C-6F01-4172-8D4A-1511DF67B176}.Release|Any CPU.ActiveCfg = Release|Any CPU
{709FD10C-6F01-4172-8D4A-1511DF67B176}.Release|Any CPU.Build.0 = Release|Any CPU
{33A2A491-7EFB-4AA4-B2BF-D6E29256ADE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33A2A491-7EFB-4AA4-B2BF-D6E29256ADE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33A2A491-7EFB-4AA4-B2BF-D6E29256ADE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33A2A491-7EFB-4AA4-B2BF-D6E29256ADE9}.Release|Any CPU.Build.0 = Release|Any CPU
{2FBD34C8-9069-4738-B945-2142EAF7D09A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FBD34C8-9069-4738-B945-2142EAF7D09A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FBD34C8-9069-4738-B945-2142EAF7D09A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FBD34C8-9069-4738-B945-2142EAF7D09A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB809E13-14D2-4F21-9485-6185136DEEBF}
EndGlobalSection
EndGlobal