1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00

Added RPH nuget

This commit is contained in:
Rich Dunne 2021-05-01 13:13:35 -06:00
parent c87178267f
commit 6b8d01dc01
2 changed files with 4 additions and 4 deletions

View file

@ -40,9 +40,8 @@
<HintPath>D:\Program Files\Rockstar Games\Grand Theft Auto V\RAGENativeUI.dll</HintPath> <HintPath>D:\Program Files\Rockstar Games\Grand Theft Auto V\RAGENativeUI.dll</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="RagePluginHook"> <Reference Include="RagePluginHook, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\..\Modding Resources\References\RagePluginHook.dll</HintPath> <HintPath>..\packages\RagePluginHook.1.86.1\lib\net472\RagePluginHook.dll</HintPath>
<Private>False</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Configuration" /> <Reference Include="System.Configuration" />
@ -74,7 +73,7 @@
<Compile Include="Utils\DismissDriver.cs" /> <Compile Include="Utils\DismissDriver.cs" />
<Compile Include="Utils\Enums.cs" /> <Compile Include="Utils\Enums.cs" />
<Compile Include="Utils\Extensions.cs" /> <Compile Include="Utils\Extensions.cs" />
<Compile Include="Objects\CollectedVehicle.cs" /> <Compile Include="Objects\CollectedPed.cs" />
<Compile Include="Objects\Barrier.cs" /> <Compile Include="Objects\Barrier.cs" />
<Compile Include="Utils\Hints.cs" /> <Compile Include="Utils\Hints.cs" />
<Compile Include="Menus\BarrierMenu.cs" /> <Compile Include="Menus\BarrierMenu.cs" />

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="InputManager" version="1.0.0" targetFramework="net48" /> <package id="InputManager" version="1.0.0" targetFramework="net48" />
<package id="RagePluginHook" version="1.86.1" targetFramework="net48" />
</packages> </packages>