-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWakeOnLan.sln
64 lines (64 loc) · 3.12 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WakeOnLan", "WakeOnLan", "{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}"
ProjectSection(WebsiteProperties) = preProject
SccProjectName = "SAK"
SccAuxPath = "SAK"
SccLocalPath = "SAK"
SccProvider = "SAK"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv2.0"
Debug.AspNetCompiler.VirtualPath = "/WakeOnLan"
Debug.AspNetCompiler.PhysicalPath = "WakeOnLan\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WakeOnLan\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/WakeOnLan"
Release.AspNetCompiler.PhysicalPath = "WakeOnLan\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WakeOnLan\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "2865"
SlnRelativePath = "WakeOnLan\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Debug|.NET.ActiveCfg = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Debug|.NET.Build.0 = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Debug|x86.ActiveCfg = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Debug|x86.Build.0 = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Release|.NET.ActiveCfg = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Release|.NET.Build.0 = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Release|Any CPU.Build.0 = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Release|x86.ActiveCfg = Debug|Any CPU
{527C044D-4D0C-44F7-8BA3-C0BC2CF5D2A7}.Release|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal