Skip to content

Commit aeb0609

Browse files
Tabbed section break
1 parent 3a60cbd commit aeb0609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/getting_started/content_pipeline/content_builder_project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ To create a Content Builder project using the `MonoGame Content Builder` project
9393
2. Enter the command `dotnet new mgcb -o MyContentBuilder` to create the project, placing it in a folder next to your game project.
9494
3. (optional) Enter the command `dotnet sln <your solution>.sln add ./MyContentBuilder/MyContentBuilder.csproj` to add the newly created Content Builder project to your game's solution file.
9595

96+
---
97+
9698
This creates a project with the following structure:
9799

98100
```text

0 commit comments

Comments
 (0)