- Timestamp:
- Jul 31, 2023, 4:06:13 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r450 r455 83 83 <ItemGroup> 84 84 <Compile Include="src\AssemblyInfo.cs" /> 85 <Compile Include="src\JSON\JsonManualBuilder.cs" />86 85 <Compile Include="src\LiveData\Animals.cs" /> 87 86 <Compile Include="src\LiveData\Hostiles.cs" /> … … 91 90 <Compile Include="src\PersistentData\Players.cs" /> 92 91 <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" />100 <Compile Include="src\JSON\Parser.cs" />101 <Compile Include="src\JSON\JSONNull.cs" />102 <Compile Include="src\JSON\MalformedJSONException.cs" />103 92 <Compile Include="src\API.cs" /> 104 93 <Compile Include="src\AllocsUtils.cs" /> 105 94 <Compile Include="src\LandClaimList.cs" /> 106 95 <Compile Include="src\PersistentData\Attributes.cs" /> 107 <Compile Include="src\JSON\JSONValue.cs" />108 96 <Compile Include="src\LiveData\EntityFilterList.cs" /> 109 97 </ItemGroup> … … 112 100 <Folder Include="src\" /> 113 101 <Folder Include="src\PersistentData\" /> 114 <Folder Include="src\JSON\Parser\" />115 102 </ItemGroup> 116 103 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.