Ignore:
Timestamp:
Sep 2, 2014, 9:32:25 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj

    r146 r154  
    100100    <Compile Include="src\PersistentData\Player.cs" />
    101101    <Compile Include="src\CustomCommands\ListKnownPlayers.cs" />
     102    <Compile Include="src\NetConnections\Servers\Web\ApiHandler.cs" />
     103    <Compile Include="src\NetConnections\Servers\Web\API\GetPlayersOnline.cs" />
     104    <Compile Include="src\NetConnections\Servers\Web\API\WebAPI.cs" />
     105    <Compile Include="src\JSON\JSONNode.cs" />
     106    <Compile Include="src\JSON\JSONArray.cs" />
     107    <Compile Include="src\JSON\JSONObject.cs" />
     108    <Compile Include="src\JSON\JSONNumber.cs" />
     109    <Compile Include="src\JSON\JSONString.cs" />
     110    <Compile Include="src\JSON\JSONBoolean.cs" />
     111    <Compile Include="src\NetConnections\Servers\Web\API\GetPlayersLocation.cs" />
    102112  </ItemGroup>
    103113  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     
    111121    <Folder Include="src\NetConnections\Servers\Web\" />
    112122    <Folder Include="src\PersistentData\" />
     123    <Folder Include="src\NetConnections\Servers\Web\API\" />
    113124  </ItemGroup>
    114125</Project>
Note: See TracChangeset for help on using the changeset viewer.