Browse Source

Fixed ModList to reference the right file

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
43fa6cdfc8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      BSIPA-ModList/BSIPA-ModList.csproj

+ 2
- 2
BSIPA-ModList/BSIPA-ModList.csproj View File

@ -52,13 +52,13 @@
<HintPath>..\Refs\Unity.TextMeshPro.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\Refs\UnityEngine.dll</HintPath>
<HintPath>..\Refs\UnityEngine.Net4.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AssetBundleModule">
<HintPath>..\Refs\UnityEngine.AssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\Refs\UnityEngine.CoreModule.dll</HintPath>
<HintPath>..\Refs\UnityEngine.CoreModule.Net4.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.TextRenderingModule">


Loading…
Cancel
Save