Exclude Discord Game SDK from Android builds.

This commit is contained in:
2023-11-02 12:16:33 +08:00
parent bfa1423f64
commit c2c28518ba
2 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
{
"name": "DiscordGameSDK"
}
"name": "DiscordGameSDK",
"rootNamespace": "",
"references": [],
"includePlatforms": [
"Editor",
"WindowsStandalone32",
"WindowsStandalone64"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}