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

A18 compatibility build, 19_22_32

Location:
binary-improvements/AllocsCommands
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/AllocsCommands.csproj

    r354 r355  
    1010    <RootNamespace>AllocsCommands</RootNamespace>
    1111    <AssemblyName>AllocsCommands</AssemblyName>
    12     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313  </PropertyGroup>
    1414  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    2525    <DefineConstants>ENABLE_PROFILER</DefineConstants>
    2626    <Optimize>true</Optimize>
     27    <WarningLevel>4</WarningLevel>
     28    <NoStdLib>true</NoStdLib>
    2729  </PropertyGroup>
    2830  <ItemGroup>
  • binary-improvements/AllocsCommands/ModInfo.xml

    r343 r355  
    55                <Description value="Additional commands for server operation" />
    66                <Author value="Christian 'Alloc' Illy" />
    7                 <Version value="18" />
     7                <Version value="19" />
    88                <Website value="http://7dtd.illy.bz" />
    99        </ModInfo>
Note: See TracChangeset for help on using the changeset viewer.