Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 0f37034

Browse files
committed
Change dependencies folder name
1 parent df10d98 commit 0f37034

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

ModLoader/ModLoader.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
<ItemGroup>
3434
<Reference Include="0Harmony, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
3535
<HintPath>..\packages\Lib.Harmony.2.2.0\lib\net45\0Harmony.dll</HintPath>
36+
<Private>False</Private>
3637
</Reference>
3738
<Reference Include="Assembly-CSharp">
38-
<HintPath>..\Dependecies\Assembly-CSharp.dll</HintPath>
39+
<HintPath>..\Dependencies\Assembly-CSharp.dll</HintPath>
3940
<Private>False</Private>
4041
</Reference>
4142
<Reference Include="System" />
@@ -47,11 +48,15 @@
4748
<Reference Include="System.Net.Http" />
4849
<Reference Include="System.Xml" />
4950
<Reference Include="UnityEngine">
50-
<HintPath>..\Dependecies\UnityEngine.dll</HintPath>
51+
<HintPath>..\Dependencies\UnityEngine.dll</HintPath>
52+
<Private>False</Private>
53+
</Reference>
54+
<Reference Include="UnityEngine.AssetBundleModule">
55+
<HintPath>..\Dependencies\UnityEngine.AssetBundleModule.dll</HintPath>
5156
<Private>False</Private>
5257
</Reference>
5358
<Reference Include="UnityEngine.CoreModule">
54-
<HintPath>..\Dependecies\UnityEngine.CoreModule.dll</HintPath>
59+
<HintPath>..\Dependencies\UnityEngine.CoreModule.dll</HintPath>
5560
<Private>False</Private>
5661
</Reference>
5762
</ItemGroup>
@@ -66,5 +71,6 @@
6671
<ItemGroup>
6772
<None Include="packages.config" />
6873
</ItemGroup>
74+
<ItemGroup />
6975
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7076
</Project>

0 commit comments

Comments
 (0)