mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-21 23:13:29 +01:00
27 lines
562 B
JSON
27 lines
562 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"
|
|
}
|
|
}
|
|
}
|
|
}
|