-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathSketchUp Ruby C Extension Examples.sln
119 lines (119 loc) · 8.13 KB
/
SketchUp Ruby C Extension Examples.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SUEX_HelloWorld", "Hello World\Hello World.vcxproj", "{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SUEX_UsingSWIG", "SUEX_UsingSWIG\SUEX_UsingSWIG.vcxproj", "{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (1.8)|Win32 = Debug (1.8)|Win32
Debug (1.8)|x64 = Debug (1.8)|x64
Debug (2.0)|Win32 = Debug (2.0)|Win32
Debug (2.0)|x64 = Debug (2.0)|x64
Debug (2.2)|Win32 = Debug (2.2)|Win32
Debug (2.2)|x64 = Debug (2.2)|x64
Debug (2.5)|Win32 = Debug (2.5)|Win32
Debug (2.5)|x64 = Debug (2.5)|x64
Debug (2.7)|Win32 = Debug (2.7)|Win32
Debug (2.7)|x64 = Debug (2.7)|x64
Debug (3.2)|Win32 = Debug (3.2)|Win32
Debug (3.2)|x64 = Debug (3.2)|x64
Release (1.8)|Win32 = Release (1.8)|Win32
Release (1.8)|x64 = Release (1.8)|x64
Release (2.0)|Win32 = Release (2.0)|Win32
Release (2.0)|x64 = Release (2.0)|x64
Release (2.2)|Win32 = Release (2.2)|Win32
Release (2.2)|x64 = Release (2.2)|x64
Release (2.5)|Win32 = Release (2.5)|Win32
Release (2.5)|x64 = Release (2.5)|x64
Release (2.7)|Win32 = Release (2.7)|Win32
Release (2.7)|x64 = Release (2.7)|x64
Release (3.2)|Win32 = Release (3.2)|Win32
Release (3.2)|x64 = Release (3.2)|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (1.8)|Win32.ActiveCfg = Debug (1.8)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (1.8)|Win32.Build.0 = Debug (1.8)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (1.8)|x64.ActiveCfg = Debug (1.8)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.0)|Win32.ActiveCfg = Debug (2.0)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.0)|Win32.Build.0 = Debug (2.0)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.0)|x64.ActiveCfg = Debug (2.0)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.0)|x64.Build.0 = Debug (2.0)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.2)|Win32.ActiveCfg = Debug (2.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.2)|x64.ActiveCfg = Debug (2.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.2)|x64.Build.0 = Debug (2.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.5)|Win32.ActiveCfg = Debug (2.5)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.5)|x64.ActiveCfg = Debug (2.5)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.5)|x64.Build.0 = Debug (2.5)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.7)|Win32.ActiveCfg = Debug (2.7)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.7)|x64.ActiveCfg = Debug (2.7)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (2.7)|x64.Build.0 = Debug (2.7)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (3.2)|Win32.ActiveCfg = Debug (3.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (3.2)|x64.ActiveCfg = Debug (3.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Debug (3.2)|x64.Build.0 = Debug (3.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (1.8)|Win32.ActiveCfg = Release (1.8)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (1.8)|Win32.Build.0 = Release (1.8)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (1.8)|x64.ActiveCfg = Release (1.8)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.0)|Win32.ActiveCfg = Release (2.0)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.0)|Win32.Build.0 = Release (2.0)|Win32
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.0)|x64.ActiveCfg = Release (2.0)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.0)|x64.Build.0 = Release (2.0)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.2)|Win32.ActiveCfg = Release (2.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.2)|x64.ActiveCfg = Release (2.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.2)|x64.Build.0 = Release (2.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.5)|Win32.ActiveCfg = Release (2.5)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.5)|x64.ActiveCfg = Release (2.5)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.5)|x64.Build.0 = Release (2.5)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.7)|Win32.ActiveCfg = Release (2.7)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.7)|x64.ActiveCfg = Release (2.7)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (2.7)|x64.Build.0 = Release (2.7)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (3.2)|Win32.ActiveCfg = Release (3.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (3.2)|x64.ActiveCfg = Release (3.2)|x64
{25BA2DB4-7E96-4095-89F9-CBA14FB0EC52}.Release (3.2)|x64.Build.0 = Release (3.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (1.8)|Win32.ActiveCfg = Debug (2.0)|Win32
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (1.8)|x64.ActiveCfg = Debug (2.0)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.0)|Win32.ActiveCfg = Debug (2.0)|Win32
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.0)|Win32.Build.0 = Debug (2.0)|Win32
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.0)|x64.ActiveCfg = Debug (2.0)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.0)|x64.Build.0 = Debug (2.0)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.2)|Win32.ActiveCfg = Debug (2.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.2)|x64.ActiveCfg = Debug (2.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.2)|x64.Build.0 = Debug (2.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.5)|Win32.ActiveCfg = Debug (2.5)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.5)|x64.ActiveCfg = Debug (2.5)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.5)|x64.Build.0 = Debug (2.5)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.7)|Win32.ActiveCfg = Debug (2.7)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.7)|x64.ActiveCfg = Debug (2.7)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (2.7)|x64.Build.0 = Debug (2.7)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (3.2)|Win32.ActiveCfg = Debug (3.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (3.2)|x64.ActiveCfg = Debug (3.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Debug (3.2)|x64.Build.0 = Debug (3.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (1.8)|Win32.ActiveCfg = Release (2.0)|Win32
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (1.8)|x64.ActiveCfg = Release (2.0)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.0)|Win32.ActiveCfg = Release (2.0)|Win32
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.0)|Win32.Build.0 = Release (2.0)|Win32
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.0)|x64.ActiveCfg = Release (2.0)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.0)|x64.Build.0 = Release (2.0)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.2)|Win32.ActiveCfg = Release (2.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.2)|x64.ActiveCfg = Release (2.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.2)|x64.Build.0 = Release (2.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.5)|Win32.ActiveCfg = Release (2.5)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.5)|x64.ActiveCfg = Release (2.5)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.5)|x64.Build.0 = Release (2.5)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.7)|Win32.ActiveCfg = Release (2.7)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.7)|x64.ActiveCfg = Release (2.7)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (2.7)|x64.Build.0 = Release (2.7)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (3.2)|Win32.ActiveCfg = Release (3.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (3.2)|x64.ActiveCfg = Release (3.2)|x64
{6BB18FFA-5E5C-4B51-B09C-2F0C009CF4E4}.Release (3.2)|x64.Build.0 = Release (3.2)|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BBE1C2A-A0CB-431C-A431-4B0AF0CE6DC1}
EndGlobalSection
EndGlobal