-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWakeOnLan.sln
46 lines (46 loc) · 2.73 KB
/
WakeOnLan.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{8D630F8C-50A8-42CD-AEF5-5E24182CBACC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{DF14A406-3B06-4D6D-96BA-F652A8414DD1}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "SQL", "SQL\SQL.sqlproj", "{651BBF44-44D9-43D9-B1AC-4D2F3759B186}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebUI", "WebUI\WebUI.csproj", "{DCC5F3B4-B547-4BDD-B642-FC8D22200E3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commons", "Commons\Commons.csproj", "{0C5CAE23-827E-4707-A997-07C52036C3CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D630F8C-50A8-42CD-AEF5-5E24182CBACC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D630F8C-50A8-42CD-AEF5-5E24182CBACC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D630F8C-50A8-42CD-AEF5-5E24182CBACC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D630F8C-50A8-42CD-AEF5-5E24182CBACC}.Release|Any CPU.Build.0 = Release|Any CPU
{DF14A406-3B06-4D6D-96BA-F652A8414DD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF14A406-3B06-4D6D-96BA-F652A8414DD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF14A406-3B06-4D6D-96BA-F652A8414DD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF14A406-3B06-4D6D-96BA-F652A8414DD1}.Release|Any CPU.Build.0 = Release|Any CPU
{651BBF44-44D9-43D9-B1AC-4D2F3759B186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{651BBF44-44D9-43D9-B1AC-4D2F3759B186}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCC5F3B4-B547-4BDD-B642-FC8D22200E3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCC5F3B4-B547-4BDD-B642-FC8D22200E3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCC5F3B4-B547-4BDD-B642-FC8D22200E3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCC5F3B4-B547-4BDD-B642-FC8D22200E3E}.Release|Any CPU.Build.0 = Release|Any CPU
{0C5CAE23-827E-4707-A997-07C52036C3CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C5CAE23-827E-4707-A997-07C52036C3CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C5CAE23-827E-4707-A997-07C52036C3CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C5CAE23-827E-4707-A997-07C52036C3CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CD853F2-EE3C-485F-8FA3-ACA2FF98F9D4}
EndGlobalSection
EndGlobal