Skip to content

Commit

Permalink
Update to compile on newer versions of unity.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartman-2000 committed Oct 8, 2016
1 parent c44f9e3 commit 35a5b14
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion JoinLeaveMessages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using Rocket.Unturned.Player;
using SDG.Unturned;
using System.Linq;
using UnityEngine;
using Color = UnityEngine.Color;

namespace JoinLeaveMessages
{
Expand Down
24 changes: 12 additions & 12 deletions JoinLeaveMessages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>BaseLib\Assembly-CSharp.dll</HintPath>
<HintPath>lib\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>BaseLib\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>lib\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Rocket.API">
<HintPath>BaseLib\Rocket.API.dll</HintPath>
<HintPath>lib\Rocket.API.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Rocket.Core">
<HintPath>BaseLib\Rocket.Core.dll</HintPath>
<HintPath>lib\Rocket.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Rocket.Unturned">
<HintPath>BaseLib\Rocket.Unturned.dll</HintPath>
<HintPath>lib\Rocket.Unturned.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -58,7 +58,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>BaseLib\UnityEngine.dll</HintPath>
<HintPath>lib\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand All @@ -68,12 +68,12 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="BaseLib\Assembly-CSharp-firstpass.dll" />
<Content Include="BaseLib\Assembly-CSharp.dll" />
<Content Include="BaseLib\Rocket.API.dll" />
<Content Include="BaseLib\Rocket.Core.dll" />
<Content Include="BaseLib\Rocket.Unturned.dll" />
<Content Include="BaseLib\UnityEngine.dll" />
<Content Include="lib\Assembly-CSharp-firstpass.dll" />
<Content Include="lib\Assembly-CSharp.dll" />
<Content Include="lib\Rocket.API.dll" />
<Content Include="lib\Rocket.Core.dll" />
<Content Include="lib\Rocket.Unturned.dll" />
<Content Include="lib\UnityEngine.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: AssemblyVersion("1.3.1.1")]
[assembly: AssemblyFileVersion("1.3.1.1")]

0 comments on commit 35a5b14

Please sign in to comment.