Ignore:
Timestamp:
Aug 19, 2023, 9:49:31 PM (15 months ago)
Author:
alloc
Message:

Switched debugging symbols to portable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/AllocsCommands.csproj

    r455 r470  
    3030  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3131    <OutputPath>..\bin\Mods\Allocs_CommandExtensions\</OutputPath>
    32     <DebugType>full</DebugType>
     32    <DebugType>portable</DebugType>
     33    <DebugSymbols>true</DebugSymbols>
    3334  </PropertyGroup>
    3435  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.