Skip to content

Commit 73ef085

Browse files
authored
fix formatting for msbuild properties docs
1 parent 0488e41 commit 73ef085

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/msbuild/properties.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,15 @@ If set to `true`, automatically generates `KSPAssemblyDependency` attributes for
3737
```
3838

3939
```{confval} ReferenceUnityAssemblies
40-
If set to `true` (default), adds assembly references to all UnityEngine assemblies in the KSP install. You can set this to `false` to opt out of this behavior if you want to create a pure C# assembly that does not depend on Unity.
40+
---
41+
default: `true`
42+
---
43+
If set to `true`, adds assembly references to all UnityEngine assemblies in the KSP install. You can set this to `false` to opt out of this behavior if you want to create a pure C# assembly that does not depend on Unity.
4144
```
4245

4346
```{confval} ReferenceKSPAssemblies
44-
If set to `true` (default), adds references to Assembly-CSharp and Assembly-CSharp-firstpass assemblies from the KSP install. You can set this to `false` to opt out of this behavior.
47+
---
48+
default: `true`
49+
---
50+
If set to `true`, adds references to Assembly-CSharp and Assembly-CSharp-firstpass assemblies from the KSP install. You can set this to `false` to opt out of this behavior.
4551
```

0 commit comments

Comments
 (0)