Changeset 469 for TFP-WebServer/MarkersMod
- Timestamp:
- Aug 19, 2023, 9:44:10 PM (17 months ago)
- Location:
- TFP-WebServer/MarkersMod
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/MarkersMod/MarkersMod.csproj
r459 r469 33 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 34 34 <OutputPath>..\bin\Mods\Xample_MarkersMod\</OutputPath> 35 <DebugType> full</DebugType>35 <DebugType>portable</DebugType> 36 36 <DebugSymbols>true</DebugSymbols> 37 37 </PropertyGroup> … … 40 40 <DefineConstants>ENABLE_PROFILER</DefineConstants> 41 41 <DebugSymbols>true</DebugSymbols> 42 <DebugType> full</DebugType>42 <DebugType>portable</DebugType> 43 43 </PropertyGroup> 44 44 <ItemGroup> -
TFP-WebServer/MarkersMod/ModInfo.xml
r465 r469 5 5 <Description value="Allows placing custom markers on the web map" /> 6 6 <Author value="Catalysm and Alloc" /> 7 <Version value="21.1.16. 1" />7 <Version value="21.1.16.4" /> 8 8 <Website value="" /> 9 9 </xml>
Note:
See TracChangeset
for help on using the changeset viewer.