Changeset 469 for TFP-WebServer/CommandExtensions
- Timestamp:
- Aug 19, 2023, 9:44:10 PM (15 months ago)
- Location:
- TFP-WebServer/CommandExtensions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/CommandExtensions/CommandExtensions.csproj
r453 r469 30 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 31 31 <OutputPath>..\bin\Mods\TFP_CommandExtensions\</OutputPath> 32 <DebugType> full</DebugType>32 <DebugType>portable</DebugType> 33 33 <DebugSymbols>true</DebugSymbols> 34 34 </PropertyGroup> … … 37 37 <DefineConstants>ENABLE_PROFILER</DefineConstants> 38 38 <DebugSymbols>true</DebugSymbols> 39 <DebugType> full</DebugType>39 <DebugType>portable</DebugType> 40 40 </PropertyGroup> 41 41 <ItemGroup> -
TFP-WebServer/CommandExtensions/ModInfo.xml
r463 r469 5 5 <Description value="Additional commands for server operation" /> 6 6 <Author value="The Fun Pimps LLC" /> 7 <Version value="21.1.16. 0" />7 <Version value="21.1.16.4" /> 8 8 <Website value="" /> 9 9 </xml>
Note:
See TracChangeset
for help on using the changeset viewer.