Today, all of a sudden I found this in my *.csproj file
< UseVSHostingProcess> False </UseVSHostingProcess>
When i Compared it with latest it was added into
<PropertyGroup> </ Property Group>
I have alot search on Google and found http://msdn.microsoft.com/en-us/library/vstudio/ms171262.aspx, which I do not quite understand.
Can someone please explain what UseVSHostingProcess is and why it is needed.