Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Visual studio. Linked projects

agmontes
Beginner
361 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
361 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