Contentless/Test/Content/Contentless.json

28 lines
562 B
JSON
Raw Permalink Normal View History

2019-10-08 19:20:35 +02:00
{
"exclude": [
"obj/*",
"bin/*",
2024-08-31 13:42:43 +02:00
"*/Ex*.png",
2023-12-21 19:01:45 +01:00
"Tiled/*.png"
2019-10-08 19:27:42 +02:00
],
2023-12-20 22:43:58 +01:00
"logSkipped": true,
2023-12-21 18:39:15 +01:00
"references": ["MonoGame.Extended.Content.Pipeline"],
2019-10-30 23:59:47 +01:00
"overrides": {
2024-08-31 13:46:30 +02:00
"*/Copy.*": {
"copy": true
},
2024-08-31 13:46:30 +02:00
"*/*.json": {
"copy": true
},
2024-08-31 13:46:30 +02:00
"*/*.ogg": {
"importer": "OggImporter",
"processor": "SongProcessor"
},
2024-08-31 13:46:30 +02:00
"*/*.png": {
"processorParams": {
"TextureFormat": "NoChange"
}
}
2019-10-30 23:59:47 +01:00
}
2023-12-20 22:43:58 +01:00
}