- Timestamp:
- Sep 2, 2014, 9:32:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r146 r154 100 100 <Compile Include="src\PersistentData\Player.cs" /> 101 101 <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" /> 102 112 </ItemGroup> 103 113 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> … … 111 121 <Folder Include="src\NetConnections\Servers\Web\" /> 112 122 <Folder Include="src\PersistentData\" /> 123 <Folder Include="src\NetConnections\Servers\Web\API\" /> 113 124 </ItemGroup> 114 125 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.