diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-19 22:45:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-19 22:45:28 -0400 |
commit | 8c5bd12f4793a9c866b6046c05482592a5c799bc (patch) | |
tree | 50047403a6e4a2ae088d02cc10e95a5caccb1cfe /src/common.targets | |
parent | af1a2bde8219c5d4b8660b13702725626a4a5647 (diff) | |
download | SMAPI-8c5bd12f4793a9c866b6046c05482592a5c799bc.tar.gz SMAPI-8c5bd12f4793a9c866b6046c05482592a5c799bc.tar.bz2 SMAPI-8c5bd12f4793a9c866b6046c05482592a5c799bc.zip |
merge assembly rewriters into main SMAPI project (#347)
Diffstat (limited to 'src/common.targets')
-rw-r--r-- | src/common.targets | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.targets b/src/common.targets index ee138524..c450b3a5 100644 --- a/src/common.targets +++ b/src/common.targets @@ -83,7 +83,6 @@ <Target Name="CopySMAPI" Condition="'$(MSBuildProjectName)' == 'StardewModdingAPI'"> <Copy SourceFiles="$(TargetDir)\$(TargetName).exe" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\$(TargetName).config.json" DestinationFolder="$(GamePath)" /> - <Copy SourceFiles="$(TargetDir)\StardewModdingAPI.AssemblyRewriters.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)" /> |