Ignore:
Timestamp:
Mar 28, 2023, 5:11:02 PM (20 months ago)
Author:
alloc
Message:

A21 preparations.
NOT COMPATIBLE WITH A20 ANYMORE!

File:
1 edited

Legend:

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

    r373 r420  
    99    <OutputType>Library</OutputType>
    1010    <RootNamespace>MapRendering</RootNamespace>
    11     <AssemblyName>MapRendering</AssemblyName>
     11    <AssemblyName>AllocsWeb</AssemblyName>
    1212    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313  </PropertyGroup>
     
    3939      <Private>False</Private>
    4040    </Reference>
     41    <Reference Include="com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
     42      <HintPath>..\7dtd-binaries\com.rlabrecque.steamworks.net.dll</HintPath>
     43      <Private>False</Private>
     44    </Reference>
    4145    <Reference Include="LogLibrary">
    4246      <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
     47      <Private>False</Private>
     48    </Reference>
     49    <Reference Include="MapRendering, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
     50      <HintPath>..\7dtd-binaries\MapRendering.dll</HintPath>
    4351      <Private>False</Private>
    4452    </Reference>
     
    7583      <Private>False</Private>
    7684    </Reference>
     85    <Reference Include="WebServer, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
     86      <HintPath>..\7dtd-binaries\WebServer.dll</HintPath>
     87      <Private>False</Private>
     88    </Reference>
    7789  </ItemGroup>
    7890  <ItemGroup>
    7991    <Compile Include="AssemblyInfo.cs" />
    80     <Compile Include="MapRendering\MapRendering.cs" />
    81     <Compile Include="MapRendering\MapRenderBlockBuffer.cs" />
    82     <Compile Include="MapRendering\Constants.cs" />
    83     <Compile Include="Commands\RenderMap.cs" />
    84     <Compile Include="Commands\EnableRendering.cs" />
    8592    <Compile Include="API.cs" />
    8693    <Compile Include="Web\API\GetAnimalsLocation.cs" />
     
    121128    <Compile Include="Web\WebCommandResult.cs" />
    122129    <Compile Include="Web\API\GetAllowedCommands.cs" />
    123     <Compile Include="Commands\EnableOpenIDDebug.cs" />
    124130    <Compile Include="Web\API\GetPlayerInventories.cs" />
    125131  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.