mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-16 21:13:12 +01:00
27 lines
547 B
JSON
27 lines
547 B
JSON
{
|
|
"exclude": [
|
|
"obj/",
|
|
"bin/",
|
|
"Ex*.png",
|
|
"Tiled/*.png"
|
|
],
|
|
"logSkipped": true,
|
|
"references": ["MonoGame.Extended.Content.Pipeline"],
|
|
"overrides": {
|
|
"Copy.*": {
|
|
"copy": true
|
|
},
|
|
".json": {
|
|
"copy": true
|
|
},
|
|
".ogg": {
|
|
"importer": "OggImporter",
|
|
"processor": "SongProcessor"
|
|
},
|
|
".png": {
|
|
"processorParams": {
|
|
"TextureFormat": "NoChange"
|
|
}
|
|
}
|
|
}
|
|
}
|