Ignore:
Timestamp:
Sep 5, 2018, 11:16:36 PM (6 years ago)
Author:
alloc
Message:

Added profiling build config

File:
1 edited

Legend:

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

    r324 r330  
    2020    <ConsolePause>false</ConsolePause>
    2121    <NoStdLib>true</NoStdLib>
     22  </PropertyGroup>
     23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
     24    <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
     25    <DefineConstants>ENABLE_PROFILER</DefineConstants>
     26    <Optimize>true</Optimize>
     27    <DebugSymbols>true</DebugSymbols>
     28    <DebugType>full</DebugType>
    2229  </PropertyGroup>
    2330  <ItemGroup>
     
    6370    <Compile Include="Commands\EnableRendering.cs" />
    6471    <Compile Include="API.cs" />
     72    <Compile Include="MapRendering\TextureScale.cs" />
    6573    <Compile Include="Web\API\GetAnimalsLocation.cs" />
    6674    <Compile Include="Web\API\GetHostileLocation.cs" />
Note: See TracChangeset for help on using the changeset viewer.