Let me explain briefly my question: <br><br>I have the following dir structure with my source file: <br> foo/<br> library/{ some code here for the library}<br> samples/<br> example1/{ some code here for example 1}<br>
example2/{ some code here for example 2}<br><br>My goal is to create VC++ solution/project structure which will be similar for above file structure: <br> solution FOO/<br><br>