Skip to content

Commit

Permalink
Fixed reference directories
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonFire47 committed Dec 10, 2023
1 parent 8fb926e commit 26fd374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion PulsarInjector/PulsarInjector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath Condition="Exists('..\PulsarModLoader\bin\Release\PulsarModLoader.dll')">..\PulsarModLoader\bin\Release\PulsarModLoader.dll</HintPath>
<HintPath Condition="Exists('..\PulsarModLoader\bin\Debug\PulsarModLoader.dll')">..\PulsarModLoader\bin\Debug\PulsarModLoader.dll</HintPath>
<HintPath>..\PulsarModLoader\bin\Debug\PulsarModLoader.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion PulsarModLoader/PulsarModLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UIModule">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\PULSARLostColony\PULSAR_LostColony_Data\Managed\UnityEngine.UIModule.dll</HintPath>
<HintPath>..\lib\UnityEngine.UIModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Valve.Newtonsoft.Json">
Expand Down

0 comments on commit 26fd374

Please sign in to comment.