diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 17:34:40 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 17:34:40 -0400 |
commit | 5de6569bb1e63727e632d6459309b955e7ab7d5c (patch) | |
tree | 6ea2e1af38c413211d86537da8f0f16ae4cdcf6f /build/common.targets | |
parent | ccd09eb9143bee60bfdc4182c3a7505fabddbe48 (diff) | |
download | SMAPI-5de6569bb1e63727e632d6459309b955e7ab7d5c.tar.gz SMAPI-5de6569bb1e63727e632d6459309b955e7ab7d5c.tar.bz2 SMAPI-5de6569bb1e63727e632d6459309b955e7ab7d5c.zip |
minor cleanup
Diffstat (limited to 'build/common.targets')
-rw-r--r-- | build/common.targets | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index fbb8c26c..5065a6a6 100644 --- a/build/common.targets +++ b/build/common.targets @@ -101,7 +101,6 @@ <Copy SourceFiles="$(TargetDir)\$(TargetName).exe" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\$(TargetName).config.json" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\$(TargetName).metadata.json" DestinationFolder="$(GamePath)" /> - <Copy SourceFiles="$(TargetDir)\StardewModdingAPI.Internal.dll" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\$(TargetName).pdb" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\$(TargetName).xml" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\Newtonsoft.Json.dll" DestinationFolder="$(GamePath)" /> |