Ignore:
Timestamp:
Jul 27, 2025, 1:46:16 PM (4 hours ago)
Author:
alloc
Message:

Switched debugging symbols to embedded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/CommandExtensions/CommandExtensions.csproj

    r469 r510  
    2727    <WarningLevel>4</WarningLevel>
    2828    <NoStdLib>true</NoStdLib>
     29    <DebugSymbols>true</DebugSymbols>
     30    <DebugType>embedded</DebugType>
    2931  </PropertyGroup>
    3032  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3133    <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath>
    32     <DebugType>portable</DebugType>
     34    <DebugType>embedded</DebugType>
    3335    <DebugSymbols>true</DebugSymbols>
    3436  </PropertyGroup>
     
    3739    <DefineConstants>ENABLE_PROFILER</DefineConstants>
    3840    <DebugSymbols>true</DebugSymbols>
    39     <DebugType>portable</DebugType>
     41    <DebugType>embedded</DebugType>
    4042  </PropertyGroup>
    4143  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.