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/7dtd-server-fixes/7dtd-server-fixes.csproj

    r324 r330  
    3434    <ConsolePause>false</ConsolePause>
    3535    <NoStdLib>true</NoStdLib>
     36  </PropertyGroup>
     37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
     38    <OutputPath>..\bin\Mods\Allocs_CommonFunc\</OutputPath>
     39    <DefineConstants>ENABLE_PROFILER</DefineConstants>
     40    <Optimize>true</Optimize>
    3641  </PropertyGroup>
    3742  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.