-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemployeeCRUD.sln
43 lines (43 loc) · 2.44 KB
/
employeeCRUD.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 Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "employeeCRUD", "employeeCRUD\employeeCRUD.csproj", "{B2FB93B3-6992-4C4A-AB85-24A2A3AEFD9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL", "DAL\DAL.csproj", "{B4F1F5D9-809A-4D49-9C81-45B85A00A6CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLL", "BLL\BLL.csproj", "{781091EC-8D45-4117-A7CA-F3150664DB1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "models", "models\models.csproj", "{C61CCA48-9FA6-47A6-ADA7-0F5AFD74D201}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2FB93B3-6992-4C4A-AB85-24A2A3AEFD9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2FB93B3-6992-4C4A-AB85-24A2A3AEFD9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2FB93B3-6992-4C4A-AB85-24A2A3AEFD9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2FB93B3-6992-4C4A-AB85-24A2A3AEFD9E}.Release|Any CPU.Build.0 = Release|Any CPU
{B4F1F5D9-809A-4D49-9C81-45B85A00A6CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4F1F5D9-809A-4D49-9C81-45B85A00A6CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4F1F5D9-809A-4D49-9C81-45B85A00A6CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4F1F5D9-809A-4D49-9C81-45B85A00A6CC}.Release|Any CPU.Build.0 = Release|Any CPU
{781091EC-8D45-4117-A7CA-F3150664DB1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{781091EC-8D45-4117-A7CA-F3150664DB1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{781091EC-8D45-4117-A7CA-F3150664DB1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{781091EC-8D45-4117-A7CA-F3150664DB1F}.Release|Any CPU.Build.0 = Release|Any CPU
{C61CCA48-9FA6-47A6-ADA7-0F5AFD74D201}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C61CCA48-9FA6-47A6-ADA7-0F5AFD74D201}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C61CCA48-9FA6-47A6-ADA7-0F5AFD74D201}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C61CCA48-9FA6-47A6-ADA7-0F5AFD74D201}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C74FEF67-6CA6-4169-9DF1-72928D9F4D7F}
EndGlobalSection
EndGlobal