-
Notifications
You must be signed in to change notification settings - Fork 7
/
CityEngineRhino.sln
75 lines (75 loc) · 4.15 KB
/
CityEngineRhino.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CityEngineRhino", "PumaRhino\PumaRhino.vcxproj", "{5A60A717-8038-4A31-8045-5C802788F715}"
ProjectSection(ProjectDependencies) = postProject
{3834552A-23FC-4584-850C-D823CA9F4227} = {3834552A-23FC-4584-850C-D823CA9F4227}
{80FD5576-DAF6-4922-933D-86EFD7A1DB94} = {80FD5576-DAF6-4922-933D-86EFD7A1DB94}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RhinoCodecs", "PumaCodecs\PumaCodecs.vcxproj", "{80FD5576-DAF6-4922-933D-86EFD7A1DB94}"
ProjectSection(ProjectDependencies) = postProject
{3834552A-23FC-4584-850C-D823CA9F4227} = {3834552A-23FC-4584-850C-D823CA9F4227}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CityEngineGrasshopper", "PumaGrasshopper\CityEngineGrasshopper.csproj", "{2C95F9DD-5756-46F5-8C23-9E0A182B8C74}"
ProjectSection(ProjectDependencies) = postProject
{5A60A717-8038-4A31-8045-5C802788F715} = {5A60A717-8038-4A31-8045-5C802788F715}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dependencies", "PumaDependencies\PumaDependencies.vcxproj", "{3834552A-23FC-4584-850C-D823CA9F4227}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BF2FECF2-F945-462D-A543-86DBCE140D48}"
ProjectSection(SolutionItems) = preProject
.clang-format = .clang-format
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
create_package.py = create_package.py
Directory.Build.props = Directory.Build.props
LICENSE.txt = LICENSE.txt
manifest.template = manifest.template
doc\img\puma_street_segment_scene.jpg = doc\img\puma_street_segment_scene.jpg
README.md = README.md
version.properties = version.properties
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rhino8DebugLauncher", "Rhino8DebugLauncher\Rhino8DebugLauncher.csproj", "{A22643AD-D667-4F1C-AFB1-B6996D4B416E}"
ProjectSection(ProjectDependencies) = postProject
{2C95F9DD-5756-46F5-8C23-9E0A182B8C74} = {2C95F9DD-5756-46F5-8C23-9E0A182B8C74}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A60A717-8038-4A31-8045-5C802788F715}.Debug|x64.ActiveCfg = Release|x64
{5A60A717-8038-4A31-8045-5C802788F715}.Debug|x64.Build.0 = Release|x64
{5A60A717-8038-4A31-8045-5C802788F715}.Release|x64.ActiveCfg = Release|x64
{5A60A717-8038-4A31-8045-5C802788F715}.Release|x64.Build.0 = Release|x64
{80FD5576-DAF6-4922-933D-86EFD7A1DB94}.Debug|x64.ActiveCfg = Release|x64
{80FD5576-DAF6-4922-933D-86EFD7A1DB94}.Debug|x64.Build.0 = Release|x64
{80FD5576-DAF6-4922-933D-86EFD7A1DB94}.Release|x64.ActiveCfg = Release|x64
{80FD5576-DAF6-4922-933D-86EFD7A1DB94}.Release|x64.Build.0 = Release|x64
{2C95F9DD-5756-46F5-8C23-9E0A182B8C74}.Debug|x64.ActiveCfg = Release|Any CPU
{2C95F9DD-5756-46F5-8C23-9E0A182B8C74}.Debug|x64.Build.0 = Release|Any CPU
{2C95F9DD-5756-46F5-8C23-9E0A182B8C74}.Release|x64.ActiveCfg = Release|Any CPU
{2C95F9DD-5756-46F5-8C23-9E0A182B8C74}.Release|x64.Build.0 = Release|Any CPU
{3834552A-23FC-4584-850C-D823CA9F4227}.Debug|x64.ActiveCfg = Release|x64
{3834552A-23FC-4584-850C-D823CA9F4227}.Debug|x64.Build.0 = Release|x64
{3834552A-23FC-4584-850C-D823CA9F4227}.Release|x64.ActiveCfg = Release|x64
{3834552A-23FC-4584-850C-D823CA9F4227}.Release|x64.Build.0 = Release|x64
{A22643AD-D667-4F1C-AFB1-B6996D4B416E}.Debug|x64.ActiveCfg = Debug|Any CPU
{A22643AD-D667-4F1C-AFB1-B6996D4B416E}.Debug|x64.Build.0 = Debug|Any CPU
{A22643AD-D667-4F1C-AFB1-B6996D4B416E}.Release|x64.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28C615B6-DFD3-47B1-BE68-1C96592E877F}
EndGlobalSection
EndGlobal