Skip to content

Commit 1dd89af

Browse files
Internalized libs
1 parent f6ba16c commit 1dd89af

File tree

9 files changed

+27
-18
lines changed

9 files changed

+27
-18
lines changed
410 KB
Binary file not shown.
3.12 MB
Binary file not shown.
15.5 KB
Binary file not shown.
75 KB
Binary file not shown.
94 KB
Binary file not shown.
670 KB
Binary file not shown.
66.2 KB
Binary file not shown.
57.2 KB
Binary file not shown.

ShimmysAdminTools/ShimmysAdminTools.csproj

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,25 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
35-
<HintPath>..\packages\OpenMod.Unturned.Redist.3.20.14\lib\net461\Assembly-CSharp.dll</HintPath>
36-
<Private>True</Private>
34+
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35+
<SpecificVersion>False</SpecificVersion>
36+
<HintPath>Libs\Assembly-CSharp.dll</HintPath>
3737
</Reference>
38-
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
39-
<HintPath>..\packages\OpenMod.Unturned.Redist.3.20.14\lib\net461\Assembly-CSharp-firstpass.dll</HintPath>
40-
<Private>True</Private>
38+
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
39+
<SpecificVersion>False</SpecificVersion>
40+
<HintPath>Libs\Assembly-CSharp-firstpass.dll</HintPath>
4141
</Reference>
42-
<Reference Include="Rocket.API, Version=4.9.3.3, Culture=neutral, PublicKeyToken=null">
43-
<HintPath>..\lib\Rocket.API.dll</HintPath>
42+
<Reference Include="Rocket.API, Version=4.9.3.3, Culture=neutral, processorArchitecture=MSIL">
43+
<SpecificVersion>False</SpecificVersion>
44+
<HintPath>Libs\Rocket.API.dll</HintPath>
4445
</Reference>
45-
<Reference Include="Rocket.Core, Version=4.9.3.3, Culture=neutral, PublicKeyToken=null">
46-
<HintPath>..\lib\Rocket.Core.dll</HintPath>
46+
<Reference Include="Rocket.Core, Version=4.9.3.3, Culture=neutral, processorArchitecture=MSIL">
47+
<SpecificVersion>False</SpecificVersion>
48+
<HintPath>Libs\Rocket.Core.dll</HintPath>
4749
</Reference>
48-
<Reference Include="Rocket.Unturned, Version=4.9.3.3, Culture=neutral, PublicKeyToken=null">
49-
<HintPath>..\lib\Rocket.Unturned.dll</HintPath>
50+
<Reference Include="Rocket.Unturned, Version=4.9.3.3, Culture=neutral, processorArchitecture=MSIL">
51+
<SpecificVersion>False</SpecificVersion>
52+
<HintPath>Libs\Rocket.Unturned.dll</HintPath>
5053
</Reference>
5154
<Reference Include="System" />
5255
<Reference Include="System.Core" />
@@ -56,14 +59,17 @@
5659
<Reference Include="System.Data" />
5760
<Reference Include="System.Net.Http" />
5861
<Reference Include="System.Xml" />
59-
<Reference Include="UnityEngine">
60-
<HintPath>..\..\..\..\Documents\RocketModLibraries\INTERNAL\UnityEngine.dll</HintPath>
62+
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
63+
<SpecificVersion>False</SpecificVersion>
64+
<HintPath>Libs\UnityEngine.dll</HintPath>
6165
</Reference>
62-
<Reference Include="UnityEngine.CoreModule">
63-
<HintPath>..\..\..\..\Documents\RocketModLibraries\INTERNAL\UnityEngine.CoreModule.dll</HintPath>
66+
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
67+
<SpecificVersion>False</SpecificVersion>
68+
<HintPath>Libs\UnityEngine.CoreModule.dll</HintPath>
6469
</Reference>
65-
<Reference Include="UnityEngine.PhysicsModule">
66-
<HintPath>..\..\..\..\Documents\RocketModLibraries\INTERNAL\UnityEngine.PhysicsModule.dll</HintPath>
70+
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
71+
<SpecificVersion>False</SpecificVersion>
72+
<HintPath>Libs\UnityEngine.PhysicsModule.dll</HintPath>
6773
</Reference>
6874
</ItemGroup>
6975
<ItemGroup>
@@ -133,5 +139,8 @@
133139
<ItemGroup>
134140
<None Include="packages.config" />
135141
</ItemGroup>
142+
<ItemGroup>
143+
<Folder Include="Libs\" />
144+
</ItemGroup>
136145
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137146
</Project>

0 commit comments

Comments
 (0)