|
10 | 10 | <CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies> |
11 | 11 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
12 | 12 | <LangVersion>9</LangVersion> |
| 13 | + <Platforms>AnyCPU;x64</Platforms> |
13 | 14 | </PropertyGroup> |
14 | 15 |
|
15 | 16 | <ItemGroup> |
16 | | - <PackageReference Include="EXILED" Version="8.0.0" /> |
| 17 | + <PackageReference Include="ExMod.Exiled" Version="9.2.2" /> |
17 | 18 | <PackageReference Include="Lib.Harmony" Version="2.2.2" /> |
18 | 19 | <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" /> |
19 | 20 | </ItemGroup> |
20 | 21 |
|
21 | 22 | <ItemGroup> |
22 | | - <Reference Include="Assembly-CSharp" HintPath="$(EXILED_References)\Assembly-CSharp-Publicized.dll" Private="false" /> |
23 | | - <Reference Include="Assembly-CSharp-firstpass" HintPath="$(EXILED_References)\Assembly-CSharp-firstpass.dll" Private="false" /> |
| 23 | + <Reference Include="Assembly-CSharp"> |
| 24 | + <HintPath>$(EXILED_REFERENCES)\Assembly-CSharp-Publicized.dll</HintPath> |
| 25 | + </Reference> |
| 26 | + <Reference Include="Assembly-CSharp-firstpass"> |
| 27 | + <HintPath>$(EXILED_REFERENCES)\Assembly-CSharp-firstpass.dll</HintPath> |
| 28 | + </Reference> |
24 | 29 | <Reference Include="CommandSystem.Core" HintPath="$(EXILED_References)\CommandSystem.Core.dll" Private="false" /> |
25 | 30 | <Reference Include="Mirror" HintPath="$(EXILED_References)\Mirror.dll" Private="false" /> |
26 | 31 | <Reference Include="NorthwoodLib" HintPath="$(EXILED_References)\NorthwoodLib.dll" Private="false" /> |
| 32 | + <Reference Include="UnityEngine"> |
| 33 | + <HintPath>$(EXILED_REFERENCES)\UnityEngine.dll</HintPath> |
| 34 | + </Reference> |
| 35 | + <Reference Include="UnityEngine.AnimationModule"> |
| 36 | + <HintPath>$(EXILED_REFERENCES)\UnityEngine.AnimationModule.dll</HintPath> |
| 37 | + </Reference> |
| 38 | + <Reference Include="UnityEngine.AssetBundleModule"> |
| 39 | + <HintPath>$(EXILED_REFERENCES)\UnityEngine.AssetBundleModule.dll</HintPath> |
| 40 | + </Reference> |
27 | 41 | <Reference Include="UnityEngine.CoreModule" HintPath="$(EXILED_References)\UnityEngine.CoreModule.dll" Private="false" /> |
28 | 42 | <Reference Include="UnityEngine.AudioModule" HintPath="$(EXILED_References)\UnityEngine.AudioModule.dll" Private="false" /> |
29 | 43 | <Reference Include="UnityEngine.PhysicsModule" HintPath="$(EXILED_References)\UnityEngine.PhysicsModule.dll" Private="false" /> |
|
0 commit comments