diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-08 21:36:48 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-08 21:36:48 -0400 |
| commit | 96c49021a1d943e2ade7dbb96be3de707d7665c9 (patch) | |
| tree | 7400a0c0ab4e84fdcdd420367af62729ffc491b0 /build/common.targets | |
| parent | f79431d6549e9fb447e295aa026a8eba8f5f1ba4 (diff) | |
| parent | dd7887e0beb94179886494d40359b02db8e6dbe4 (diff) | |
| download | SMAPI-96c49021a1d943e2ade7dbb96be3de707d7665c9.tar.gz SMAPI-96c49021a1d943e2ade7dbb96be3de707d7665c9.tar.bz2 SMAPI-96c49021a1d943e2ade7dbb96be3de707d7665c9.zip | |
Merge branch 'add-harmony' into develop
# Conflicts:
# docs/release-notes.md
Diffstat (limited to 'build/common.targets')
| -rw-r--r-- | build/common.targets | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/common.targets b/build/common.targets index 099d7cc9..0b8f278f 100644 --- a/build/common.targets +++ b/build/common.targets @@ -103,6 +103,8 @@ <Copy SourceFiles="$(TargetDir)\$(TargetName).metadata.json" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\$(TargetName).pdb" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\$(TargetName).xml" DestinationFolder="$(GamePath)" /> + <Copy SourceFiles="$(TargetDir)\0Harmony.dll" DestinationFolder="$(GamePath)" /> + <Copy SourceFiles="$(TargetDir)\0Harmony.pdb" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\Newtonsoft.Json.dll" DestinationFolder="$(GamePath)" /> <Copy SourceFiles="$(TargetDir)\Mono.Cecil.dll" DestinationFolder="$(GamePath)" /> </Target> |
