Changeset 510 for TFP-WebServer
- Timestamp:
- Jul 27, 2025, 1:46:16 PM (7 hours ago)
- Location:
- TFP-WebServer
- Files:
-
- 5 deleted
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/CommandExtensions/CommandExtensions.csproj
r469 r510 27 27 <WarningLevel>4</WarningLevel> 28 28 <NoStdLib>true</NoStdLib> 29 <DebugSymbols>true</DebugSymbols> 30 <DebugType>embedded</DebugType> 29 31 </PropertyGroup> 30 32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 31 33 <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath> 32 <DebugType> portable</DebugType>34 <DebugType>embedded</DebugType> 33 35 <DebugSymbols>true</DebugSymbols> 34 36 </PropertyGroup> … … 37 39 <DefineConstants>ENABLE_PROFILER</DefineConstants> 38 40 <DebugSymbols>true</DebugSymbols> 39 <DebugType> portable</DebugType>41 <DebugType>embedded</DebugType> 40 42 </PropertyGroup> 41 43 <ItemGroup> -
TFP-WebServer/CommandExtensions/ModInfo.xml
r503 r510 5 5 <Description value="Additional commands for server operation" /> 6 6 <Author value="The Fun Pimps LLC" /> 7 <Version value="2. 0.0.0" />7 <Version value="2.1.0.0" /> 8 8 <Website value="" /> 9 9 </xml> -
TFP-WebServer/MapRendering/MapRendering.csproj
r487 r510 27 27 <Optimize>true</Optimize> 28 28 <DebugSymbols>true</DebugSymbols> 29 <DebugType> full</DebugType>29 <DebugType>embedded</DebugType> 30 30 <WarningLevel>4</WarningLevel> 31 31 <NoStdLib>true</NoStdLib> … … 33 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 34 34 <OutputPath>..\bin\Mods\TFP_MapRendering\</OutputPath> 35 <DebugType> portable</DebugType>35 <DebugType>embedded</DebugType> 36 36 <DebugSymbols>true</DebugSymbols> 37 37 </PropertyGroup> … … 40 40 <DefineConstants>ENABLE_PROFILER</DefineConstants> 41 41 <DebugSymbols>true</DebugSymbols> 42 <DebugType> portable</DebugType>42 <DebugType>embedded</DebugType> 43 43 </PropertyGroup> 44 44 <ItemGroup> -
TFP-WebServer/MapRendering/ModInfo.xml
r504 r510 5 5 <Description value="Render the game map to image map tiles as it is uncovered" /> 6 6 <Author value="The Fun Pimps LLC" /> 7 <Version value="2. 0.0.1" />7 <Version value="2.1.0.0" /> 8 8 <Website value="" /> 9 9 </xml> -
TFP-WebServer/MarkersMod/MarkersMod.csproj
r487 r510 27 27 <Optimize>true</Optimize> 28 28 <DebugSymbols>true</DebugSymbols> 29 <DebugType> full</DebugType>29 <DebugType>embedded</DebugType> 30 30 <WarningLevel>4</WarningLevel> 31 31 <NoStdLib>true</NoStdLib> … … 33 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 34 34 <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath> 35 <DebugType> portable</DebugType>35 <DebugType>embedded</DebugType> 36 36 <DebugSymbols>true</DebugSymbols> 37 37 </PropertyGroup> … … 40 40 <DefineConstants>ENABLE_PROFILER</DefineConstants> 41 41 <DebugSymbols>true</DebugSymbols> 42 <DebugType> portable</DebugType>42 <DebugType>embedded</DebugType> 43 43 </PropertyGroup> 44 44 <ItemGroup> -
TFP-WebServer/MarkersMod/ModInfo.xml
r487 r510 5 5 <Description value="Allows placing custom markers on the web map" /> 6 6 <Author value="Catalysm and Alloc" /> 7 <Version value="1.1. 0.0" />7 <Version value="1.1.1.0" /> 8 8 <Website value="" /> 9 9 </xml> -
TFP-WebServer/SpaceWizards.HttpListener/SpaceWizards.HttpListener.csproj
r469 r510 32 32 <NoStdLib>true</NoStdLib> 33 33 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 34 <DebugType>embedded</DebugType> 34 35 </PropertyGroup> 35 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 36 37 <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath> 37 <DebugType> portable</DebugType>38 <DebugType>embedded</DebugType> 38 39 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 39 40 <DefineConstants>UNITY_NETFRAMEWORK</DefineConstants> … … 44 45 <DefineConstants>UNITY_NETFRAMEWORK;ENABLE_PROFILER</DefineConstants> 45 46 <DebugSymbols>true</DebugSymbols> 46 <DebugType> portable</DebugType>47 <DebugType>embedded</DebugType> 47 48 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 48 49 </PropertyGroup> -
TFP-WebServer/WebServer/ModInfo.xml
r505 r510 5 5 <Description value="Integrated Webserver for the Web Dashboard and server APIs" /> 6 6 <Author value="The Fun Pimps LLC" /> 7 <Version value="2. 0.0.3" />7 <Version value="2.1.0.0" /> 8 8 <Website value="" /> 9 9 </xml> -
TFP-WebServer/WebServer/WebServer.csproj
r487 r510 27 27 <Optimize>true</Optimize> 28 28 <DebugSymbols>true</DebugSymbols> 29 <DebugType> full</DebugType>29 <DebugType>embedded</DebugType> 30 30 <WarningLevel>4</WarningLevel> 31 31 <NoStdLib>true</NoStdLib> … … 33 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 34 34 <OutputPath>..\bin\Mods\TFP_WebServer\</OutputPath> 35 <DebugType> portable</DebugType>35 <DebugType>embedded</DebugType> 36 36 <DebugSymbols>true</DebugSymbols> 37 37 </PropertyGroup> … … 40 40 <DefineConstants>ENABLE_PROFILER</DefineConstants> 41 41 <DebugSymbols>true</DebugSymbols> 42 <DebugType> portable</DebugType>42 <DebugType>embedded</DebugType> 43 43 </PropertyGroup> 44 44 <ItemGroup> -
TFP-WebServer/bin/Mods/TFP_CommandExtensions/ModInfo.xml
r503 r510 5 5 <Description value="Additional commands for server operation" /> 6 6 <Author value="The Fun Pimps LLC" /> 7 <Version value="2. 0.0.0" />7 <Version value="2.1.0.0" /> 8 8 <Website value="" /> 9 9 </xml> -
TFP-WebServer/bin/Mods/TFP_MapRendering/ModInfo.xml
r504 r510 5 5 <Description value="Render the game map to image map tiles as it is uncovered" /> 6 6 <Author value="The Fun Pimps LLC" /> 7 <Version value="2. 0.0.1" />7 <Version value="2.1.0.0" /> 8 8 <Website value="" /> 9 9 </xml> -
TFP-WebServer/bin/Mods/TFP_WebServer/ModInfo.xml
r505 r510 5 5 <Description value="Integrated Webserver for the Web Dashboard and server APIs" /> 6 6 <Author value="The Fun Pimps LLC" /> 7 <Version value="2. 0.0.3" />7 <Version value="2.1.0.0" /> 8 8 <Website value="" /> 9 9 </xml> -
TFP-WebServer/bin/Mods/Xample_MarkersMod/ModInfo.xml
r487 r510 5 5 <Description value="Allows placing custom markers on the web map" /> 6 6 <Author value="Catalysm and Alloc" /> 7 <Version value="1.1. 0.0" />7 <Version value="1.1.1.0" /> 8 8 <Website value="" /> 9 9 </xml>
Note:
See TracChangeset
for help on using the changeset viewer.