forked from mcneel/RhinoVisualStudioExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rhino.VisualStudio.Mac.sln
32 lines (32 loc) · 1.94 KB
/
Rhino.VisualStudio.Mac.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rhino.VisualStudio.Mac", "Rhino.VisualStudio.Mac\Rhino.VisualStudio.Mac.csproj", "{E11789C7-BD3D-4BBE-86A1-8B5CEC452134}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rhino.Templates", "Rhino.Templates\Rhino.Templates.csproj", "{6DD45915-556A-4BA7-80FA-323B70A7B352}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rhino.VisualStudio", "Rhino.VisualStudio\Rhino.VisualStudio.csproj", "{FEFB6FBB-0A9A-4A0A-B4FA-30AF8D96AEBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E11789C7-BD3D-4BBE-86A1-8B5CEC452134}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E11789C7-BD3D-4BBE-86A1-8B5CEC452134}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E11789C7-BD3D-4BBE-86A1-8B5CEC452134}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E11789C7-BD3D-4BBE-86A1-8B5CEC452134}.Release|Any CPU.Build.0 = Release|Any CPU
{6DD45915-556A-4BA7-80FA-323B70A7B352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD45915-556A-4BA7-80FA-323B70A7B352}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD45915-556A-4BA7-80FA-323B70A7B352}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD45915-556A-4BA7-80FA-323B70A7B352}.Release|Any CPU.Build.0 = Release|Any CPU
{FEFB6FBB-0A9A-4A0A-B4FA-30AF8D96AEBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEFB6FBB-0A9A-4A0A-B4FA-30AF8D96AEBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEFB6FBB-0A9A-4A0A-B4FA-30AF8D96AEBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEFB6FBB-0A9A-4A0A-B4FA-30AF8D96AEBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Rhino.VisualStudio.Mac.csproj
EndGlobalSection
EndGlobal