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

Switched debugging symbols to embedded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/SpaceWizards.HttpListener/SpaceWizards.HttpListener.csproj

    r469 r510  
    3232    <NoStdLib>true</NoStdLib>
    3333    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     34    <DebugType>embedded</DebugType>
    3435  </PropertyGroup>
    3536  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3637    <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
    37     <DebugType>portable</DebugType>
     38    <DebugType>embedded</DebugType>
    3839    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    3940    <DefineConstants>UNITY_NETFRAMEWORK</DefineConstants>
     
    4445    <DefineConstants>UNITY_NETFRAMEWORK;ENABLE_PROFILER</DefineConstants>
    4546    <DebugSymbols>true</DebugSymbols>
    46     <DebugType>portable</DebugType>
     47    <DebugType>embedded</DebugType>
    4748    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    4849  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.