forked from notargs/UnityNaturalMCP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnityNaturalMCP.Editor.asmdef
More file actions
41 lines (41 loc) · 1.46 KB
/
UnityNaturalMCP.Editor.asmdef
File metadata and controls
41 lines (41 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "UnityNaturalMCP.Editor",
"rootNamespace": "UnityNaturalMCP.Editor",
"references": [
"UniTask"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Microsoft.Bcl.AsyncInterfaces.dll",
"Microsoft.Bcl.Memory.dll",
"Microsoft.Extensions.AI.Abstractions.dll",
"Microsoft.Extensions.Configuration.Abstractions.dll",
"Microsoft.Extensions.DependencyInjection.dll",
"Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"Microsoft.Extensions.Diagnostics.Abstractions.dll",
"Microsoft.Extensions.FileProviders.Abstractions.dll",
"Microsoft.Extensions.Hosting.Abstractions.dll",
"Microsoft.Extensions.Logging.Abstractions.dll",
"Microsoft.Extensions.Options.dll",
"Microsoft.Extensions.Primitives.dll",
"ModelContextProtocol.dll",
"ModelContextProtocol.Core.dll",
"System.ComponentModel.Annotations.dll",
"System.Diagnostics.DiagnosticSource.dll",
"System.IO.Pipelines.dll",
"System.Net.ServerSentEvents.dll",
"System.Runtime.CompilerServices.Unsafe.dll",
"System.Text.Encodings.Web.dll",
"System.Text.Json.dll",
"System.Threading.Channels.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}