Visual Basic project file

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |subcat=Development |extensions={{ext|vbp}}, {{ext|vbproj}}, {{ext|sln}} }} A '''Visual Basic project file''' lists the files which are part of a project for [[Vi...")
 
Line 1: Line 1:
 
{{FormatInfo
 
{{FormatInfo
 
|subcat=Development
 
|subcat=Development
|extensions={{ext|vbp}}, {{ext|vbproj}}, {{ext|sln}}
+
|extensions={{ext|vbp}}, {{ext|vbproj}}
 
}}
 
}}
 
A '''Visual Basic project file''' lists the files which are part of a project for [[Visual Basic]], and defines how they are grouped.
 
A '''Visual Basic project file''' lists the files which are part of a project for [[Visual Basic]], and defines how they are grouped.
Line 7: Line 7:
 
The original files were in an [[ASCII]]-based format with a .vbp extension. Later, the Visual Studio .NET version of Visual Basic projects was introduced using a .vbproj extension and [[XML]]-based format.
 
The original files were in an [[ASCII]]-based format with a .vbp extension. Later, the Visual Studio .NET version of Visual Basic projects was introduced using a .vbproj extension and [[XML]]-based format.
  
There are also .sln (solution) files, which group together multiple .vbproj project files.
+
There are also [[Visual Studio Solution File]]s (.sln), which group together multiple .vbproj project files (or other project files used in Visual Studio).
  
 
== Sample files ==
 
== Sample files ==

Revision as of 13:32, 13 May 2014

File Format
Name Visual Basic project file
Ontology
Extension(s) .vbp, .vbproj

A Visual Basic project file lists the files which are part of a project for Visual Basic, and defines how they are grouped.

The original files were in an ASCII-based format with a .vbp extension. Later, the Visual Studio .NET version of Visual Basic projects was introduced using a .vbproj extension and XML-based format.

There are also Visual Studio Solution Files (.sln), which group together multiple .vbproj project files (or other project files used in Visual Studio).

Sample files

.NET VBPROJ

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox