summaryrefslogtreecommitdiff
path: root/TrainerMod/TrainerMod.csproj
diff options
context:
space:
mode:
authorClxS <slxxls92@gmail.com>2016-03-04 14:05:36 +0000
committerClxS <slxxls92@gmail.com>2016-03-04 14:05:36 +0000
commitafef5648ca512d0c151a87becbb85cd14494717b (patch)
treeac6a43b303193918538306a04e45498327411df3 /TrainerMod/TrainerMod.csproj
parentec81b3306e0a84dbc842bbf8724354db037f24bf (diff)
downloadSMAPI-afef5648ca512d0c151a87becbb85cd14494717b.tar.gz
SMAPI-afef5648ca512d0c151a87becbb85cd14494717b.tar.bz2
SMAPI-afef5648ca512d0c151a87becbb85cd14494717b.zip
Refactored all of the events into their own categories
Diffstat (limited to 'TrainerMod/TrainerMod.csproj')
-rw-r--r--TrainerMod/TrainerMod.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj
index 841491ad..213b3210 100644
--- a/TrainerMod/TrainerMod.csproj
+++ b/TrainerMod/TrainerMod.csproj
@@ -64,8 +64,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
- <PostBuildEvent>mkdir "$(SolutionDir)Release\Mods\"
-copy /y "$(SolutionDir)$(ProjectName)\$(OutDir)TrainerMod.dll" "$(SolutionDir)Release\Mods\"</PostBuildEvent>
+ <PostBuildEvent>
+ </PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.