Ignore:
Timestamp:
Aug 7, 2022, 3:02:24 PM (2 years ago)
Author:
alloc
Message:

Major refactoring/cleanup

File:
1 moved

Legend:

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

    r390 r391  
    1616    <DebugType>none</DebugType>
    1717    <Optimize>true</Optimize>
    18     <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
     18    <OutputPath>..\bin\Mods\TFP_MapRendering\</OutputPath>
    1919    <ErrorReport>prompt</ErrorReport>
    2020    <WarningLevel>4</WarningLevel>
     
    2323  </PropertyGroup>
    2424  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
    25     <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
     25    <OutputPath>..\bin\Mods\TFP_MapRendering\</OutputPath>
    2626    <DefineConstants>ENABLE_PROFILER</DefineConstants>
    2727    <Optimize>true</Optimize>
     
    3232  </PropertyGroup>
    3333  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    34     <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
     34    <OutputPath>..\bin\Mods\TFP_MapRendering\</OutputPath>
    3535    <DebugType>full</DebugType>
    3636    <DebugSymbols>true</DebugSymbols>
     
    7979  </ItemGroup>
    8080  <ItemGroup>
    81     <Compile Include="AssemblyInfo.cs" />
    82     <Compile Include="Commands\Exception.cs" />
    83     <Compile Include="MapRendering\MapRendering.cs" />
    84     <Compile Include="MapRendering\MapRenderBlockBuffer.cs" />
    85     <Compile Include="MapRendering\Constants.cs" />
    86     <Compile Include="Commands\RenderMap.cs" />
    87     <Compile Include="Commands\EnableRendering.cs" />
    88     <Compile Include="API.cs" />
    89     <Compile Include="Web\API\AbsRestApi.cs" />
    90     <Compile Include="Web\API\GetAnimalsLocation.cs" />
    91     <Compile Include="Web\API\GetHostileLocation.cs" />
    92     <Compile Include="Web\API\GetWebMods.cs" />
    93     <Compile Include="Web\API\Null.cs" />
    94     <Compile Include="Web\Handlers\RewriteHandler.cs" />
    95     <Compile Include="Web\RequestContext.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\AbsWebAPI.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\WebMod.cs" />
    112     <Compile Include="Web\WebPermissions.cs" />
    113     <Compile Include="Web\Handlers\ApiHandler.cs" />
    114     <Compile Include="Web\Handlers\ItemIconHandler.cs" />
    115     <Compile Include="Web\Handlers\AbsHandler.cs" />
    116     <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" />
    117     <Compile Include="Web\Handlers\StaticHandler.cs" />
    118     <Compile Include="Web\Handlers\SessionHandler.cs" />
    119     <Compile Include="Web\API\ExecuteConsoleCommand.cs" />
    120     <Compile Include="Commands\ReloadWebPermissions.cs" />
    121     <Compile Include="Web\Handlers\UserStatusHandler.cs" />
    122     <Compile Include="Commands\WebTokens.cs" />
    123     <Compile Include="Commands\WebPermissionsCmd.cs" />
    124     <Compile Include="Web\LogBuffer.cs" />
    125     <Compile Include="Web\API\GetLog.cs" />
    126     <Compile Include="Web\API\GetWebUIUpdates.cs" />
    127     <Compile Include="Web\API\GetServerInfo.cs" />
    128     <Compile Include="Web\API\GetPlayerList.cs" />
    129     <Compile Include="Web\WebCommandResult.cs" />
    130     <Compile Include="Web\API\GetAllowedCommands.cs" />
    131     <Compile Include="Commands\EnableOpenIDDebug.cs" />
    132     <Compile Include="Web\API\GetPlayerInventories.cs" />
    133     <Compile Include="Web\WebUtils.cs" />
     81    <Compile Include="src\Constants.cs" />
     82    <Compile Include="src\MapRenderBlockBuffer.cs" />
     83    <Compile Include="src\MapRenderer.cs" />
     84    <Compile Include="src\ModApi.cs" />
     85    <Compile Include="src\AssemblyInfo.cs" />
     86    <Compile Include="src\Commands\EnableRendering.cs" />
     87    <Compile Include="src\Commands\RenderMap.cs" />
    13488  </ItemGroup>
    13589  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     
    14094      <Private>False</Private>
    14195    </ProjectReference>
    142     <ProjectReference Include="..\SpaceWizards.HttpListener\SpaceWizards.HttpListener.csproj">
    143       <Project>{e273d042-57f9-4e2e-8268-5053527e5287}</Project>
    144       <Name>SpaceWizards.HttpListener</Name>
    145     </ProjectReference>
    14696  </ItemGroup>
    14797  <ItemGroup>
     
    14999      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    150100    </None>
    151     <None Include="steam-intermediate.cer">
    152       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    153     </None>
    154     <None Include="steam-rootca.cer">
    155       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    156     </None>
    157101  </ItemGroup>
    158102</Project>
Note: See TracChangeset for help on using the changeset viewer.