Ignore:
Timestamp:
Oct 4, 2019, 4:06:39 PM (5 years ago)
Author:
alloc
Message:

A18 compatibility build, 19_22_32

Location:
binary-improvements/MapRendering
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/ModInfo.xml

    r345 r355  
    55                <Description value="Render the game map to image map tiles as it is uncovered" />
    66                <Author value="Christian 'Alloc' Illy" />
    7                 <Version value="31" />
     7                <Version value="32" />
    88                <Website value="http://7dtd.illy.bz" />
    99        </ModInfo>
  • binary-improvements/MapRendering/WebAndMapRendering.csproj

    r354 r355  
    1010    <RootNamespace>MapRendering</RootNamespace>
    1111    <AssemblyName>MapRendering</AssemblyName>
    12     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313  </PropertyGroup>
    1414  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    2727    <DebugSymbols>true</DebugSymbols>
    2828    <DebugType>full</DebugType>
     29    <WarningLevel>4</WarningLevel>
     30    <NoStdLib>true</NoStdLib>
    2931  </PropertyGroup>
    3032  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.