Ignore:
Timestamp:
Jul 28, 2023, 8:42:10 PM (16 months ago)
Author:
alloc
Message:

24_29_43
Switched over to vanilla Web infrastructure

File:
1 edited

Legend:

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

    r450 r454  
    1111    <AssemblyName>AllocsWeb</AssemblyName>
    1212    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
     13    <Nullable>warnings</Nullable>
     14    <LangVersion>9</LangVersion>
    1315  </PropertyGroup>
    1416  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5557      <Private>False</Private>
    5658    </Reference>
     59    <Reference Include="SpaceWizards.HttpListener">
     60      <HintPath>..\7dtd-binaries\SpaceWizards.HttpListener.dll</HintPath>
     61      <Private>False</Private>
     62    </Reference>
    5763    <Reference Include="UnityEngine">
    5864      <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
     
    8995  </ItemGroup>
    9096  <ItemGroup>
     97    <Compile Include="API\ExecuteConsoleCommand.cs" />
     98    <Compile Include="API\GetAllowedCommands.cs" />
     99    <Compile Include="API\GetAnimalsLocation.cs" />
     100    <Compile Include="API\GetHostileLocation.cs" />
     101    <Compile Include="API\GetLandClaims.cs" />
     102    <Compile Include="API\GetLog.cs" />
     103    <Compile Include="API\GetPlayerInventories.cs" />
     104    <Compile Include="API\GetPlayerInventory.cs" />
     105    <Compile Include="API\GetPlayerList.cs" />
     106    <Compile Include="API\GetPlayersLocation.cs" />
     107    <Compile Include="API\GetPlayersOnline.cs" />
     108    <Compile Include="API\GetServerInfo.cs" />
     109    <Compile Include="API\GetStats.cs" />
     110    <Compile Include="API\GetWebUIUpdates.cs" />
    91111    <Compile Include="AssemblyInfo.cs" />
    92112    <Compile Include="API.cs" />
    93     <Compile Include="Web\API\GetAnimalsLocation.cs" />
    94     <Compile Include="Web\API\GetHostileLocation.cs" />
    95     <Compile Include="Web\API\Null.cs" />
    96     <Compile Include="Web\SSE\EventLog.cs" />
    97     <Compile Include="Web\SSE\SseHandler.cs" />
    98     <Compile Include="Web\SSE\EventBase.cs" />
    99     <Compile Include="Web\Web.cs" />
    100     <Compile Include="Web\MimeType.cs" />
    101     <Compile Include="Web\API\GetPlayersOnline.cs" />
    102     <Compile Include="Web\API\WebAPI.cs" />
    103     <Compile Include="Web\API\GetPlayersLocation.cs" />
    104     <Compile Include="Web\API\GetPlayerInventory.cs" />
    105     <Compile Include="Web\API\GetLandClaims.cs" />
    106     <Compile Include="Commands\webstat.cs" />
    107     <Compile Include="Web\API\GetStats.cs" />
    108     <Compile Include="Web\WebConnection.cs" />
    109     <Compile Include="Web\OpenID.cs" />
    110     <Compile Include="Web\ConnectionHandler.cs" />
    111     <Compile Include="Web\WebPermissions.cs" />
    112     <Compile Include="Web\Handlers\ApiHandler.cs" />
    113     <Compile Include="Web\Handlers\ItemIconHandler.cs" />
    114     <Compile Include="Web\Handlers\PathHandler.cs" />
    115     <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" />
    116     <Compile Include="Web\Handlers\StaticHandler.cs" />
    117     <Compile Include="Web\Handlers\SessionHandler.cs" />
    118     <Compile Include="Web\API\ExecuteConsoleCommand.cs" />
    119     <Compile Include="Commands\ReloadWebPermissions.cs" />
    120     <Compile Include="Web\Handlers\UserStatusHandler.cs" />
    121     <Compile Include="Commands\WebTokens.cs" />
    122     <Compile Include="Commands\WebPermissionsCmd.cs" />
    123     <Compile Include="Web\LogBuffer.cs" />
    124     <Compile Include="Web\API\GetLog.cs" />
    125     <Compile Include="Web\API\GetWebUIUpdates.cs" />
    126     <Compile Include="Web\API\GetServerInfo.cs" />
    127     <Compile Include="Web\API\GetPlayerList.cs" />
    128     <Compile Include="Web\WebCommandResult.cs" />
    129     <Compile Include="Web\API\GetAllowedCommands.cs" />
    130     <Compile Include="Web\API\GetPlayerInventories.cs" />
     113    <Compile Include="LegacyApiHelper.cs" />
     114    <Compile Include="SteamLoginApi.cs" />
     115    <Compile Include="WebCommandResult.cs" />
    131116  </ItemGroup>
    132117  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     
    142127      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    143128    </None>
    144     <None Include="steam-intermediate.cer">
    145       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    146     </None>
    147     <None Include="steam-rootca.cer">
    148       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    149     </None>
    150129  </ItemGroup>
    151130</Project>
Note: See TracChangeset for help on using the changeset viewer.