mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-08 22:25:42 +12:00
This commit is contained in:
parent
bf92ccb0cd
commit
3d6b82fcf9
1 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="Game\Chat\Command.cs" />
|
||||||
<Compile Include="Game\GameExceptions.cs" />
|
<Compile Include="Game\GameExceptions.cs" />
|
||||||
<Compile Include="Game\Inventory\InventoryItem.cs" />
|
<Compile Include="Game\Inventory\InventoryItem.cs" />
|
||||||
<Compile Include="Game\Quest.cs" />
|
<Compile Include="Game\Quest.cs" />
|
||||||
|
@ -83,7 +84,7 @@
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Security\Authentication.cs" />
|
<Compile Include="Security\Authentication.cs" />
|
||||||
<Compile Include="Game\Chat.cs" />
|
<Compile Include="Game\Chat\Chat.cs" />
|
||||||
<Compile Include="Server\GameClient.cs" />
|
<Compile Include="Server\GameClient.cs" />
|
||||||
<Compile Include="Server\Converters.cs" />
|
<Compile Include="Server\Converters.cs" />
|
||||||
<Compile Include="Server\Database.cs" />
|
<Compile Include="Server\Database.cs" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue