diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 01:00:11 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-18 01:00:11 -0500 |
commit | e8fe550b753ced742c5084dbf851fc606ff90fb0 (patch) | |
tree | a76631eb7315d6450ed05d4bbb08da2c9b267fbd /build/common.targets | |
parent | 48b9acb074967b03bdacff1fc357d4c8801ec1d6 (diff) | |
download | SMAPI-e8fe550b753ced742c5084dbf851fc606ff90fb0.tar.gz SMAPI-e8fe550b753ced742c5084dbf851fc606ff90fb0.tar.bz2 SMAPI-e8fe550b753ced742c5084dbf851fc606ff90fb0.zip |
remove 0Harmony.pdb from build scripts (#602)
The file isn't included in the new Harmony NuGet package.
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> |