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/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.