Changeset 510 for TFP-WebServer


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

Switched debugging symbols to embedded

Location:
TFP-WebServer
Files:
5 deleted
18 edited

Legend:

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

    r469 r510  
    2727    <WarningLevel>4</WarningLevel>
    2828    <NoStdLib>true</NoStdLib>
     29    <DebugSymbols>true</DebugSymbols>
     30    <DebugType>embedded</DebugType>
    2931  </PropertyGroup>
    3032  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3133    <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath>
    32     <DebugType>portable</DebugType>
     34    <DebugType>embedded</DebugType>
    3335    <DebugSymbols>true</DebugSymbols>
    3436  </PropertyGroup>
     
    3739    <DefineConstants>ENABLE_PROFILER</DefineConstants>
    3840    <DebugSymbols>true</DebugSymbols>
    39     <DebugType>portable</DebugType>
     41    <DebugType>embedded</DebugType>
    4042  </PropertyGroup>
    4143  <ItemGroup>
  • TFP-WebServer/CommandExtensions/ModInfo.xml

    r503 r510  
    55        <Description value="Additional commands for server operation" />
    66        <Author value="The Fun Pimps LLC" />
    7         <Version value="2.0.0.0" />
     7        <Version value="2.1.0.0" />
    88        <Website value="" />
    99</xml>
  • TFP-WebServer/MapRendering/MapRendering.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\TFP_MapRendering\</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/MapRendering/ModInfo.xml

    r504 r510  
    55        <Description value="Render the game map to image map tiles as it is uncovered" />
    66        <Author value="The Fun Pimps LLC" />
    7         <Version value="2.0.0.1" />
     7        <Version value="2.1.0.0" />
    88        <Website value="" />
    99</xml>
  • 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>
  • 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>
  • TFP-WebServer/WebServer/ModInfo.xml

    r505 r510  
    55        <Description value="Integrated Webserver for the Web Dashboard and server APIs" />
    66        <Author value="The Fun Pimps LLC" />
    7         <Version value="2.0.0.3" />
     7        <Version value="2.1.0.0" />
    88        <Website value="" />
    99</xml>
  • TFP-WebServer/WebServer/WebServer.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\TFP_WebServer\</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/bin/Mods/TFP_CommandExtensions/ModInfo.xml

    r503 r510  
    55        <Description value="Additional commands for server operation" />
    66        <Author value="The Fun Pimps LLC" />
    7         <Version value="2.0.0.0" />
     7        <Version value="2.1.0.0" />
    88        <Website value="" />
    99</xml>
  • TFP-WebServer/bin/Mods/TFP_MapRendering/ModInfo.xml

    r504 r510  
    55        <Description value="Render the game map to image map tiles as it is uncovered" />
    66        <Author value="The Fun Pimps LLC" />
    7         <Version value="2.0.0.1" />
     7        <Version value="2.1.0.0" />
    88        <Website value="" />
    99</xml>
  • TFP-WebServer/bin/Mods/TFP_WebServer/ModInfo.xml

    r505 r510  
    55        <Description value="Integrated Webserver for the Web Dashboard and server APIs" />
    66        <Author value="The Fun Pimps LLC" />
    7         <Version value="2.0.0.3" />
     7        <Version value="2.1.0.0" />
    88        <Website value="" />
    99</xml>
  • TFP-WebServer/bin/Mods/Xample_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.