forked from jwatte/gears
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGears.sln
More file actions
68 lines (68 loc) · 4.25 KB
/
Copy pathGears.sln
File metadata and controls
68 lines (68 loc) · 4.25 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
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
66
67
68
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gears", "Gears\Gears.csproj", "{0D0813ED-B548-4262-96FC-EF2BE1BC0235}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewGCode", "ViewGCode\ViewGCode.csproj", "{B8C78FBB-5B61-4FC2-B789-BE75212962D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Documentation|Any CPU = Documentation|Any CPU
Documentation|Mixed Platforms = Documentation|Mixed Platforms
Documentation|x86 = Documentation|x86
Nsis|Any CPU = Nsis|Any CPU
Nsis|Mixed Platforms = Nsis|Mixed Platforms
Nsis|x86 = Nsis|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Debug|Any CPU.ActiveCfg = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Debug|Mixed Platforms.Build.0 = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Debug|x86.ActiveCfg = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Debug|x86.Build.0 = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Documentation|Any CPU.ActiveCfg = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Documentation|Mixed Platforms.ActiveCfg = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Documentation|Mixed Platforms.Build.0 = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Documentation|x86.ActiveCfg = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Documentation|x86.Build.0 = Debug|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Nsis|Any CPU.ActiveCfg = Release|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Nsis|Mixed Platforms.ActiveCfg = Release|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Nsis|Mixed Platforms.Build.0 = Release|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Nsis|x86.ActiveCfg = Release|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Nsis|x86.Build.0 = Release|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Release|Any CPU.ActiveCfg = Release|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Release|Mixed Platforms.ActiveCfg = Release|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Release|Mixed Platforms.Build.0 = Release|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Release|x86.ActiveCfg = Release|x86
{0D0813ED-B548-4262-96FC-EF2BE1BC0235}.Release|x86.Build.0 = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Debug|Any CPU.ActiveCfg = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Debug|Mixed Platforms.Build.0 = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Debug|x86.ActiveCfg = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Debug|x86.Build.0 = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Documentation|Any CPU.ActiveCfg = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Documentation|Mixed Platforms.ActiveCfg = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Documentation|Mixed Platforms.Build.0 = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Documentation|x86.ActiveCfg = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Documentation|x86.Build.0 = Debug|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Nsis|Any CPU.ActiveCfg = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Nsis|Mixed Platforms.ActiveCfg = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Nsis|Mixed Platforms.Build.0 = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Nsis|x86.ActiveCfg = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Nsis|x86.Build.0 = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Release|Any CPU.ActiveCfg = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Release|Mixed Platforms.ActiveCfg = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Release|Mixed Platforms.Build.0 = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Release|x86.ActiveCfg = Release|x86
{B8C78FBB-5B61-4FC2-B789-BE75212962D2}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal