Skip to content

Commit

Permalink
Moving dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
derekShaheen committed Mar 11, 2024
1 parent 209947a commit 231d1bf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions SkToolbox/SkToolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,17 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Unity.InputSystem">
<HintPath>..\..\unstripped_corlib\Unity.InputSystem.dll</HintPath>
<Reference Include="Unity.InputSystem, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\corlib\Unity.InputSystem.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\unstripped_corlib\UnityEngine.dll</HintPath>
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\corlib\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AudioModule">
<HintPath>..\..\unstripped_corlib\UnityEngine.AudioModule.dll</HintPath>
<Reference Include="UnityEngine.AudioModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\corlib\UnityEngine.AudioModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down

0 comments on commit 231d1bf

Please sign in to comment.