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

21.1.16.4 Release
Webserver forces query parameter decoding to use UTF-8
All mods built with portable debugging symbols

File:
1 edited

Legend:

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

    r453 r469  
    3535  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3636    <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath>
    37     <DebugType>full</DebugType>
     37    <DebugType>portable</DebugType>
    3838    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    3939    <DefineConstants>UNITY_NETFRAMEWORK</DefineConstants>
     
    4444    <DefineConstants>UNITY_NETFRAMEWORK;ENABLE_PROFILER</DefineConstants>
    4545    <DebugSymbols>true</DebugSymbols>
    46     <DebugType>full</DebugType>
     46    <DebugType>portable</DebugType>
    4747    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    4848  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.