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/AllocsCommands/AllocsCommands.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_CommandExtensions\</OutputPath>
     25    <DefineConstants>ENABLE_PROFILER</DefineConstants>
     26    <Optimize>true</Optimize>
    2227  </PropertyGroup>
    2328  <ItemGroup>
     
    4954  </ItemGroup>
    5055  <ItemGroup>
     56    <Compile Include="API.cs" />
    5157    <Compile Include="AssemblyInfo.cs" />
    5258    <Compile Include="Commands\Give.cs" />
Note: See TracChangeset for help on using the changeset viewer.