mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 15:28:34 +01:00
a10689e3bb
* Add extraction of project file path.
* Add field for reference syncing in config file.
* Add new dependencies.
* Add sync algorithm for references.
* Update version
* Fix ups
* Rename ReferenceHeader
* Fix message
* Check arguments count.
* Fix
* Revert "Update version"
This reverts commit e24d75d18a
.
* Change error logic - no return
* Add adding new references.
* Add more true NuGet support.
* Fix braces.
* Fix First call.
---------
Co-authored-by: Ell <me@ellpeck.de>
30 lines
673 B
JSON
30 lines
673 B
JSON
{
|
|
"exclude": [
|
|
"obj/",
|
|
"bin/",
|
|
"Ex*.png"
|
|
],
|
|
"logSkipped": true,
|
|
"references": ["monogame.extended.content.pipeline"],
|
|
"overrides": {
|
|
"Copy.*": {
|
|
"copy": true
|
|
},
|
|
".json": {
|
|
"importer": "JsonContentImporter",
|
|
"processor": "FontTextureProcessor"
|
|
},
|
|
".ogg": {
|
|
"importer": "OggImporter",
|
|
"processor": "SongProcessor"
|
|
},
|
|
".xml": {
|
|
"processor": "FontTextureProcessor"
|
|
},
|
|
".png": {
|
|
"processorParams": {
|
|
"TextureFormat": "Compressed"
|
|
}
|
|
}
|
|
}
|
|
}
|