2019-10-08 19:20:35 +02:00
|
|
|
{
|
|
|
|
"exclude": [
|
|
|
|
"obj/",
|
|
|
|
"bin/",
|
|
|
|
"Ex*.png"
|
2019-10-08 19:27:42 +02:00
|
|
|
],
|
2023-12-20 22:43:58 +01:00
|
|
|
"logSkipped": true,
|
2023-12-21 17:48:16 +01:00
|
|
|
"references": ["monogame.extended.content.pipeline"],
|
2019-10-30 23:59:47 +01:00
|
|
|
"overrides": {
|
2020-06-25 11:53:25 +02:00
|
|
|
"Copy.*": {
|
|
|
|
"copy": true
|
|
|
|
},
|
|
|
|
".json": {
|
|
|
|
"importer": "JsonContentImporter",
|
|
|
|
"processor": "FontTextureProcessor"
|
|
|
|
},
|
|
|
|
".ogg": {
|
|
|
|
"importer": "OggImporter",
|
|
|
|
"processor": "SongProcessor"
|
|
|
|
},
|
|
|
|
".xml": {
|
|
|
|
"processor": "FontTextureProcessor"
|
|
|
|
},
|
|
|
|
".png": {
|
|
|
|
"processorParams": {
|
|
|
|
"TextureFormat": "Compressed"
|
|
|
|
}
|
|
|
|
}
|
2019-10-30 23:59:47 +01:00
|
|
|
}
|
2023-12-20 22:43:58 +01:00
|
|
|
}
|