The server now informs you of what list you were on when you are booted.

This commit is contained in:
Shank 2011-06-03 04:18:36 -06:00
parent cd0382f3e4
commit ebfe78d12a
2 changed files with 10 additions and 2 deletions

View file

@ -69,7 +69,8 @@
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)\myass.bat</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.