diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 13:54:38 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 13:54:38 -0500 |
commit | 64480fc10c47a3b6a46c0a6f5f4b66e04321ac08 (patch) | |
tree | 07eadfa8bd20d5f264ffd3b9063170c5933d04e6 /build/common.targets | |
parent | fb9ef6efda9ae9f59104c40b19fcb2daa6027297 (diff) | |
parent | ebbbf6fd58f3baf2918eca4c44b0e0b177c9c366 (diff) | |
download | SMAPI-64480fc10c47a3b6a46c0a6f5f4b66e04321ac08.tar.gz SMAPI-64480fc10c47a3b6a46c0a6f5f4b66e04321ac08.tar.bz2 SMAPI-64480fc10c47a3b6a46c0a6f5f4b66e04321ac08.zip |
Merge branch 'feature/revamp-installer' into develop
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 320b3e00..d9ad89f4 100644 --- a/build/common.targets +++ b/build/common.targets @@ -108,7 +108,6 @@ <Copy SourceFiles="$(TargetDir)\$(TargetName).config.json" DestinationFolder="$(GamePath)\smapi-internal" /> <Copy SourceFiles="$(TargetDir)\$(TargetName).metadata.json" DestinationFolder="$(GamePath)\smapi-internal" /> <Copy SourceFiles="$(TargetDir)\0Harmony.dll" DestinationFolder="$(GamePath)\smapi-internal" /> - <Copy SourceFiles="$(TargetDir)\0Harmony.pdb" DestinationFolder="$(GamePath)\smapi-internal" /> <Copy SourceFiles="$(TargetDir)\Newtonsoft.Json.dll" DestinationFolder="$(GamePath)\smapi-internal" /> <Copy SourceFiles="$(TargetDir)\Mono.Cecil.dll" DestinationFolder="$(GamePath)\smapi-internal" /> </Target> |