Skip to content

Commit

Permalink
Removed Non Implicit Refrences
Browse files Browse the repository at this point in the history
Why did I add them this way?
  • Loading branch information
Void-n-Null committed Jun 4, 2024
1 parent 3593171 commit d20ee3d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions BananaFarmer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,4 @@
<ItemGroup>
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\SteamLibrary\steamapps\common\BloonsTD6\MelonLoader\Il2CppAssemblies\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Il2CppInterop.Runtime">
<HintPath>..\..\MelonLoader\Dependencies\SupportModules\Il2CppInterop.Runtime.dll</HintPath>
</Reference>
<Reference Include="Il2Cppmscorlib">
<HintPath>..\..\MelonLoader\Il2CppAssemblies\Il2Cppmscorlib.dll</HintPath>
</Reference>
<Reference Include="MelonLoader">
<HintPath>..\..\MelonLoader\net35\MelonLoader.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\MelonLoader\Il2CppAssemblies\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

0 comments on commit d20ee3d

Please sign in to comment.