Changeset 470


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

Switched debugging symbols to portable

Location:
binary-improvements
Files:
3 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>
  • 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>
  • binary-improvements/MapRendering/WebAndMapRendering.csproj

    r464 r470  
    3434  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3535    <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
    36     <DebugType>full</DebugType>
     36    <DebugType>portable</DebugType>
     37    <DebugSymbols>true</DebugSymbols>
    3738  </PropertyGroup>
    3839  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.