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

Projects & Targets

Dishaw__Jim
Beginner
210 Views
My apologies if this is a really simple question.

Is there way to have multiple targets within a project in Visual Studio? I have two executables that are related and it appears that I have to create two seperate projects, which Visual Studio wants to do with two seperate directories.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
210 Views

As far as I know, you will need multiple projects. You can have one set of sources, but yes, when you add a project to a solution, VS wants to put it in its own directory. You can make that be a subdirectory of the solution directory if you want. I don't recommend sharing directories for the output files.

0 Kudos
Reply