Ignore:
Timestamp:
Aug 8, 2022, 8:04:09 PM (2 years ago)
Author:
alloc
Message:

Added command to invalidate file caches
Added a debug+profiling build target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/CommandExtensions/CommandExtensions.csproj

    r391 r392  
    3232    <DebugType>full</DebugType>
    3333    <DebugSymbols>true</DebugSymbols>
     34  </PropertyGroup>
     35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Profiler|AnyCPU' ">
     36    <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath>
     37    <DefineConstants>ENABLE_PROFILER</DefineConstants>
     38    <DebugSymbols>true</DebugSymbols>
     39    <DebugType>full</DebugType>
    3440  </PropertyGroup>
    3541  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.