diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-08-14 08:11:11 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-08-14 08:11:11 -0400 |
commit | c47e43a1e92cc8389ef06bd800251fbe0458fb76 (patch) | |
tree | 5c1b322ea2858dbb389d61f6138a352d5a564773 /src/TrainerMod | |
parent | 67b1a8398f665a745f57f6d53532e504979ea40f (diff) | |
download | SMAPI-c47e43a1e92cc8389ef06bd800251fbe0458fb76.tar.gz SMAPI-c47e43a1e92cc8389ef06bd800251fbe0458fb76.tar.bz2 SMAPI-c47e43a1e92cc8389ef06bd800251fbe0458fb76.zip |
rename crossplatform.targets to common.targets for reuse
Diffstat (limited to 'src/TrainerMod')
-rw-r--r-- | src/TrainerMod/TrainerMod.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/TrainerMod/TrainerMod.csproj b/src/TrainerMod/TrainerMod.csproj index 57c8a907..03b25f8b 100644 --- a/src/TrainerMod/TrainerMod.csproj +++ b/src/TrainerMod/TrainerMod.csproj @@ -99,12 +99,8 @@ </None> <None Include="packages.config" /> </ItemGroup> - <Import Project="$(SolutionDir)\crossplatform.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <PropertyGroup> - <PostBuildEvent> - </PostBuildEvent> - </PropertyGroup> + <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')" /> |