Changeset 510 for TFP-WebServer/CommandExtensions
- Timestamp:
- Jul 27, 2025, 1:46:16 PM (9 hours ago)
- Location:
- TFP-WebServer/CommandExtensions
- Files:
-
- 2 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>
Note:
See TracChangeset
for help on using the changeset viewer.