Understanding Files in window application

these are the files that are created automatically in window application in vb.net

WindowsApp.vbproj - A Visual Basic project.

AssemblyInfo.vb - General information about an assembly, including version information.

Form1.vb - A form's code file.

Form1.resx .net - An XML-based resource template.

WindowsApp.vbproj.user - The file that stores project user options.

WindowsApp.sln - The solution file, storing the solution's configuration.

WindowsApp.suo - The file that stores solution user options.

Bin - Directory for binary executables.

Obj - Directory for debugging binaries.