Working with Projects and Targets
- Updated2026-03-31
- 1 minute(s) read
Use projects to group together LabVIEW files and files not specific to LabVIEW, deploy or download files to targets, create build specifications, and manage large applications. When you create and save a project, LabVIEW creates a project file .lvproj, which includes references to files in the project, configuration information, deployment information, build information, and so on. Use source control in LabVIEW to share files and projects among multiple users.
You must use a project to build stand-alone applications and shared libraries. You also must use a project to work with a Windows Embedded Standard, RT, FPGA, or Touch Panel target. Refer to the specific module documentation for more information about using projects with these targets.
If you are using a project with an NI device driver, refer to the specific driver documentation for more information about using projects with drivers.
Refer to the labview\examples\project directory for examples of managing a LabVIEW project.
Find related examples
Related Information
- Managing a Project in LabVIEW
- Building and Distributing Applications
- Saving a Project
- Using Source Control in LabVIEW
- Using Folders in LabVIEW Projects
- Using Libraries in LabVIEW Projects
- Using Packed Project Libraries in LabVIEW Projects
- Managing Dependencies in LabVIEW Projects
- Resolving Project Conflicts
- Adding Folders to a Project
Add auto-populated folders, virtual folders, or target folders in a LabVIEW project to organize project items in the LabVIEW Project Explorer.
- Adding Items to a Project
Add LabVIEW files and other documents to targets in a LabVIEW project by using the Project Explorer window. Project items represent disk files, support virtual folders for organization, and prevent duplicates under a target.
- Adding Targets to a Project (Windows)
Add compatible targets or devices to a LabVIEW project using the Add Targets and Devices dialog box. Use target folders to organize targets within the LabVIEW Project Explorer.
- Showing and Hiding Items in a Project
- Viewing Files in a Project