summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-06-18 18:01:15 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-06-18 18:01:15 -0400
commitcdac6dad7d163736ead307041e15857123e07951 (patch)
tree5f4daec2f85596af280722e6f9a3f9e5fd82eac0 /src/StardewModdingAPI/StardewModdingAPI.csproj
parentb0967e6309cd10df4aa08ae0d3719ba92155f604 (diff)
downloadSMAPI-cdac6dad7d163736ead307041e15857123e07951.tar.gz
SMAPI-cdac6dad7d163736ead307041e15857123e07951.tar.bz2
SMAPI-cdac6dad7d163736ead307041e15857123e07951.zip
enable C# 7 tuples
Diffstat (limited to 'src/StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r--src/StardewModdingAPI/StardewModdingAPI.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj
index 0e832848..465a5ea7 100644
--- a/src/StardewModdingAPI/StardewModdingAPI.csproj
+++ b/src/StardewModdingAPI/StardewModdingAPI.csproj
@@ -79,6 +79,9 @@
<Reference Include="System.Runtime.Caching">
<Private>True</Private>
</Reference>
+ <Reference Include="System.ValueTuple, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
+ <HintPath>..\packages\System.ValueTuple.4.3.1\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
+ </Reference>
<Reference Include="System.Windows.Forms" Condition="$(OS) == 'Windows_NT'" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
@@ -263,6 +266,7 @@
<Copy SourceFiles="$(TargetDir)\$(TargetName).xml" DestinationFolder="$(GamePath)" />
<Copy SourceFiles="$(TargetDir)\Newtonsoft.Json.dll" DestinationFolder="$(GamePath)" />
<Copy SourceFiles="$(TargetDir)\Mono.Cecil.dll" DestinationFolder="$(GamePath)" />
+ <Copy SourceFiles="$(TargetDir)\System.ValueTuple.dll" DestinationFolder="$(GamePath)" />
</Target>
<!-- launch SMAPI on debug -->