Contentless/Test/Content/Contentless.json

14 lines
314 B
JSON
Raw Normal View History

2019-10-08 19:20:35 +02:00
{
"exclude": [
"obj/",
"bin/",
"Ex*.png"
2019-10-08 19:27:42 +02:00
],
2019-10-28 23:43:48 +01:00
"logSkipped": false,
2019-10-30 23:59:47 +01:00
"overrides": {
"Copy.*": "Copy",
".json": ["JsonContentImporter", "FontTextureProcessor"],
".ogg": ["OggImporter", "SongProcessor"],
".xml": ["", "FontTextureProcessor"]
2019-10-30 23:59:47 +01:00
}
2019-10-08 19:20:35 +02:00
}