Ignore:
Timestamp:
Aug 6, 2022, 11:32:32 PM (2 years ago)
Author:
alloc
Message:

Big refactoring in Web to pass around a Context instead of a bunch of individual arguments all the time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/MapRendering/WebAndMapRendering.csproj

    r386 r387  
    1111    <AssemblyName>MapRendering</AssemblyName>
    1212    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <LangVersion>8</LangVersion>
    1314  </PropertyGroup>
    1415  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    8687    <Compile Include="Commands\EnableRendering.cs" />
    8788    <Compile Include="API.cs" />
     89    <Compile Include="Web\API\AbsRestApi.cs" />
    8890    <Compile Include="Web\API\GetAnimalsLocation.cs" />
    8991    <Compile Include="Web\API\GetHostileLocation.cs" />
    9092    <Compile Include="Web\API\GetWebMods.cs" />
     93    <Compile Include="Web\API\Markers.cs" />
    9194    <Compile Include="Web\API\Null.cs" />
    9295    <Compile Include="Web\Handlers\RewriteHandler.cs" />
     96    <Compile Include="Web\RequestContext.cs" />
    9397    <Compile Include="Web\SSE\EventLog.cs" />
    9498    <Compile Include="Web\SSE\SseHandler.cs" />
     
    97101    <Compile Include="Web\MimeType.cs" />
    98102    <Compile Include="Web\API\GetPlayersOnline.cs" />
    99     <Compile Include="Web\API\WebAPI.cs" />
     103    <Compile Include="Web\API\AbsWebAPI.cs" />
    100104    <Compile Include="Web\API\GetPlayersLocation.cs" />
    101105    <Compile Include="Web\API\GetPlayerInventory.cs" />
     
    128132    <Compile Include="Commands\EnableOpenIDDebug.cs" />
    129133    <Compile Include="Web\API\GetPlayerInventories.cs" />
     134    <Compile Include="Web\WebUtils.cs" />
    130135  </ItemGroup>
    131136  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.