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/MarkersMod/MarkersMod.csproj

    r391 r392  
    3535    <DebugType>full</DebugType>
    3636    <DebugSymbols>true</DebugSymbols>
     37  </PropertyGroup>
     38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Profiler|AnyCPU' ">
     39    <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath>
     40    <DefineConstants>ENABLE_PROFILER</DefineConstants>
     41    <DebugSymbols>true</DebugSymbols>
     42    <DebugType>full</DebugType>
    3743  </PropertyGroup>
    3844  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.