- Timestamp:
- Sep 10, 2014, 8:09:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r182 r187 120 120 <Compile Include="src\NetConnections\Servers\Web\API\GetLandClaims.cs" /> 121 121 <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" /> 122 125 </ItemGroup> 123 126 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> … … 132 135 <Folder Include="src\PersistentData\" /> 133 136 <Folder Include="src\NetConnections\Servers\Web\API\" /> 137 <Folder Include="src\JSON\Parser\" /> 134 138 </ItemGroup> 135 139 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.