From d2ab30e7a69bfe7efda63ae75812207377917bd3 Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Sun, 30 Mar 2025 18:50:27 +0000
Subject: [PATCH] Merge branch 'Flexalon-UI-Layouts' into develop

---
 Assets/Flexalon/Editor/Flexalon.Editor.asmdef |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/Assets/Flexalon/Editor/Flexalon.Editor.asmdef b/Assets/Flexalon/Editor/Flexalon.Editor.asmdef
new file mode 100644
index 0000000..db7d1a8
--- /dev/null
+++ b/Assets/Flexalon/Editor/Flexalon.Editor.asmdef
@@ -0,0 +1,39 @@
+{
+    "name": "Flexalon.Editor",
+    "rootNamespace": "",
+    "references": [
+        "Flexalon"
+    ],
+    "includePlatforms": [
+        "Editor"
+    ],
+    "excludePlatforms": [],
+    "allowUnsafeCode": false,
+    "overrideReferences": true,
+    "precompiledReferences": [],
+    "autoReferenced": true,
+    "defineConstraints": [],
+    "versionDefines": [
+        {
+            "name": "com.unity.modules.unitywebrequest",
+            "expression": "",
+            "define": "UNITY_WEB_REQUEST"
+        },
+        {
+            "name": "com.unity.xr.interaction.toolkit",
+            "expression": "",
+            "define": "UNITY_XRI"
+        },
+        {
+            "name": "com.unity.modules.physics",
+            "expression": "",
+            "define": "UNITY_PHYSICS"
+        },
+        {
+            "name": "com.unity.modules.ui",
+            "expression": "",
+            "define": "UNITY_UI"
+        }
+    ],
+    "noEngineReferences": false
+}
\ No newline at end of file

--
Gitblit v1.9.3