add commented AfterBuild target

as all the others also have it
This commit is contained in:
Matthias Mailänder
2013-08-22 22:41:02 +02:00
parent 5a6f153db0
commit 02984108ed

View File

@@ -56,6 +56,13 @@
<ItemGroup>
<Compile Include="TSLoadScreen.cs" />
</ItemGroup>
<!-- 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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PostBuildEvent>mkdir "$(SolutionDir)mods/ts/"
copy "$(TargetPath)" "$(SolutionDir)mods/ts/"