-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Extensions.sln
40 lines (40 loc) · 2.23 KB
/
Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.Grasshopper", "src\Extensions.Grasshopper\Extensions.Grasshopper.csproj", "{66D4E86F-EC84-40C9-8E32-8CF8875C3FEB}"
ProjectSection(ProjectDependencies) = postProject
{3725F498-9DF7-42FC-B0B6-B8575E92C52D} = {3725F498-9DF7-42FC-B0B6-B8575E92C52D}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions", "src\Extensions\Extensions.csproj", "{3725F498-9DF7-42FC-B0B6-B8575E92C52D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.Build", "build\Extensions.Build\Extensions.Build.csproj", "{BB6A795F-FF97-463B-B434-B5AF25321EA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66D4E86F-EC84-40C9-8E32-8CF8875C3FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66D4E86F-EC84-40C9-8E32-8CF8875C3FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66D4E86F-EC84-40C9-8E32-8CF8875C3FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66D4E86F-EC84-40C9-8E32-8CF8875C3FEB}.Release|Any CPU.Build.0 = Release|Any CPU
{3725F498-9DF7-42FC-B0B6-B8575E92C52D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3725F498-9DF7-42FC-B0B6-B8575E92C52D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3725F498-9DF7-42FC-B0B6-B8575E92C52D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3725F498-9DF7-42FC-B0B6-B8575E92C52D}.Release|Any CPU.Build.0 = Release|Any CPU
{BB6A795F-FF97-463B-B434-B5AF25321EA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB6A795F-FF97-463B-B434-B5AF25321EA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB6A795F-FF97-463B-B434-B5AF25321EA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB6A795F-FF97-463B-B434-B5AF25321EA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {47E98D13-A3D0-43ED-B9EF-39DC38D9B1E6}
EndGlobalSection
EndGlobal