-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebApplication1.sln
43 lines (43 loc) · 2.45 KB
/
WebApplication1.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 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{515BE49E-4170-4216-BAAA-1A94AE05B862}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DLL", "DLL\DLL.csproj", "{A2A5951C-E5F8-49DA-BD87-D065B28A857F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLL", "BLL\BLL.csproj", "{7AC42AEE-0079-4893-84EC-ECD20D29E37F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utility", "Utility\Utility.csproj", "{ED0DEA12-8593-432F-9866-DD4F4035483C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{515BE49E-4170-4216-BAAA-1A94AE05B862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{515BE49E-4170-4216-BAAA-1A94AE05B862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{515BE49E-4170-4216-BAAA-1A94AE05B862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{515BE49E-4170-4216-BAAA-1A94AE05B862}.Release|Any CPU.Build.0 = Release|Any CPU
{A2A5951C-E5F8-49DA-BD87-D065B28A857F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2A5951C-E5F8-49DA-BD87-D065B28A857F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2A5951C-E5F8-49DA-BD87-D065B28A857F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2A5951C-E5F8-49DA-BD87-D065B28A857F}.Release|Any CPU.Build.0 = Release|Any CPU
{7AC42AEE-0079-4893-84EC-ECD20D29E37F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AC42AEE-0079-4893-84EC-ECD20D29E37F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AC42AEE-0079-4893-84EC-ECD20D29E37F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AC42AEE-0079-4893-84EC-ECD20D29E37F}.Release|Any CPU.Build.0 = Release|Any CPU
{ED0DEA12-8593-432F-9866-DD4F4035483C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED0DEA12-8593-432F-9866-DD4F4035483C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED0DEA12-8593-432F-9866-DD4F4035483C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED0DEA12-8593-432F-9866-DD4F4035483C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E05EFA4-71B1-441D-B653-603A850DAE22}
EndGlobalSection
EndGlobal