diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-08-14 08:22:50 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-08-14 08:22:50 -0400 |
commit | 72d42ddff8be9bce4e9ab6a1ac04b9cc26deb42f (patch) | |
tree | c3f2dcb74f72ee410ec74464f64017c1b549c0ab /src/TrainerMod | |
parent | c47e43a1e92cc8389ef06bd800251fbe0458fb76 (diff) | |
download | SMAPI-72d42ddff8be9bce4e9ab6a1ac04b9cc26deb42f.tar.gz SMAPI-72d42ddff8be9bce4e9ab6a1ac04b9cc26deb42f.tar.bz2 SMAPI-72d42ddff8be9bce4e9ab6a1ac04b9cc26deb42f.zip |
move custom build configuration into common.targets to simplify maintenance
Diffstat (limited to 'src/TrainerMod')
-rw-r--r-- | src/TrainerMod/TrainerMod.csproj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/TrainerMod/TrainerMod.csproj b/src/TrainerMod/TrainerMod.csproj index 03b25f8b..73b40050 100644 --- a/src/TrainerMod/TrainerMod.csproj +++ b/src/TrainerMod/TrainerMod.csproj @@ -101,9 +101,4 @@ </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(SolutionDir)\common.targets" /> - <Target Name="AfterBuild" Condition="$(Configuration) == 'Debug'"> - <Copy SourceFiles="$(TargetDir)\$(TargetName).dll" DestinationFolder="$(GamePath)\Mods\TrainerMod" /> - <Copy SourceFiles="$(TargetDir)\$(TargetName).pdb" DestinationFolder="$(GamePath)\Mods\TrainerMod" Condition="Exists('$(TargetDir)\$(TargetName).pdb')" /> - <Copy SourceFiles="$(TargetDir)\manifest.json" DestinationFolder="$(GamePath)\Mods\TrainerMod" /> - </Target> </Project>
\ No newline at end of file |