Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Visual studio. Linked projects

agmontes
Beginner
374 Views
I have a workspace with two projects. Project2 needs some intermediate files of Project1. I want that when building Project2, the visual studio check for the files from Project1, if they didn't exist, build Project1 and then Project2.
It is possible to do because examining the samples included with CVF 6.1, I have found that CVF_LH_UNF example do this.
I want to know how to do it.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
374 Views
Open Project 2. Select Project..Dependencies. Make sure that Select Project to Modify is Project 2. Check the box for Project 1 under dependent projects. Click OK.

Steve
0 Kudos
Reply