Skip to content

Commit

Permalink
Don't pointlessly reference System.Data and MySql.Data
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed May 18, 2017
1 parent 3b5b528 commit 527cb58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
19 changes: 9 additions & 10 deletions fCraft/Player/Chat.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// Part of fCraft | Copyright 2009-2015 Matvei Stefarov <me@matvei.org> | BSD-3 | See LICENSE.txt //Copyright (c) 2011-2013 Jon Baker, Glenn Marien and Lao Tszy <Jonty800@gmail.com> //Copyright (c) <2012-2014> <LeChosenOne, DingusBungus> | ProCraft Copyright 2014-2016 Joseph Beauvais <123DMWM@gmail.com>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using fCraft.Events;
using JetBrains.Annotations;
using System.IO;
using Microsoft.SqlServer.Server;
using System.Net;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using fCraft.Events;
using JetBrains.Annotations;

namespace fCraft {
/// <summary> Helper class for handling player-generated chat. </summary>
Expand Down
5 changes: 0 additions & 5 deletions fCraft/fCraft.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,13 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="MySql.Data, Version=6.9.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text">
<HintPath>.\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
Expand Down

0 comments on commit 527cb58

Please sign in to comment.