- Timestamp:
- Aug 6, 2022, 11:32:32 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/MapRendering/WebAndMapRendering.csproj
r386 r387 11 11 <AssemblyName>MapRendering</AssemblyName> 12 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 <LangVersion>8</LangVersion> 13 14 </PropertyGroup> 14 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 86 87 <Compile Include="Commands\EnableRendering.cs" /> 87 88 <Compile Include="API.cs" /> 89 <Compile Include="Web\API\AbsRestApi.cs" /> 88 90 <Compile Include="Web\API\GetAnimalsLocation.cs" /> 89 91 <Compile Include="Web\API\GetHostileLocation.cs" /> 90 92 <Compile Include="Web\API\GetWebMods.cs" /> 93 <Compile Include="Web\API\Markers.cs" /> 91 94 <Compile Include="Web\API\Null.cs" /> 92 95 <Compile Include="Web\Handlers\RewriteHandler.cs" /> 96 <Compile Include="Web\RequestContext.cs" /> 93 97 <Compile Include="Web\SSE\EventLog.cs" /> 94 98 <Compile Include="Web\SSE\SseHandler.cs" /> … … 97 101 <Compile Include="Web\MimeType.cs" /> 98 102 <Compile Include="Web\API\GetPlayersOnline.cs" /> 99 <Compile Include="Web\API\ WebAPI.cs" />103 <Compile Include="Web\API\AbsWebAPI.cs" /> 100 104 <Compile Include="Web\API\GetPlayersLocation.cs" /> 101 105 <Compile Include="Web\API\GetPlayerInventory.cs" /> … … 128 132 <Compile Include="Commands\EnableOpenIDDebug.cs" /> 129 133 <Compile Include="Web\API\GetPlayerInventories.cs" /> 134 <Compile Include="Web\WebUtils.cs" /> 130 135 </ItemGroup> 131 136 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note:
See TracChangeset
for help on using the changeset viewer.