Skip to content

Commit

Permalink
Internalised Dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimmyMySherbet committed Nov 18, 2020
1 parent 312d83e commit 2b46b44
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 42 deletions.
Binary file added PatchMod/Deps/Assembly-CSharp-firstpass.dll
Binary file not shown.
Binary file added PatchMod/Deps/Assembly-CSharp.dll
Binary file not shown.
Binary file added PatchMod/Deps/Rocket.Core.dll
Binary file not shown.
Binary file added PatchMod/Deps/UnityEngine.CoreModule.dll
Binary file not shown.
Binary file added PatchMod/Deps/UnityEngine.PhysicsModule.dll
Binary file not shown.
Binary file added PatchMod/Deps/UnityEngine.dll
Binary file not shown.
16 changes: 10 additions & 6 deletions PatchMod/PatchMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@

<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\Documents\RocketModLibraries\INTERNAL\Assembly-CSharp.dll</HintPath>
<HintPath>Deps\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>..\..\..\..\Documents\RocketModLibraries\INTERNAL\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>Deps\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="Rocket.Core">
<HintPath>..\..\..\..\Documents\RocketModLibraries\INTERNAL\Rocket.Core.dll</HintPath>
<HintPath>Deps\Rocket.Core.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\Documents\RocketModLibraries\INTERNAL\UnityEngine.dll</HintPath>
<HintPath>Deps\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\..\..\Documents\RocketModLibraries\INTERNAL\UnityEngine.CoreModule.dll</HintPath>
<HintPath>Deps\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>..\..\..\..\Documents\RocketModLibraries\INTERNAL\UnityEngine.PhysicsModule.dll</HintPath>
<HintPath>Deps\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
</ItemGroup>

Expand All @@ -35,4 +35,8 @@
</None>
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

</Project>
36 changes: 0 additions & 36 deletions PatchMod/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 2b46b44

Please sign in to comment.