Remove circular dependency, sort some config items

This commit is contained in:
John Gross
2017-03-30 16:57:58 -07:00
parent 5c1a9a5e35
commit 9a9daec656
7 changed files with 34 additions and 39 deletions

View File

@@ -18,6 +18,6 @@ namespace Torch.API
void BanPlayer(ulong steamId, bool banned = true);
IMyPlayer GetPlayerBySteamId(ulong id);
IMyPlayer GetPlayerByName(string name);
MTObservableCollection<IChatMessage> ChatHistory { get; }
List<IChatMessage> ChatHistory { get; }
}
}

View File

@@ -69,9 +69,6 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Torch">
<HintPath>..\Torch.Server\bin\x64\Release\Torch.dll</HintPath>
</Reference>
<Reference Include="VRage">
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\VRage.dll</HintPath>
<Private>False</Private>