Ignore:
Timestamp:
Aug 1, 2022, 12:54:31 PM (2 years ago)
Author:
alloc
Message:

Switched to use SpaceWizards.HttpListener

File:
1 edited

Legend:

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

    r373 r382  
    4747      <Private>False</Private>
    4848    </Reference>
     49    <Reference Include="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     50      <HintPath>..\7dtd-binaries\System.dll</HintPath>
     51      <Private>False</Private>
     52    </Reference>
     53    <Reference Include="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     54      <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
     55      <Private>False</Private>
     56    </Reference>
    4957    <Reference Include="UnityEngine">
    5058      <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
     
    5765    <Reference Include="mscorlib">
    5866      <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
    59       <Private>False</Private>
    60     </Reference>
    61     <Reference Include="System.Xml">
    62       <HintPath>..\7dtd-binaries\System.Xml.dll</HintPath>
    63       <Private>False</Private>
    64     </Reference>
    65     <Reference Include="System">
    66       <HintPath>..\7dtd-binaries\System.dll</HintPath>
    6767      <Private>False</Private>
    6868    </Reference>
     
    7878  <ItemGroup>
    7979    <Compile Include="AssemblyInfo.cs" />
     80    <Compile Include="Commands\Exception.cs" />
    8081    <Compile Include="MapRendering\MapRendering.cs" />
    8182    <Compile Include="MapRendering\MapRenderBlockBuffer.cs" />
     
    8788    <Compile Include="Web\API\GetHostileLocation.cs" />
    8889    <Compile Include="Web\API\Null.cs" />
     90    <Compile Include="Web\Handlers\RewriteHandler.cs" />
    8991    <Compile Include="Web\SSE\EventLog.cs" />
    9092    <Compile Include="Web\SSE\SseHandler.cs" />
     
    105107    <Compile Include="Web\Handlers\ApiHandler.cs" />
    106108    <Compile Include="Web\Handlers\ItemIconHandler.cs" />
    107     <Compile Include="Web\Handlers\PathHandler.cs" />
     109    <Compile Include="Web\Handlers\AbsHandler.cs" />
    108110    <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" />
    109111    <Compile Include="Web\Handlers\StaticHandler.cs" />
     
    131133      <Private>False</Private>
    132134    </ProjectReference>
     135    <ProjectReference Include="..\SpaceWizards.HttpListener\SpaceWizards.HttpListener.csproj">
     136      <Project>{e273d042-57f9-4e2e-8268-5053527e5287}</Project>
     137      <Name>SpaceWizards.HttpListener</Name>
     138    </ProjectReference>
    133139  </ItemGroup>
    134140  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.