This repository was archived by the owner on May 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpycom-ref.sln
More file actions
33 lines (33 loc) · 1.37 KB
/
pycom-ref.sln
File metadata and controls
33 lines (33 loc) · 1.37 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A00A317-DF63-4A98-894D-5FF93DFDF85E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{043BA131-A572-4B3F-AD1F-D39E9F60EBEA}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "pycom_esp32", "ref\pycom_esp32\pycom_esp32.pyproj", "{5D49D276-590B-44BE-B83A-D5F91548076F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D49D276-590B-44BE-B83A-D5F91548076F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D49D276-590B-44BE-B83A-D5F91548076F}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D49D276-590B-44BE-B83A-D5F91548076F} = {043BA131-A572-4B3F-AD1F-D39E9F60EBEA}
EndGlobalSection
EndGlobal