-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathQuickStashAndGet.asmdef
95 lines (95 loc) · 2.89 KB
/
QuickStashAndGet.asmdef
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "QuickStashAndGet",
"rootNamespace": "",
"references": [
"Unity.Burst",
"Unity.Collections",
"Unity.Entities",
"Unity.Entities.Hybrid",
"Unity.Jobs",
"Unity.Mathematics",
"Unity.NetCode",
"Unity.NetCode.Physics",
"Unity.Networking.Transport",
"Unity.Physics",
"Unity.Physics.Hybrid",
"Unity.Properties",
"Unity.Transforms",
"PugMod.SDK",
"CoreLib",
"CoreLib.RewiredExtension"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"DomainReloadHelper.Runtime.dll",
"Facepunch.Steamworks.Win64.dll",
"FewesLight.dll",
"I2.dll",
"io.sentry.unity.runtime.dll",
"Microsoft.Bcl.AsyncInterfaces.dll",
"NaughtyAttributes.Core.dll",
"NaughtyAttributes.Test.dll",
"Newtonsoft.Json.dll",
"Pug.Base.dll",
"Pug.ColorCycling.dll",
"Pug.Dev.dll",
"Pug.ECS.Authoring.dll",
"Pug.ECS.Components.dll",
"Pug.ECS.ConditionExtensions.dll",
"Pug.ECS.Conversion.dll",
"Pug.ECS.Hybrid.dll",
"Pug.Mods.dll",
"Pug.Objects.dll",
"Pug.Other.dll",
"Pug.PP.dll",
"Pug.UnityExtensions.dll",
"PugConversion.dll",
"PugMap.Common.dll",
"PugMod.Integration.dll",
"PugMod.Platform.dll",
"PugMod.SDK.Runtime.dll",
"PugProperties.dll",
"PugRP.dll",
"PugWorldGen.Authoring.dll",
"PugWorldGen.Components.dll",
"PugWorldGen.Conversion.dll",
"PugWorldGen.dll",
"QFSW.QC.dll",
"QFSW.QC.Extras.dll",
"QFSW.QC.Grammar.dll",
"QFSW.QC.Parsers.dll",
"QFSW.QC.Serializers.dll",
"QFSW.QC.UI.dll",
"Rewired.dll",
"Rewired_Core.dll",
"Rewired_Windows.dll",
"Rewired_Windows_Functions.dll",
"Sentry.dll",
"Sentry.Microsoft.Bcl.AsyncInterfaces.dll",
"Sentry.System.Buffers.dll",
"Sentry.System.Collections.Immutable.dll",
"Sentry.System.Memory.dll",
"Sentry.System.Numerics.Vectors.dll",
"Sentry.System.Reflection.Metadata.dll",
"Sentry.System.Runtime.CompilerServices.Unsafe.dll",
"Sentry.System.Text.Encodings.Web.dll",
"Sentry.System.Text.Json.dll",
"Sentry.System.Threading.Tasks.Extensions.dll",
"Sentry.Unity.dll",
"Sentry.Unity.iOS.dll",
"Sentry.Unity.Native.dll",
"System.Buffers.dll",
"System.Memory.dll",
"System.Numerics.Vectors.dll",
"System.Runtime.CompilerServices.Unsafe.dll",
"System.Text.Json.dll",
"ZipSaveFolder.dll"
],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}