-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustom_CV_Website.sln
49 lines (49 loc) · 3.03 KB
/
Custom_CV_Website.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 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Custom_CV_Website", "Custom_CV_Website\Custom_CV_Website.csproj", "{6D9634E2-A66C-4AF3-BB6D-36495E5E6BBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{5093DB80-659C-4DC7-89D8-8807CEC8AA26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{94388848-D7E2-4E09-B49D-78B645CD82E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityLayer", "EntityLayer\EntityLayer.csproj", "{E353CAE4-8761-4EB6-973F-4F63D1ACFD49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Custom_CV_Website__API", "Custom_CV_Website__API\Custom_CV_Website__API.csproj", "{4FC386A3-729C-4A4F-A547-4D4A942A5CD8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D9634E2-A66C-4AF3-BB6D-36495E5E6BBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D9634E2-A66C-4AF3-BB6D-36495E5E6BBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D9634E2-A66C-4AF3-BB6D-36495E5E6BBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D9634E2-A66C-4AF3-BB6D-36495E5E6BBF}.Release|Any CPU.Build.0 = Release|Any CPU
{5093DB80-659C-4DC7-89D8-8807CEC8AA26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5093DB80-659C-4DC7-89D8-8807CEC8AA26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5093DB80-659C-4DC7-89D8-8807CEC8AA26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5093DB80-659C-4DC7-89D8-8807CEC8AA26}.Release|Any CPU.Build.0 = Release|Any CPU
{94388848-D7E2-4E09-B49D-78B645CD82E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94388848-D7E2-4E09-B49D-78B645CD82E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94388848-D7E2-4E09-B49D-78B645CD82E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94388848-D7E2-4E09-B49D-78B645CD82E9}.Release|Any CPU.Build.0 = Release|Any CPU
{E353CAE4-8761-4EB6-973F-4F63D1ACFD49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E353CAE4-8761-4EB6-973F-4F63D1ACFD49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E353CAE4-8761-4EB6-973F-4F63D1ACFD49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E353CAE4-8761-4EB6-973F-4F63D1ACFD49}.Release|Any CPU.Build.0 = Release|Any CPU
{4FC386A3-729C-4A4F-A547-4D4A942A5CD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FC386A3-729C-4A4F-A547-4D4A942A5CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FC386A3-729C-4A4F-A547-4D4A942A5CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FC386A3-729C-4A4F-A547-4D4A942A5CD8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11431A3B-A11E-4A15-AF95-BBA8210392A7}
EndGlobalSection
EndGlobal