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

    r455 r470  
    1414  </PropertyGroup>
    1515  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    16     <DebugType>none</DebugType>
     16    <DebugType>portable</DebugType>
    1717    <Optimize>true</Optimize>
    1818    <OutputPath>..\bin\Mods\Allocs_CommonFunc</OutputPath>
     
    4545  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    4646    <OutputPath>..\bin\Mods\Allocs_CommonFunc\</OutputPath>
    47     <DebugType>full</DebugType>
     47    <DebugType>portable</DebugType>
     48    <DebugSymbols>true</DebugSymbols>
    4849  </PropertyGroup>
    4950  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.