add PostBuildEvent to TS

fixes #3689
This commit is contained in:
Matthias Mailänder
2013-08-22 22:30:37 +02:00
parent 35370afa19
commit 5a6f153db0

View File

@@ -56,4 +56,9 @@
<ItemGroup>
<Compile Include="TSLoadScreen.cs" />
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>mkdir "$(SolutionDir)mods/ts/"
copy "$(TargetPath)" "$(SolutionDir)mods/ts/"
cd "$(SolutionDir)"</PostBuildEvent>
</PropertyGroup>
</Project>