Ignore:
Timestamp:
Aug 7, 2022, 3:02:24 PM (2 years ago)
Author:
alloc
Message:

Major refactoring/cleanup

File:
1 edited

Legend:

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

    r386 r391  
    9191    <Compile Include="src\PersistentData\Players.cs" />
    9292    <Compile Include="src\PersistentData\Player.cs" />
    93     <Compile Include="src\JSON\JSONNode.cs" />
    94     <Compile Include="src\JSON\JSONArray.cs" />
    95     <Compile Include="src\JSON\JSONObject.cs" />
    96     <Compile Include="src\JSON\JSONNumber.cs" />
    97     <Compile Include="src\JSON\JSONString.cs" />
    98     <Compile Include="src\JSON\JSONBoolean.cs" />
    99     <Compile Include="src\BlockingQueue.cs" />
     93    <Compile Include="src\JSON\JsonNode.cs" />
     94    <Compile Include="src\JSON\JsonArray.cs" />
     95    <Compile Include="src\JSON\JsonObject.cs" />
     96    <Compile Include="src\JSON\JsonNumber.cs" />
     97    <Compile Include="src\JSON\JsonString.cs" />
     98    <Compile Include="src\JSON\JsonBoolean.cs" />
    10099    <Compile Include="src\JSON\Parser.cs" />
    101     <Compile Include="src\JSON\JSONNull.cs" />
     100    <Compile Include="src\JSON\JsonNull.cs" />
    102101    <Compile Include="src\JSON\MalformedJSONException.cs" />
    103102    <Compile Include="src\FileCache\AbstractCache.cs" />
     
    105104    <Compile Include="src\FileCache\SimpleCache.cs" />
    106105    <Compile Include="src\FileCache\MapTileCache.cs" />
    107     <Compile Include="src\API.cs" />
     106    <Compile Include="src\ModApi.cs" />
    108107    <Compile Include="src\AllocsUtils.cs" />
    109108    <Compile Include="src\LandClaimList.cs" />
    110109    <Compile Include="src\PersistentData\Attributes.cs" />
    111     <Compile Include="src\JSON\JSONValue.cs" />
     110    <Compile Include="src\JSON\JsonValue.cs" />
    112111    <Compile Include="src\LiveData\EntityFilterList.cs" />
    113112  </ItemGroup>
     
    116115    <Folder Include="src\" />
    117116    <Folder Include="src\PersistentData\" />
    118     <Folder Include="src\JSON\Parser\" />
    119117    <Folder Include="src\FileCache\" />
    120118  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.