document references

This commit is contained in:
Ell 2023-12-21 18:39:15 +01:00
parent 95dba50148
commit e69aa3e089
2 changed files with 6 additions and 3 deletions

View file

@ -59,7 +59,10 @@ If you want to change the way Contentless works, you can use a configuration fil
"TextureFormat": "Compressed"
}
}
}
},
// A set of content pipeline library references that should optionally be added to the content file, or whose paths should be changed in the content file if they don't match the project's package references
// Default: []
"references": ["MonoGame.Extended.Content.Pipeline"]
}
```
For an example of a config in use, see the [test config](https://github.com/Ellpeck/Contentless/blob/main/Test/Content/Contentless.json).

View file

@ -5,7 +5,7 @@
"Ex*.png"
],
"logSkipped": true,
"references": ["monogame.extended.content.pipeline"],
"references": ["MonoGame.Extended.Content.Pipeline"],
"overrides": {
"Copy.*": {
"copy": true