This repository has been archived by the owner on Apr 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathGrbl-Panel.sln
43 lines (43 loc) · 2.36 KB
/
Grbl-Panel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Grbl-Panel", "Grbl-Panel\Grbl-Panel.vbproj", "{5C3844BF-7FD8-41F5-A6D7-B5C3B2084450}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B899C98E-A15D-4E65-BBAE-BEAD08CC07D2}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Custom", "RepeatButton\Custom.vbproj", "{CF82893A-4C6B-4D08-B8AD-A17EF45DE6F2}"
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
{5C3844BF-7FD8-41F5-A6D7-B5C3B2084450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C3844BF-7FD8-41F5-A6D7-B5C3B2084450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C3844BF-7FD8-41F5-A6D7-B5C3B2084450}.Debug|x86.ActiveCfg = Debug|Any CPU
{5C3844BF-7FD8-41F5-A6D7-B5C3B2084450}.Debug|x86.Build.0 = Debug|Any CPU
{5C3844BF-7FD8-41F5-A6D7-B5C3B2084450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C3844BF-7FD8-41F5-A6D7-B5C3B2084450}.Release|Any CPU.Build.0 = Release|Any CPU
{5C3844BF-7FD8-41F5-A6D7-B5C3B2084450}.Release|x86.ActiveCfg = Release|Any CPU
{5C3844BF-7FD8-41F5-A6D7-B5C3B2084450}.Release|x86.Build.0 = Release|Any CPU
{CF82893A-4C6B-4D08-B8AD-A17EF45DE6F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF82893A-4C6B-4D08-B8AD-A17EF45DE6F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF82893A-4C6B-4D08-B8AD-A17EF45DE6F2}.Debug|x86.ActiveCfg = Debug|Any CPU
{CF82893A-4C6B-4D08-B8AD-A17EF45DE6F2}.Debug|x86.Build.0 = Debug|Any CPU
{CF82893A-4C6B-4D08-B8AD-A17EF45DE6F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF82893A-4C6B-4D08-B8AD-A17EF45DE6F2}.Release|Any CPU.Build.0 = Release|Any CPU
{CF82893A-4C6B-4D08-B8AD-A17EF45DE6F2}.Release|x86.ActiveCfg = Release|Any CPU
{CF82893A-4C6B-4D08-B8AD-A17EF45DE6F2}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_NeutralResourcesLanguage = en-CA
EndGlobalSection
EndGlobal