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

Switched debugging symbols to embedded

Location:
TFP-WebServer/MarkersMod
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/MarkersMod/MarkersMod.csproj

    r487 r510  
    2727    <Optimize>true</Optimize>
    2828    <DebugSymbols>true</DebugSymbols>
    29     <DebugType>full</DebugType>
     29    <DebugType>embedded</DebugType>
    3030    <WarningLevel>4</WarningLevel>
    3131    <NoStdLib>true</NoStdLib>
     
    3333  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3434    <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath>
    35     <DebugType>portable</DebugType>
     35    <DebugType>embedded</DebugType>
    3636    <DebugSymbols>true</DebugSymbols>
    3737  </PropertyGroup>
     
    4040    <DefineConstants>ENABLE_PROFILER</DefineConstants>
    4141    <DebugSymbols>true</DebugSymbols>
    42     <DebugType>portable</DebugType>
     42    <DebugType>embedded</DebugType>
    4343  </PropertyGroup>
    4444  <ItemGroup>
  • TFP-WebServer/MarkersMod/ModInfo.xml

    r487 r510  
    55        <Description value="Allows placing custom markers on the web map" />
    66        <Author value="Catalysm and Alloc" />
    7         <Version value="1.1.0.0" />
     7        <Version value="1.1.1.0" />
    88        <Website value="" />
    99</xml>
Note: See TracChangeset for help on using the changeset viewer.