Contentless/Test/Content/Contentless.json

28 lines
547 B
JSON
Raw Normal View History

2019-10-08 19:20:35 +02:00
{
"exclude": [
"obj/",
"bin/",
2023-12-21 19:01:45 +01:00
"Ex*.png",
"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": {
"Copy.*": {
"copy": true
},
".json": {
"copy": true
},
".ogg": {
"importer": "OggImporter",
"processor": "SongProcessor"
},
".png": {
"processorParams": {
"TextureFormat": "NoChange"
}
}
2019-10-30 23:59:47 +01:00
}
2023-12-20 22:43:58 +01:00
}