-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebDev.sln
More file actions
54 lines (54 loc) · 3.14 KB
/
WebDev.sln
File metadata and controls
54 lines (54 loc) · 3.14 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
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{4A55FD71-8742-4A7E-9ECD-C212DA678BCD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{00DF17DC-8F70-43F4-BB81-083A4086DD9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{ECCA762D-C6AB-437A-BCD9-CCAE8C5367C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "WebAPI\WebAPI.csproj", "{B079DD0E-39A2-4FBF-8B12-3286727E1BCA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{63F51456-194E-4301-8217-404EF3E6C3A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DCA81278-BBD9-45F1-AAD9-B5465949FE41}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A55FD71-8742-4A7E-9ECD-C212DA678BCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A55FD71-8742-4A7E-9ECD-C212DA678BCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A55FD71-8742-4A7E-9ECD-C212DA678BCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A55FD71-8742-4A7E-9ECD-C212DA678BCD}.Release|Any CPU.Build.0 = Release|Any CPU
{00DF17DC-8F70-43F4-BB81-083A4086DD9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00DF17DC-8F70-43F4-BB81-083A4086DD9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00DF17DC-8F70-43F4-BB81-083A4086DD9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00DF17DC-8F70-43F4-BB81-083A4086DD9D}.Release|Any CPU.Build.0 = Release|Any CPU
{ECCA762D-C6AB-437A-BCD9-CCAE8C5367C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECCA762D-C6AB-437A-BCD9-CCAE8C5367C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECCA762D-C6AB-437A-BCD9-CCAE8C5367C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECCA762D-C6AB-437A-BCD9-CCAE8C5367C0}.Release|Any CPU.Build.0 = Release|Any CPU
{B079DD0E-39A2-4FBF-8B12-3286727E1BCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B079DD0E-39A2-4FBF-8B12-3286727E1BCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B079DD0E-39A2-4FBF-8B12-3286727E1BCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B079DD0E-39A2-4FBF-8B12-3286727E1BCA}.Release|Any CPU.Build.0 = Release|Any CPU
{63F51456-194E-4301-8217-404EF3E6C3A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63F51456-194E-4301-8217-404EF3E6C3A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63F51456-194E-4301-8217-404EF3E6C3A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63F51456-194E-4301-8217-404EF3E6C3A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71FF9007-F474-476D-BAE9-125A197FC820}
EndGlobalSection
EndGlobal