Skip to content

Commit

Permalink
-Added references to the injector so it functions after build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagord committed Nov 26, 2022
1 parent ab45ac4 commit 8360532
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions PulsarInjector/PulsarInjector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
</Reference>
<Reference Include="PulsarModLoader, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<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 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>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -82,6 +82,14 @@
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\UnityEngine.TextRenderingModule.dll</HintPath>
</Reference>
<Reference Include="Valve.Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Valve.Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Injector.cs" />
Expand Down

0 comments on commit 8360532

Please sign in to comment.