Web Application Virtual Directory Binding
The .csproj.webinfo file should be in source control. It binds the folder to an IIS virtual directory. Typical contents are:
<VisualStudioUNCWeb>
<Web URLPath = "http://localhost/csk/csk.csproj" />
</VisualStudioUNCWeb>