Files
trail-into-darkness/Packages/ZLinq.Unity/Runtime/ZLinq.Unity.asmdef
Sebastian Bularca 36d3f112ef added zlinq
2026-04-02 07:43:33 +02:00

28 lines
690 B
Plaintext

{
"name": "ZLinq.Unity",
"rootNamespace": "ZLinq",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"ZLinq.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.modules.uielements",
"expression": "",
"define": "ZLINQ_UNITY_UIELEMENTS_SUPPORT"
},
{
"name": "com.unity.collections",
"expression": "",
"define": "ZLINQ_UNITY_COLLECTIONS_SUPPORT"
}
],
"noEngineReferences": false
}