-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHandlingUsers.sln
43 lines (43 loc) · 2.54 KB
/
HandlingUsers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HandlingUsers", "HandlingUsers\HandlingUsers.csproj", "{13B20B7D-898B-47B4-AAAF-AA80A0841CCB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogicLayer", "BusinessLogicLayer\BusinessLogicLayer.csproj", "{DA7BBB04-55B6-4AA4-9B1E-3E99305C5759}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{62495FBF-246B-45A8-B892-28D82178B58A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HandlingUsersVue", "HandlingUsersVue\HandlingUsersVue.csproj", "{AA6376C7-422B-4552-8F1C-A68D7D0FFAC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13B20B7D-898B-47B4-AAAF-AA80A0841CCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13B20B7D-898B-47B4-AAAF-AA80A0841CCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13B20B7D-898B-47B4-AAAF-AA80A0841CCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13B20B7D-898B-47B4-AAAF-AA80A0841CCB}.Release|Any CPU.Build.0 = Release|Any CPU
{DA7BBB04-55B6-4AA4-9B1E-3E99305C5759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA7BBB04-55B6-4AA4-9B1E-3E99305C5759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA7BBB04-55B6-4AA4-9B1E-3E99305C5759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA7BBB04-55B6-4AA4-9B1E-3E99305C5759}.Release|Any CPU.Build.0 = Release|Any CPU
{62495FBF-246B-45A8-B892-28D82178B58A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62495FBF-246B-45A8-B892-28D82178B58A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62495FBF-246B-45A8-B892-28D82178B58A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62495FBF-246B-45A8-B892-28D82178B58A}.Release|Any CPU.Build.0 = Release|Any CPU
{AA6376C7-422B-4552-8F1C-A68D7D0FFAC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA6376C7-422B-4552-8F1C-A68D7D0FFAC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA6376C7-422B-4552-8F1C-A68D7D0FFAC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA6376C7-422B-4552-8F1C-A68D7D0FFAC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A05ABBE-7012-47C1-84E8-42C29500DE11}
EndGlobalSection
EndGlobal