Changeset 432 for binary-improvements2/WebServer/WebServer.csproj
- Timestamp:
- May 7, 2023, 2:54:45 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/WebServer/WebServer.csproj
r431 r432 129 129 <Compile Include="src\WebAPI\APIs\GetPlayersOnline.cs" /> 130 130 <Compile Include="src\WebAPI\APIs\Hostile.cs" /> 131 <Compile Include="src\WebAPI\APIs\Item.cs" /> 131 132 <Compile Include="src\WebAPI\APIs\Log.cs" /> 132 133 <Compile Include="src\WebAPI\APIs\Player.cs" /> … … 173 174 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 174 175 </None> 175 <None Include="webroot\**" 176 CopyToOutputDirectory="Always" 177 LinkBase="webroot\" /> 176 <None Include="webroot\**" CopyToOutputDirectory="Always" LinkBase="webroot\" /> 178 177 </ItemGroup> 179 178 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.