Skip to content

Commit d4abf72

Browse files
committed
Update to latest RocketMod
1 parent 1675158 commit d4abf72

File tree

3 files changed

+49
-15
lines changed

3 files changed

+49
-15
lines changed

SimpleDeathMessages.csproj

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,50 @@
4040
</PropertyGroup>
4141
<ItemGroup>
4242
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>packages\Rocket.Unturned.5.0.0.130\lib\net35\Assembly-CSharp.dll</HintPath>
43+
<HintPath>packages\Rocket.Unturned.5.0.0.155\lib\net35\Assembly-CSharp.dll</HintPath>
4444
</Reference>
4545
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>packages\Rocket.Unturned.5.0.0.130\lib\net35\Assembly-CSharp-firstpass.dll</HintPath>
46+
<HintPath>packages\Rocket.Unturned.5.0.0.155\lib\net35\Assembly-CSharp-firstpass.dll</HintPath>
4747
</Reference>
48-
<Reference Include="Rocket.API, Version=5.0.0.467, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>packages\Rocket.API.5.0.0.467\lib\net35\Rocket.API.dll</HintPath>
48+
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
49+
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\ICSharpCode.SharpZipLib.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Rocket.Compatibility, Version=5.0.0.467, Culture=neutral, processorArchitecture=MSIL">
52-
<HintPath>packages\Rocket.Compatibility.5.0.0.467\lib\net35\Rocket.Compatibility.dll</HintPath>
51+
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52+
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Microsoft.Practices.ServiceLocation.dll</HintPath>
5353
</Reference>
54-
<Reference Include="Rocket.Core, Version=5.0.0.467, Culture=neutral, processorArchitecture=MSIL">
55-
<HintPath>packages\Rocket.Core.5.0.0.467\lib\net35\Rocket.Core.dll</HintPath>
54+
<Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Microsoft.Practices.Unity.dll</HintPath>
56+
</Reference>
57+
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58+
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Microsoft.Practices.Unity.Configuration.dll</HintPath>
59+
</Reference>
60+
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
61+
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Newtonsoft.Json.dll</HintPath>
62+
</Reference>
63+
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
64+
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\RestSharp.dll</HintPath>
65+
</Reference>
66+
<Reference Include="Rocket.API, Version=5.0.0.534, Culture=neutral, processorArchitecture=MSIL">
67+
<HintPath>packages\Rocket.API.5.0.0.534\lib\net35\Rocket.API.dll</HintPath>
68+
</Reference>
69+
<Reference Include="Rocket.Compatibility, Version=5.0.0.534, Culture=neutral, processorArchitecture=MSIL">
70+
<HintPath>packages\Rocket.Compatibility.5.0.0.534\lib\net35\Rocket.Compatibility.dll</HintPath>
71+
</Reference>
72+
<Reference Include="Rocket.Core, Version=5.0.0.534, Culture=neutral, processorArchitecture=MSIL">
73+
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Rocket.Core.dll</HintPath>
5674
</Reference>
5775
<Reference Include="Rocket.UnityEngine, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
58-
<HintPath>packages\Rocket.UnityEngine.5.0.0.29\lib\net35\Rocket.UnityEngine.dll</HintPath>
76+
<HintPath>packages\Rocket.UnityEngine.5.0.0.34\lib\net35\Rocket.UnityEngine.dll</HintPath>
5977
</Reference>
6078
<Reference Include="Rocket.Unturned, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
61-
<HintPath>packages\Rocket.Unturned.5.0.0.130\lib\net35\Rocket.Unturned.dll</HintPath>
79+
<HintPath>packages\Rocket.Unturned.5.0.0.155\lib\net35\Rocket.Unturned.dll</HintPath>
6280
</Reference>
6381
<Reference Include="System" />
6482
<Reference Include="System.Core" />
83+
<Reference Include="System.Runtime.Serialization">
84+
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\System.Runtime.Serialization.dll</HintPath>
85+
<Private>True</Private>
86+
</Reference>
6587
<Reference Include="System.Xml.Linq" />
6688
<Reference Include="System.Data.DataSetExtensions" />
6789
<Reference Include="System.Data" />
@@ -81,6 +103,7 @@
81103
<Content Include="lib\UnityEngine.dll" />
82104
</ItemGroup>
83105
<ItemGroup>
106+
<None Include="app.config" />
84107
<None Include="packages.config" />
85108
</ItemGroup>
86109
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

app.config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<runtime>
4+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5+
<dependentAssembly>
6+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
7+
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
8+
</dependentAssembly>
9+
</assemblyBinding>
10+
</runtime>
11+
</configuration>

packages.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Rocket.API" version="5.0.0.467" targetFramework="net35" />
4-
<package id="Rocket.Compatibility" version="5.0.0.467" targetFramework="net35" />
5-
<package id="Rocket.Core" version="5.0.0.467" targetFramework="net35" />
6-
<package id="Rocket.UnityEngine" version="5.0.0.29" targetFramework="net35" />
7-
<package id="Rocket.Unturned" version="5.0.0.130" targetFramework="net35" />
3+
<package id="Rocket.API" version="5.0.0.534" targetFramework="net35" />
4+
<package id="Rocket.Compatibility" version="5.0.0.534" targetFramework="net35" />
5+
<package id="Rocket.Core" version="5.0.0.534" targetFramework="net35" />
6+
<package id="Rocket.UnityEngine" version="5.0.0.34" targetFramework="net35" />
7+
<package id="Rocket.Unturned" version="5.0.0.155" targetFramework="net35" />
88
</packages>

0 commit comments

Comments
 (0)