- Timestamp:
- Aug 7, 2022, 3:02:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/7dtd-server-fixes/7dtd-server-fixes.csproj
r386 r391 91 91 <Compile Include="src\PersistentData\Players.cs" /> 92 92 <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" /> 100 99 <Compile Include="src\JSON\Parser.cs" /> 101 <Compile Include="src\JSON\J SONNull.cs" />100 <Compile Include="src\JSON\JsonNull.cs" /> 102 101 <Compile Include="src\JSON\MalformedJSONException.cs" /> 103 102 <Compile Include="src\FileCache\AbstractCache.cs" /> … … 105 104 <Compile Include="src\FileCache\SimpleCache.cs" /> 106 105 <Compile Include="src\FileCache\MapTileCache.cs" /> 107 <Compile Include="src\ API.cs" />106 <Compile Include="src\ModApi.cs" /> 108 107 <Compile Include="src\AllocsUtils.cs" /> 109 108 <Compile Include="src\LandClaimList.cs" /> 110 109 <Compile Include="src\PersistentData\Attributes.cs" /> 111 <Compile Include="src\JSON\J SONValue.cs" />110 <Compile Include="src\JSON\JsonValue.cs" /> 112 111 <Compile Include="src\LiveData\EntityFilterList.cs" /> 113 112 </ItemGroup> … … 116 115 <Folder Include="src\" /> 117 116 <Folder Include="src\PersistentData\" /> 118 <Folder Include="src\JSON\Parser\" />119 117 <Folder Include="src\FileCache\" /> 120 118 </ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.