Working with Projects and Targets
- Updated2025-04-01
- 1 minute(s) read
Working with Projects and Targets
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
- Adding Items to a Project
- Adding Targets to a Project (Windows)
- Showing and Hiding Items in a Project
- Viewing Files in a Project