Ignore:
Timestamp:
May 7, 2023, 2:54:45 PM (19 months ago)
Author:
alloc
Message:

Added API "item"

File:
1 edited

Legend:

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

    r431 r432  
    129129    <Compile Include="src\WebAPI\APIs\GetPlayersOnline.cs" />
    130130    <Compile Include="src\WebAPI\APIs\Hostile.cs" />
     131    <Compile Include="src\WebAPI\APIs\Item.cs" />
    131132    <Compile Include="src\WebAPI\APIs\Log.cs" />
    132133    <Compile Include="src\WebAPI\APIs\Player.cs" />
     
    173174      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    174175    </None>
    175     <None Include="webroot\**"
    176           CopyToOutputDirectory="Always"
    177           LinkBase="webroot\" />
     176    <None Include="webroot\**" CopyToOutputDirectory="Always" LinkBase="webroot\" />
    178177  </ItemGroup>
    179178  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.