Changeset 391 for binary-improvements2/MapRendering/MapRendering.csproj
- Timestamp:
- Aug 7, 2022, 3:02:24 PM (2 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/MapRendering/MapRendering.csproj
r390 r391 16 16 <DebugType>none</DebugType> 17 17 <Optimize>true</Optimize> 18 <OutputPath>..\bin\Mods\ Allocs_WebAndMapRendering\</OutputPath>18 <OutputPath>..\bin\Mods\TFP_MapRendering\</OutputPath> 19 19 <ErrorReport>prompt</ErrorReport> 20 20 <WarningLevel>4</WarningLevel> … … 23 23 </PropertyGroup> 24 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' "> 25 <OutputPath>..\bin\Mods\ Allocs_WebAndMapRendering\</OutputPath>25 <OutputPath>..\bin\Mods\TFP_MapRendering\</OutputPath> 26 26 <DefineConstants>ENABLE_PROFILER</DefineConstants> 27 27 <Optimize>true</Optimize> … … 32 32 </PropertyGroup> 33 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 34 <OutputPath>..\bin\Mods\ Allocs_WebAndMapRendering\</OutputPath>34 <OutputPath>..\bin\Mods\TFP_MapRendering\</OutputPath> 35 35 <DebugType>full</DebugType> 36 36 <DebugSymbols>true</DebugSymbols> … … 79 79 </ItemGroup> 80 80 <ItemGroup> 81 <Compile Include="AssemblyInfo.cs" /> 82 <Compile Include="Commands\Exception.cs" /> 83 <Compile Include="MapRendering\MapRendering.cs" /> 84 <Compile Include="MapRendering\MapRenderBlockBuffer.cs" /> 85 <Compile Include="MapRendering\Constants.cs" /> 86 <Compile Include="Commands\RenderMap.cs" /> 87 <Compile Include="Commands\EnableRendering.cs" /> 88 <Compile Include="API.cs" /> 89 <Compile Include="Web\API\AbsRestApi.cs" /> 90 <Compile Include="Web\API\GetAnimalsLocation.cs" /> 91 <Compile Include="Web\API\GetHostileLocation.cs" /> 92 <Compile Include="Web\API\GetWebMods.cs" /> 93 <Compile Include="Web\API\Null.cs" /> 94 <Compile Include="Web\Handlers\RewriteHandler.cs" /> 95 <Compile Include="Web\RequestContext.cs" /> 96 <Compile Include="Web\SSE\EventLog.cs" /> 97 <Compile Include="Web\SSE\SseHandler.cs" /> 98 <Compile Include="Web\SSE\EventBase.cs" /> 99 <Compile Include="Web\Web.cs" /> 100 <Compile Include="Web\MimeType.cs" /> 101 <Compile Include="Web\API\GetPlayersOnline.cs" /> 102 <Compile Include="Web\API\AbsWebAPI.cs" /> 103 <Compile Include="Web\API\GetPlayersLocation.cs" /> 104 <Compile Include="Web\API\GetPlayerInventory.cs" /> 105 <Compile Include="Web\API\GetLandClaims.cs" /> 106 <Compile Include="Commands\webstat.cs" /> 107 <Compile Include="Web\API\GetStats.cs" /> 108 <Compile Include="Web\WebConnection.cs" /> 109 <Compile Include="Web\OpenID.cs" /> 110 <Compile Include="Web\ConnectionHandler.cs" /> 111 <Compile Include="Web\WebMod.cs" /> 112 <Compile Include="Web\WebPermissions.cs" /> 113 <Compile Include="Web\Handlers\ApiHandler.cs" /> 114 <Compile Include="Web\Handlers\ItemIconHandler.cs" /> 115 <Compile Include="Web\Handlers\AbsHandler.cs" /> 116 <Compile Include="Web\Handlers\SimpleRedirectHandler.cs" /> 117 <Compile Include="Web\Handlers\StaticHandler.cs" /> 118 <Compile Include="Web\Handlers\SessionHandler.cs" /> 119 <Compile Include="Web\API\ExecuteConsoleCommand.cs" /> 120 <Compile Include="Commands\ReloadWebPermissions.cs" /> 121 <Compile Include="Web\Handlers\UserStatusHandler.cs" /> 122 <Compile Include="Commands\WebTokens.cs" /> 123 <Compile Include="Commands\WebPermissionsCmd.cs" /> 124 <Compile Include="Web\LogBuffer.cs" /> 125 <Compile Include="Web\API\GetLog.cs" /> 126 <Compile Include="Web\API\GetWebUIUpdates.cs" /> 127 <Compile Include="Web\API\GetServerInfo.cs" /> 128 <Compile Include="Web\API\GetPlayerList.cs" /> 129 <Compile Include="Web\WebCommandResult.cs" /> 130 <Compile Include="Web\API\GetAllowedCommands.cs" /> 131 <Compile Include="Commands\EnableOpenIDDebug.cs" /> 132 <Compile Include="Web\API\GetPlayerInventories.cs" /> 133 <Compile Include="Web\WebUtils.cs" /> 81 <Compile Include="src\Constants.cs" /> 82 <Compile Include="src\MapRenderBlockBuffer.cs" /> 83 <Compile Include="src\MapRenderer.cs" /> 84 <Compile Include="src\ModApi.cs" /> 85 <Compile Include="src\AssemblyInfo.cs" /> 86 <Compile Include="src\Commands\EnableRendering.cs" /> 87 <Compile Include="src\Commands\RenderMap.cs" /> 134 88 </ItemGroup> 135 89 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> … … 140 94 <Private>False</Private> 141 95 </ProjectReference> 142 <ProjectReference Include="..\SpaceWizards.HttpListener\SpaceWizards.HttpListener.csproj">143 <Project>{e273d042-57f9-4e2e-8268-5053527e5287}</Project>144 <Name>SpaceWizards.HttpListener</Name>145 </ProjectReference>146 96 </ItemGroup> 147 97 <ItemGroup> … … 149 99 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 150 100 </None> 151 <None Include="steam-intermediate.cer">152 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>153 </None>154 <None Include="steam-rootca.cer">155 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>156 </None>157 101 </ItemGroup> 158 102 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.