-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShiftClick.asmdef
135 lines (135 loc) · 4.28 KB
/
ShiftClick.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "ShiftClick",
"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": [
"Accessibility.dll",
"Animation.Authoring.dll",
"Animation.Components.dll",
"Animation.Converters.dll",
"Animation.Systems.dll",
"Assembly-CSharp-firstpass.dll",
"Autodesk.Fbx.dll",
"com.playeveryware.eos-Editor.steam.utility.dll",
"com.playeveryware.eos.core.dll",
"Discord.SDK.dll",
"DomainReloadHelper.Runtime.dll",
"Facepunch.Steamworks.Win64.dll",
"FbxBuildTestAssets.dll",
"FewesLight.dll",
"GDK.dll",
"GdkUtilities.dll",
"I2.dll",
"Interaction.Authoring.dll",
"Interaction.Components.dll",
"Interaction.Converters.dll",
"Interaction.CoreKeeper.Authoring.dll",
"Interaction.CoreKeeper.Components.dll",
"Interaction.CoreKeeper.Converters.dll",
"Interaction.CoreKeeper.dll",
"Interaction.dll",
"io.sentry.unity.runtime.dll",
"Microsoft.Bcl.AsyncInterfaces.dll",
"NaughtyAttributes.Core.dll",
"NaughtyAttributes.Test.dll",
"Newtonsoft.Json.dll",
"PimDeWitte.UnityMainThreadDispatcher.dll",
"PlayFab.dll",
"PlayFabMultiplayerSDK.dll",
"PlayFabParty.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.Extensions.dll",
"Pug.ECS.Hybrid.dll",
"Pug.ECS.Serialization.dll",
"Pug.ECS.Serialization.DOTS100.dll",
"Pug.Mods.dll",
"Pug.ObjectIDCategory.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",
"Pugstorm.WorldGen.dll",
"PugWorldGen.Authoring.dll",
"PugWorldGen.Components.dll",
"PugWorldGen.Conversion.dll",
"PugWorldGen.CustomScenes.dll",
"PugWorldGen.Dungeons.dll",
"PugWorldGen.Placement.dll",
"Pushback.Authoring.dll",
"Pushback.Components.dll",
"Pushback.Converters.dll",
"Pushback.Systems.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",
"WorldGen.dll",
"WorldGen.Runtime.dll",
"WorldPatcher.dll",
"XblPCSandbox.dll",
"ZipSaveFolder.dll"
],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}