File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,21 @@ The Crash Plugin must be built into an `.op` assembly. As some plugins are creat
10
10
11
11
### Yak package structure
12
12
13
- // TODO : Use File structure in Hextra
13
+ {{< filetree/container >}}
14
+ {{< filetree/folder name="Release" >}}
15
+ {{< filetree/file name="Manifest.yml" >}}
14
16
15
- - Debug
16
- -- Manifest.yml
17
- -- net7.0
18
- --- MyRhinoPlugin.rhp
19
- --- MyCrashPlugin.op
20
- --- MyPluginLib.dll
21
- -- net4.8
22
- --- MyRhinoPlugin.rhp
23
- --- MyCrashPlugin.op
24
- --- MyPluginLib.dll
17
+ {{< filetree/folder name="net7.0" >}}
18
+ {{< filetree/file name="MyRhinoPlugin.rhp" >}}
19
+ {{< filetree/file name="MyCrashPlugin.op" >}}
20
+ {{< filetree/file name="MyPluginLib.dll" >}}
21
+ {{< /filetree/folder >}}
22
+
23
+ {{< filetree/folder name="net48" >}}
24
+ {{< filetree/file name="MyRhinoPlugin.rhp" >}}
25
+ {{< filetree/file name="MyCrashPlugin.op" >}}
26
+ {{< filetree/file name="MyPluginLib.dll" >}}
27
+ {{< /filetree/folder >}}
28
+
29
+ {{< /filetree/folder >}}
30
+ {{< /filetree/container >}}
You can’t perform that action at this time.
0 commit comments