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/SpaceWizards.HttpListener/SpaceWizards.HttpListener.csproj

    r391 r392  
    2727  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
    2828    <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
    29     <DefineConstants>ENABLE_PROFILER;UNITY_NETFRAMEWORK</DefineConstants>
     29    <DefineConstants>UNITY_NETFRAMEWORK;ENABLE_PROFILER</DefineConstants>
    3030    <Optimize>true</Optimize>
    3131    <WarningLevel>4</WarningLevel>
     
    3939    <DefineConstants>UNITY_NETFRAMEWORK</DefineConstants>
    4040    <DebugSymbols>true</DebugSymbols>
     41  </PropertyGroup>
     42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Profiler|AnyCPU' ">
     43    <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
     44    <DefineConstants>UNITY_NETFRAMEWORK;ENABLE_PROFILER</DefineConstants>
     45    <DebugSymbols>true</DebugSymbols>
     46    <DebugType>full</DebugType>
     47    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    4148  </PropertyGroup>
    4249  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.