Ignore:
Timestamp:
Sep 10, 2014, 8:09:28 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

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

    r182 r187  
    120120    <Compile Include="src\NetConnections\Servers\Web\API\GetLandClaims.cs" />
    121121    <Compile Include="src\BlockingQueue.cs" />
     122    <Compile Include="src\JSON\Parser.cs" />
     123    <Compile Include="src\JSON\JSONNull.cs" />
     124    <Compile Include="src\JSON\MalformedJSONException.cs" />
    122125  </ItemGroup>
    123126  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     
    132135    <Folder Include="src\PersistentData\" />
    133136    <Folder Include="src\NetConnections\Servers\Web\API\" />
     137    <Folder Include="src\JSON\Parser\" />
    134138  </ItemGroup>
    135139</Project>
Note: See TracChangeset for help on using the changeset viewer.