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

    r391 r392  
    4747    <DebugSymbols>true</DebugSymbols>
    4848  </PropertyGroup>
     49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Profiler|AnyCPU' ">
     50    <OutputPath>..\bin\Mods\Allocs_CommonFunc\</OutputPath>
     51    <DefineConstants>ENABLE_PROFILER</DefineConstants>
     52    <DebugSymbols>true</DebugSymbols>
     53    <DebugType>full</DebugType>
     54  </PropertyGroup>
    4955  <ItemGroup>
    5056    <Reference Include="Assembly-CSharp">
     
    8389  <ItemGroup>
    8490    <Compile Include="src\AssemblyInfo.cs" />
     91    <Compile Include="src\FileCache\InvalidateCachesCmd.cs" />
    8592    <Compile Include="src\JSON\JsonManualBuilder.cs" />
    8693    <Compile Include="src\LiveData\Animals.cs" />
Note: See TracChangeset for help on using the changeset viewer.