Skip to content

Commit dc73921

Browse files
authored
Update CustomItems.csproj
1 parent d2b3e67 commit dc73921

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CustomItems-LabAPI/CustomItems.csproj

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,24 @@
3636
<HintPath>..\packages\Lib.Harmony.2.3.6\lib\net48\0Harmony.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39+
<Reference Include="Assembly-CSharp">
40+
<HintPath>$(SL_REFERENCES)\Assembly-CSharp.dll</HintPath>
41+
</Reference>
42+
<Reference Include="Assembly-CSharp-firstpass">
43+
<HintPath>$(SL_REFERENCES)\Assembly-CSharp-firstpass.dll</HintPath>
44+
</Reference>
45+
<Reference Include="CommandSystem.Core">
46+
<HintPath>$(SL_REFERENCES)\CommandSystem.Core.dll</HintPath>
47+
</Reference>
48+
<Reference Include="LabApi">
49+
<HintPath>$(SL_REFERENCES)\LabApi.dll</HintPath>
50+
</Reference>
51+
<Reference Include="Mirror">
52+
<HintPath>$(SL_REFERENCES)\Mirror.dll</HintPath>
53+
</Reference>
54+
<Reference Include="Pooling">
55+
<HintPath>$(SL_REFERENCES)\Pooling.dll</HintPath>
56+
</Reference>
3957
<Reference Include="System" />
4058
<Reference Include="System.Core" />
4159
<Reference Include="System.Xml.Linq" />
@@ -44,6 +62,13 @@
4462
<Reference Include="System.Data" />
4563
<Reference Include="System.Net.Http" />
4664
<Reference Include="System.Xml" />
65+
<Reference Include="UnityEngine.AIModule">
66+
<HintPath>$(SL_REFERENCES)\UnityEngine.AIModule.dll</HintPath>
67+
</Reference>
68+
<Reference Include="UnityEngine.CoreModule">
69+
<HintPath>$(SL_REFERENCES)\UnityEngine.CoreModule.dll</HintPath>
70+
</Reference>
71+
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" />
4772
</ItemGroup>
4873
<ItemGroup>
4974
<Compile Include="API\CustomItem.cs" />

0 commit comments

Comments
 (0)