I have a VS2012 project. To make it run I need a hosts file entry eg. 127.0.0.1 local.mywebsite.com
The problem is I want to make it as easy as possible for new developers to simply get the project from TFS and run it without any extra steps.
Is it possible for me to execute a post-build event which can add that entry to my hosts file if that entry doesn't exist already?