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?
Answering my own question:
You are good to go !!!! Now, when you build your project it will update your hosts files if that entry exists, and will create the entry if it doesn't exist. Pretty Cool stuff !