summaryrefslogtreecommitdiff
path: root/src/TrainerMod/TrainerMod.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-03-14 13:44:41 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-03-14 13:44:41 -0400
commit02a4c40814caf26f21fc9afd9c64afd639da462f (patch)
treeb3ac580e218650eeb72aa154824dd009d22dd3a4 /src/TrainerMod/TrainerMod.csproj
parent8bd265fed60d32a6fe64f01b8528738274aa0083 (diff)
downloadSMAPI-02a4c40814caf26f21fc9afd9c64afd639da462f.tar.gz
SMAPI-02a4c40814caf26f21fc9afd9c64afd639da462f.tar.bz2
SMAPI-02a4c40814caf26f21fc9afd9c64afd639da462f.zip
simplify TrainerMod int parsing with C# 7 out variables
Diffstat (limited to 'src/TrainerMod/TrainerMod.csproj')
-rw-r--r--src/TrainerMod/TrainerMod.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/TrainerMod/TrainerMod.csproj b/src/TrainerMod/TrainerMod.csproj
index 1457ac2b..a6303767 100644
--- a/src/TrainerMod/TrainerMod.csproj
+++ b/src/TrainerMod/TrainerMod.csproj
@@ -22,7 +22,7 @@
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
- <LangVersion>6</LangVersion>
+ <LangVersion>7</LangVersion>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
@@ -53,7 +53,6 @@
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
- <Compile Include="Framework\Extensions.cs" />
<Compile Include="ItemData\ISearchItem.cs" />
<Compile Include="ItemData\ItemType.cs" />
<Compile Include="ItemData\SearchableObject.cs" />