- Timestamp:
- Jul 21, 2015, 9:51:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/WebAndMapRendering.csproj
r238 r244 38 38 <Private>False</Private> 39 39 </Reference> 40 <Reference Include="System.Xml"> 41 <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath> 42 <Private>False</Private> 43 </Reference> 40 44 </ItemGroup> 41 45 <ItemGroup> … … 48 52 <Compile Include="API.cs" /> 49 53 <Compile Include="Web\Web.cs" /> 50 <Compile Include="Web\PathHandler.cs" />51 <Compile Include="Web\StaticHandler.cs" />52 <Compile Include="Web\SimpleRedirectHandler.cs" />53 54 <Compile Include="Web\MimeType.cs" /> 54 <Compile Include="Web\ApiHandler.cs" />55 55 <Compile Include="Web\API\GetPlayersOnline.cs" /> 56 56 <Compile Include="Web\API\WebAPI.cs" /> … … 59 59 <Compile Include="Web\API\GetLandClaims.cs" /> 60 60 <Compile Include="Commands\webstat.cs" /> 61 <Compile Include="Web\ItemIconHandler.cs" /> 61 <Compile Include="Web\API\GetStats.cs" /> 62 <Compile Include="Web\WebConnection.cs" /> 63 <Compile Include="Web\OpenID.cs" /> 64 <Compile Include="Web\ConnectionHandler.cs" /> 65 <Compile Include="Web\WebPermissions.cs" /> 66 <Compile Include="Web\Handlers\ApiHandler.cs" /> 67 <Compile Include="Web\Handlers\ItemIconHandler.cs" /> 68 <Compile Include="Web\Handlers\PathHandler.cs" /> 69 <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" /> 70 <Compile Include="Web\Handlers\StaticHandler.cs" /> 71 <Compile Include="Web\Handlers\SessionHandler.cs" /> 72 <Compile Include="Web\API\ExecuteConsoleCommand.cs" /> 73 <Compile Include="Commands\ReloadWebPermissions.cs" /> 74 <Compile Include="Web\Handlers\UserStatusHandler.cs" /> 75 <Compile Include="Commands\WebTokens.cs" /> 76 <Compile Include="Commands\WebPermissionsCmd.cs" /> 62 77 </ItemGroup> 63 78 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> … … 71 86 <ItemGroup> 72 87 <Folder Include="Commands\" /> 88 <Folder Include="Web\Handlers\" /> 73 89 </ItemGroup> 74 90 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.