diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-08 12:31:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-08 12:31:45 -0400 |
commit | cb5e2e34c7f84a6433ca0221e580a1d39d7af100 (patch) | |
tree | fb0fbf00bac5c8977c1d07a48203598125f1a7d9 /src | |
parent | d74463092d1fa22157f6ae678a53125f50206653 (diff) | |
download | SMAPI-cb5e2e34c7f84a6433ca0221e580a1d39d7af100.tar.gz SMAPI-cb5e2e34c7f84a6433ca0221e580a1d39d7af100.tar.bz2 SMAPI-cb5e2e34c7f84a6433ca0221e580a1d39d7af100.zip |
remove another reference to removed file
Diffstat (limited to 'src')
-rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj index 03f810d1..f778660d 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.csproj +++ b/src/StardewModdingAPI/StardewModdingAPI.csproj @@ -276,7 +276,6 @@ <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 --> |