-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRhino-Ibra.sln
37 lines (37 loc) · 2.01 KB
/
Rhino-Ibra.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IbraImport", "IbraImport\IbraImport.csproj", "{56BCD31F-71DC-4932-99C3-520478B4B863}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IbraExport", "IbraExport\IbraExport.csproj", "{F7D3CA2D-6B4C-4A29-9F6D-E3061A61AAA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IbraTools", "IbraTools\IbraTools.csproj", "{125392AA-9358-412F-A3A8-046AD7E7EC78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56BCD31F-71DC-4932-99C3-520478B4B863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56BCD31F-71DC-4932-99C3-520478B4B863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56BCD31F-71DC-4932-99C3-520478B4B863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56BCD31F-71DC-4932-99C3-520478B4B863}.Release|Any CPU.Build.0 = Release|Any CPU
{F7D3CA2D-6B4C-4A29-9F6D-E3061A61AAA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D3CA2D-6B4C-4A29-9F6D-E3061A61AAA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D3CA2D-6B4C-4A29-9F6D-E3061A61AAA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D3CA2D-6B4C-4A29-9F6D-E3061A61AAA6}.Release|Any CPU.Build.0 = Release|Any CPU
{125392AA-9358-412F-A3A8-046AD7E7EC78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{125392AA-9358-412F-A3A8-046AD7E7EC78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{125392AA-9358-412F-A3A8-046AD7E7EC78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{125392AA-9358-412F-A3A8-046AD7E7EC78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {189B7F57-9D30-426C-9F31-099F7DB269ED}
EndGlobalSection
EndGlobal