-
Notifications
You must be signed in to change notification settings - Fork 2
/
ESP8266_WLAN_230V_IO_Modul.sln
65 lines (65 loc) · 3.29 KB
/
ESP8266_WLAN_230V_IO_Modul.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
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "php_updateServer", "php_updateServer\", "{6D27F57C-4EC4-4E91-8947-B6402D410B6F}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_51599"
Debug.AspNetCompiler.PhysicalPath = "php_updateServer\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51599\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_51599"
Release.AspNetCompiler.PhysicalPath = "php_updateServer\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51599\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "51599"
SlnRelativePath = "php_updateServer\"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ESP8266_Firmware", "ESP8266_Firmware\ESP8266_Firmware.vcxproj", "{C5F80730-F44F-4478-BDAE-6634EFC2CA88}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gitignore", "Gitignore", "{820036EF-B858-486D-9289-3174F0A254B7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D27F57C-4EC4-4E91-8947-B6402D410B6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D27F57C-4EC4-4E91-8947-B6402D410B6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D27F57C-4EC4-4E91-8947-B6402D410B6F}.Debug|x86.ActiveCfg = Debug|Any CPU
{6D27F57C-4EC4-4E91-8947-B6402D410B6F}.Debug|x86.Build.0 = Debug|Any CPU
{6D27F57C-4EC4-4E91-8947-B6402D410B6F}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{6D27F57C-4EC4-4E91-8947-B6402D410B6F}.Release|Any CPU.Build.0 = Debug|Any CPU
{6D27F57C-4EC4-4E91-8947-B6402D410B6F}.Release|x86.ActiveCfg = Debug|Any CPU
{6D27F57C-4EC4-4E91-8947-B6402D410B6F}.Release|x86.Build.0 = Debug|Any CPU
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Debug|x86.ActiveCfg = Debug|Win32
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Debug|x86.Build.0 = Debug|Win32
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Debug|x86.Deploy.0 = Debug|Win32
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Release|Any CPU.ActiveCfg = Release|Win32
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Release|x86.ActiveCfg = Release|Win32
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Release|x86.Build.0 = Release|Win32
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {732B0A71-9AE5-499E-925A-456D98AB8F21}
EndGlobalSection
EndGlobal