I have 2 Visual Studio C projects
:
The first is the mainly program,
and the second project creates an input for the first one.
How can I perform automatically the second program before the mainly program is running?
( i.e. The second project will create the input before the first one read it, and I won't have to run the second program myself manually).