-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathfullcycle.sln
45 lines (45 loc) · 1.95 KB
/
fullcycle.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4370790B-B16C-433C-8A28-9D3032EEE924}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "FullCyclePython", "fullcyclepy\FullCyclePython.pyproj", "{7DFACFF8-8ABE-4AF3-8C58-61A88AE44E0D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{40B84771-52B4-487E-AC4E-30C7960D34EE}"
ProjectSection(SolutionItems) = preProject
docs\RaspberryPiSetup.md = docs\RaspberryPiSetup.md
docs\ReadMe.txt = docs\ReadMe.txt
docs\RpiSetup.txt = docs\RpiSetup.txt
docs\Troubleshooting.md = docs\Troubleshooting.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{0CF414F2-2531-4C92-965B-664968EC859B}"
ProjectSection(SolutionItems) = preProject
images\Full Cycle Mining Logo.png = images\Full Cycle Mining Logo.png
images\FullCycle_Controller.png = images\FullCycle_Controller.png
images\FullCycleReact.png = images\FullCycleReact.png
images\logo.jpg = images\logo.jpg
images\logo.png = images\logo.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DFACFF8-8ABE-4AF3-8C58-61A88AE44E0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DFACFF8-8ABE-4AF3-8C58-61A88AE44E0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {806D6DC8-062D-43C3-9E6B-3683A95E0A13}
EndGlobalSection
EndGlobal